diff --git a/src/app.scss b/src/app.scss index 9cb3e4f..58ee657 100644 --- a/src/app.scss +++ b/src/app.scss @@ -21,6 +21,6 @@ page { font-family: "Quicksand"; // 注意:此路径来自 @/config/api.ts 中的 OSS_BASE_URL 配置 // 如需修改,请更新配置文件中的 OSS_BASE_URL - src: url("https://bimwe.oss-cn-shanghai.aliyuncs.com/front/ball/other/57dc951f-f10e-45b7-9157-0b1e468187fd.ttf") format("truetype"); + src: url("https://youchang2026.oss-cn-shanghai.aliyuncs.com/front/ball/other/57dc951f-f10e-45b7-9157-0b1e468187fd.ttf") format("truetype"); font-display: swap; } \ No newline at end of file diff --git a/src/config/api.ts b/src/config/api.ts index e7d494b..262666c 100644 --- a/src/config/api.ts +++ b/src/config/api.ts @@ -1,7 +1,7 @@ import envConfig from './env'// API配置 // OSS 基础路径配置 -export const OSS_BASE_URL = 'https://bimwe.oss-cn-shanghai.aliyuncs.com/front/ball' +export const OSS_BASE_URL = 'https://youchang2026.oss-cn-shanghai.aliyuncs.com/front/ball' export const API_CONFIG = { // 基础URL diff --git a/src/game_pages/detail/components/Participants/index.tsx b/src/game_pages/detail/components/Participants/index.tsx index bc2ec8e..56e3e10 100644 --- a/src/game_pages/detail/components/Participants/index.tsx +++ b/src/game_pages/detail/components/Participants/index.tsx @@ -85,7 +85,7 @@ export default function Participants(props) { // id: 18, // nickname: "小猫开刀削面店往猫毛里面下面条", // avatar_url: - // "https://bimwe.oss-cn-shanghai.aliyuncs.com/front/ball/images/d284060f-248b-4d58-a153-4d37c0ca77c8.jpg", + // "https://youchang2026.oss-cn-shanghai.aliyuncs.com/front/ball/images/d284060f-248b-4d58-a153-4d37c0ca77c8.jpg", // phone: "18513125687", // ntrp_level: "1.5", // }, diff --git a/src/user_pages/setTransactionPassword/index.scss b/src/user_pages/setTransactionPassword/index.scss index 646958d..eaa59d8 100644 --- a/src/user_pages/setTransactionPassword/index.scss +++ b/src/user_pages/setTransactionPassword/index.scss @@ -76,7 +76,7 @@ } .btn { - width: 78px; + width: 90px; height: 24px; border: 1px solid rgba(0, 0, 0, 0.06); display: flex; diff --git a/src/user_pages/validPhone/index.scss b/src/user_pages/validPhone/index.scss index 6224b72..08afa60 100644 --- a/src/user_pages/validPhone/index.scss +++ b/src/user_pages/validPhone/index.scss @@ -64,7 +64,7 @@ } .btn { - width: 78px; + width: 90px; height: 24px; border: 1px solid rgba(0, 0, 0, 0.06); display: flex;