From 92bdaf84fa952829ea607870645ed1e952a6834f Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 11 Nov 2022 10:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=87=E4=BB=B6=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js | 8 ++++---- .../LearunApp-2.2.0/manifest.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 90bbb8847..692949b84 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -16,11 +16,11 @@ export default { // "http://localhost:8088/" // ], "apiHost": [ - // "http://10.10.4.45:9000/", - "http://192.168.10.58:8013/", + "http://10.10.4.45:9000/", + // "http://192.168.10.58:8013/", ], - // "webHost": "http://10.10.4.45:8000/", - "webHost": "http://192.168.10.58:8014/", + "webHost": "http://10.10.4.45:8000/", + // "webHost": "http://192.168.10.58:8014/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [{ username: "system",password: "www.qj.com" }], //是否分布式部署 指WebApi与Web不在一台服务器 diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json index 9f032c0ac..d6a85160b 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -1,6 +1,6 @@ { "name" : "智慧校园", - "appid" : "__UNI__E4958C9", + "appid" : "__UNI__3039520", "description" : "智慧校园移动端", "versionName" : "1.0.0", "versionCode" : 100,