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 19a51d2c6..75f416d3e 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -7,9 +7,9 @@ export default { "enableSignUp": true, //请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 "apiHost": [ - "http://124.117.225.118:8001/" + "http://192.168.10.56:8088/" ], - "webHost":"http://10.10.200.1:8000/", + "webHost":"http://192.168.10.56:8087/", //学校测试环境地址: // "apiHost": [ // "http://218.84.232.3:9003/" @@ -17,9 +17,9 @@ export default { // "webHost":"http://218.84.232.3:8000/", //学校正式环境地址: // "apiHost": [ - // "http://192.168.1.8001/" + // "http://124.117.225.118:8001/" // ], - // "webHost":"http://10.30.0.10:8000/", + // "webHost":"http://10.10.200.1:8000/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [ { username: "", password: "" } 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 78036dcf7..53313d99e 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -1,8 +1,8 @@ { "name" : "智慧校园", - "appid" : "__UNI__7C24C09", + "appid" : "__UNI__1F5E446", "description" : "智慧校园移动端", - "versionName" : "2.1.1", + "versionName" : "2.1.1.20240530", "versionCode" : 20101, "transformPx" : false, /* 5+App特有相关 */