From db07cc013fb15807e2b0ff33b10f06a612af15b8 Mon Sep 17 00:00:00 2001 From: zzj <31836194@qq.com> Date: Mon, 18 Mar 2024 17:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E6=B3=84=E9=9C=B2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8F=8A=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/common/config.default.js | 4 ++-- Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js | 4 ++-- Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js index 8177b6b5f..7981e9008 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js @@ -17,8 +17,8 @@ export default { ], // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [ - { username: "18702193424", password: "123456" }, - { username: "System", password: "0000" }, + { username: "", password: "" }, + { username: "", password: "" }, ], // 开发环境使用的接口地址(数组索引) "devApiHostIndex": 0, 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 6b5939ba1..e343b2e6a 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -15,8 +15,8 @@ export default { // "webHost": "http://192.168.10.245:8009/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [{ - username: "system", - password: "www.qj.com" + username: "", + password: "" }], //是否分布式部署 指WebApi与Web不在一台服务器 "isDistributed": true, 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 8f883a866..9504437ac 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -1,9 +1,9 @@ { "name" : "智慧校园", - "appid" : "__UNI__E4958C9", + "appid" : "__UNI__7C24C09", "description" : "智慧校园移动端", - "versionName" : "1.0.6", - "versionCode" : 106, + "versionName" : "1.0.6.20240318", + "versionCode" : 107, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {