|
|
@@ -213,7 +213,7 @@ const handleLogin = async () => {
|
|
|
await useUserInfoStore.getInfo()
|
|
|
useUserInfoStore.updateLoginShow(false)
|
|
|
setTimeout(()=>{
|
|
|
- window.location.reload()
|
|
|
+ // window.location.reload()
|
|
|
},100)
|
|
|
break;
|
|
|
}
|
|
|
@@ -253,7 +253,7 @@ async function toggleCompany() {
|
|
|
await useUserInfoStore.getInfo()
|
|
|
useUserInfoStore.updateLoginShow(false)
|
|
|
setTimeout(()=>{
|
|
|
- window.location.reload()
|
|
|
+ // window.location.reload()
|
|
|
},100)
|
|
|
}
|
|
|
|