添加了登录后刷新页面
This commit is contained in:
parent
945a99d4ab
commit
244011e3e4
@ -33,6 +33,9 @@ export async function loginpass(phone: string, password: string,type?: number,sm
|
||||
store.commit("login", true);
|
||||
store.dispatch("setUserInfo");
|
||||
router.push("/mine/archives")
|
||||
setTimeout(()=>{
|
||||
location.reload();
|
||||
}, 1000)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -636,9 +639,9 @@ export async function editsystemsetting(e?: any): Promise<boolean> {
|
||||
const res = await put(`member/${store.state.userinfo.memberid}`,newdata);
|
||||
console.log(res)
|
||||
if(res.code == 0){
|
||||
location.reload();
|
||||
message.success("修改成功")
|
||||
store.dispatch("setUserInfo");
|
||||
location.reload();
|
||||
return true;
|
||||
}else{
|
||||
message.error(res.msg);
|
||||
|
Loading…
Reference in New Issue
Block a user