删除无用内容

This commit is contained in:
xuli3099
2025-08-20 09:53:47 +08:00
parent f44108a486
commit aae8e6fb50
2 changed files with 2 additions and 9 deletions

View File

@@ -145,14 +145,7 @@
"navigationBarTitleText": "718友晟",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom",
// #ifdef APP-PLUS
"style": {
"app-plus": {
"background":"#F5F5F5"
}
}
// #endif
"navigationStyle": "custom"
},
"tabBar": {
"color": "#919191",

View File

@@ -257,7 +257,7 @@ const submitForm = () => {
param.runEnv = networkEnv.value;
// #ifdef H5
param.uniqCode = 'e5687e80-526f-4522-ba7d-41d5db197a15';//h5测试用
param.uniqCode = 'sn123456';//h5测试用 内网-sn123456 外网-e5687e80-526f-4522-ba7d-41d5db197a15
let res = await login(param);
userStore.login(res);
uni.switchTab({ url: '/pages/home/home' })