From 9df2ed46c5d00bcf4b91dc763380f042dce533db Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 8 Apr 2026 19:29:37 +0800 Subject: [PATCH] 21 --- uniapp/config/index.js | 7 ++++++- uniapp/manifest.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/uniapp/config/index.js b/uniapp/config/index.js index ce197ec..2807542 100644 --- a/uniapp/config/index.js +++ b/uniapp/config/index.js @@ -9,11 +9,16 @@ const ENV = { STATIC_BASE_URL: 'http://localhost:5238', SIGNALR_URL: 'ws://api.nxt.shhmkjgs.cn/hubs/chat' }, - production: { + test: { API_BASE_URL: 'https://api.nxt.shhmkjgs.cn/api', STATIC_BASE_URL: 'https://api.nxt.shhmkjgs.cn', 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' + }, } // 当前环境 diff --git a/uniapp/manifest.json b/uniapp/manifest.json index 58eb3ae..b56f978 100644 --- a/uniapp/manifest.json +++ b/uniapp/manifest.json @@ -1,6 +1,6 @@ { "name" : "学业邑规划", - "appid" : "__UNI__A612028", + "appid" : "__UNI__1BAACAB", "description" : "", "versionName" : "1.0.0", "versionCode" : "100",