From 6c2497075688ae510f7c151afd842c588ec99dbe Mon Sep 17 00:00:00 2001 From: 15976874561 <2553956742@qq.com> Date: Tue, 6 Jan 2026 11:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 6 +++--- manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 61e05ae..0977875 100644 --- a/config.js +++ b/config.js @@ -4,10 +4,10 @@ module.exports = { // 若在同一台机器调试:使用 localhost:8066 // 若手机在同一局域网:替换为本机局域网 IP,例如 172.16.96.111:8066 // 页面在 https://zhxg.gxsdxy.cn 下访问,接口同域同协议以避免 CORS - // baseUrl: 'https://zhxg.gxsdxy.cn/prod_api', - // baseUrl: 'https://zhxg.gxsdxy.cn/prod_api', + baseUrl: 'https://zhxg.gxsdxy.cn/prod_api', + //baseUrl: 'https://zhxg.gxsdxy.cn/prod_api', // 若本地/内网以 HTTP 访问页面,可改为: - baseUrl: 'http://localhost:8085', + //baseUrl: 'http://localhost:8085', // 应用信息 appInfo: { // 应用名称 diff --git a/manifest.json b/manifest.json index cd22618..02c753e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "sassImplementationName" : "node-sass", "name" : "学工系统", - "appid" : "__UNI__CB00986", + "appid" : "__UNI__4E0771D", "description" : "", "versionName" : "1.1.0", "versionCode" : "100",