乡村相册登录选择调用

This commit is contained in:
aixianling
2022-05-31 10:31:01 +08:00
parent d395bd4085
commit c590644022
2 changed files with 5 additions and 5 deletions

View File

@@ -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 => {