优化h5端授权登录流程

This commit is contained in:
Gao xiaosong
2020-09-22 01:20:02 +08:00
parent 32a514eb74
commit 0605a2b4c9
7 changed files with 92 additions and 68 deletions

View File

@ -138,7 +138,7 @@ const vuexStore = new Vuex.Store({
state,
commit
}, user) {
commit("updateUserInfo", user);
},
changeAuthorizationPage({
@ -163,6 +163,7 @@ const vuexStore = new Vuex.Store({
location: state => state.location,
storeItems: state => state.storeItems,
goName: state => state.goName,
$deviceType: state => state.$deviceType,
},
strict: debug
});