This commit is contained in:
zmj 2023-11-08 09:11:32 +08:00
commit ed540901c1
2 changed files with 8 additions and 4 deletions

View File

@ -37,7 +37,7 @@
shop_token: info.referrerInfo?.extraData?.token
});
this.$store.commit('SET_USERINFO', {
user: data,
user: {},
token: res.data.token
})
this.$store.dispatch('initConfig');

View File

@ -3,14 +3,17 @@
// "appid" : "__UNI__3A527D1",
"appid" : "__UNI__B5B1EDD",
"description" : "",
"versionName" : "1.2.5",
"versionCode" : 125,
"versionName" : "1.2.6",
"versionCode" : 126,
"transformPx" : false,
/* 5+App */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"compatible":{
"ignoreVersion": true //trueHBuilderX1.9.0
},
// "statusbar": {
// "immersed": false
// },
@ -91,7 +94,8 @@
"urlschemewhitelist" : [ "iosamap" ]
},
"splashscreen" : {
"useOriginalMsgbox" : true
"useOriginalMsgbox" : false,
"androidStyle" : "common"
},
"icons" : {
"android" : {