修复了语言
This commit is contained in:
@@ -31,7 +31,7 @@ export async function loginpass(phone: string, password: string,type?: number,sm
|
||||
}else{
|
||||
setToken();
|
||||
store.commit("login", true);
|
||||
store.dispatch("setUserInfo");
|
||||
await store.dispatch("setUserInfo");
|
||||
await router.push("/mine/archives")
|
||||
location.reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user