chore(config): 更新应用版本号并调整配置

- 将 manifest.json 中的版本号从 1.0.55 更新为 1.0.56
- 在 manifest.json 中添加启动屏幕配置 useOriginalMsgbox
- 移除 register.vue 中的调试日志输出
- 更新 request.js 中的测试服务器地址配置
dev-2.0-mkmj
wangpeng 2026-08-21 10:09:37 +08:00
parent ee3c3a9cd9
commit 920ad00815
3 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@
"appid" : "__UNI__97E1400",
// 97E1400
"description" : "秦港相关方",
"versionName" : "1.0.55",
"versionCode" : 55,
"versionName" : "1.0.56",
"versionCode" : 56,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -100,6 +100,9 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
},
"splashscreen" : {
"useOriginalMsgbox" : true
}
}
},

View File

@ -134,7 +134,6 @@ export default {
})
}, 2000)
}).catch((e) => {
console.log(e)
uni.$u.toast(e.msg || '请补全必填项')
})
}

View File

@ -1,9 +1,7 @@
import refreshToken from "../api/refreshToken";
// let requestPath = 'http://192.168.0.102:8059/xgf_gwj_2.0/'; // 后台请求地址
// let requestPath = 'http://127.0.0.1:8059/xgf_gwj_2.0/'; // 后台请求地址
// let requestPath = 'http://192.168.10.27:7013/xgf_gwj_2.0/'; // 后台请求地址
let requestPath = 'https://skqhdg.porthebei.com:9006/xgf_gwj_2.0/'; // 后台请求地址
// let requestPath = 'http://192.168.151.32:8151/xgf_gwj_2.0/'; // 后台请求地址
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
import store from '../store/index'
import {setRefreshToken} from "../api/api";