This commit is contained in:
zpc 2026-04-08 19:29:37 +08:00
parent 394e96eebe
commit 9df2ed46c5
2 changed files with 7 additions and 2 deletions

View File

@ -9,11 +9,16 @@ const ENV = {
STATIC_BASE_URL: 'http://localhost:5238', STATIC_BASE_URL: 'http://localhost:5238',
SIGNALR_URL: 'ws://api.nxt.shhmkjgs.cn/hubs/chat' SIGNALR_URL: 'ws://api.nxt.shhmkjgs.cn/hubs/chat'
}, },
production: { test: {
API_BASE_URL: 'https://api.nxt.shhmkjgs.cn/api', API_BASE_URL: 'https://api.nxt.shhmkjgs.cn/api',
STATIC_BASE_URL: 'https://api.nxt.shhmkjgs.cn', STATIC_BASE_URL: 'https://api.nxt.shhmkjgs.cn',
SIGNALR_URL: 'ws://api.nxt.shhmkjgs.cn/hubs/chat' SIGNALR_URL: 'ws://api.nxt.shhmkjgs.cn/hubs/chat'
}, },
production: {
API_BASE_URL: 'https://api.xueyeyiguihua.top/api',
STATIC_BASE_URL: 'https://api.xueyeyiguihua.top',
SIGNALR_URL: 'ws://api.xueyeyiguihua.top/hubs/chat'
},
} }
// 当前环境 // 当前环境

View File

@ -1,6 +1,6 @@
{ {
"name" : "学业邑规划", "name" : "学业邑规划",
"appid" : "__UNI__A612028", "appid" : "__UNI__1BAACAB",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",