parent
a7e994283c
commit
26fa5d48e5
|
@ -61,8 +61,8 @@ const router = createRouter()
|
|||
|
||||
// 刷新整个页面会到这里
|
||||
import('@/store').then(async ({useUserStore}) => {
|
||||
const userStore = useUserStore();
|
||||
try {
|
||||
const userStore = useUserStore();
|
||||
await userStore.getIsLogin();
|
||||
} catch (e) {
|
||||
// nothing
|
||||
|
|
Loading…
Reference in New Issue