Bläddra i källkod

修复APP版本提示的BUG

娄底高职分支
dao 3 månader sedan
förälder
incheckning
a731624c4d
2 ändrade filer med 7 tillägg och 4 borttagningar
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +6
    -3
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js Visa fil

@@ -2,7 +2,7 @@ export default {
// 登录页显示的公司名称
"company": "数字化智慧校园",
// App 版本号
"appVersion": "1.0.10",
"appVersion": "1.0.11",
// 是否允许用户注册
"enableSignUp": true,
//请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择


+ 6
- 3
Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json Visa fil

@@ -1,12 +1,15 @@
{
"name" : "智慧校园",
"appid" : "__UNI__3039520",
"appid" : "__UNI__7C24C09",
"description" : "智慧校园移动端",
"versionName" : "1.0.9.20240614",
"versionCode" : 110,
"versionName" : "1.0.11.20240827",
"versionCode" : 111,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
"compatible" : {
"ignoreVersion" : true
},
"usingComponents" : true,
"softinputNavBar" : "none",
"splashscreen" : {


Laddar…
Avbryt
Spara