|
@@ -211,6 +211,9 @@ const handleLogin = async () => {
|
|
|
default:
|
|
default:
|
|
|
await useUserInfoStore.getInfo()
|
|
await useUserInfoStore.getInfo()
|
|
|
useUserInfoStore.updateLoginShow(false)
|
|
useUserInfoStore.updateLoginShow(false)
|
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
|
+ window.location.reload()
|
|
|
|
|
+ },100)
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -248,6 +251,9 @@ async function toggleCompany() {
|
|
|
})
|
|
})
|
|
|
await useUserInfoStore.getInfo()
|
|
await useUserInfoStore.getInfo()
|
|
|
useUserInfoStore.updateLoginShow(false)
|
|
useUserInfoStore.updateLoginShow(false)
|
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
|
+ window.location.reload()
|
|
|
|
|
+ },100)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const sendVerificationCode = () => {
|
|
const sendVerificationCode = () => {
|