This commit is contained in:
liqiang-fit2cloud 2022-12-26 16:52:18 +08:00
commit 14f5f2c496
1 changed files with 1 additions and 1 deletions

View File

@ -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