乡村相册登录选择调用
This commit is contained in:
@@ -194,7 +194,7 @@ const store = new Vuex.Store({
|
||||
}).then(res => {
|
||||
if (res?.access_token) {
|
||||
state.commit("login", [res?.token_type, res?.access_token].join(" ").trim())
|
||||
state.dispatch("getAccount")
|
||||
module != 'AppCountryAlbum' && state.dispatch("getAccount")
|
||||
resolve()
|
||||
}
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user