Merge branch 'main' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
14f5f2c496
|
@ -61,8 +61,8 @@ const router = createRouter()
|
||||||
|
|
||||||
// 刷新整个页面会到这里
|
// 刷新整个页面会到这里
|
||||||
import('@/store').then(async ({useUserStore}) => {
|
import('@/store').then(async ({useUserStore}) => {
|
||||||
const userStore = useUserStore();
|
|
||||||
try {
|
try {
|
||||||
|
const userStore = useUserStore();
|
||||||
await userStore.getIsLogin();
|
await userStore.getIsLogin();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// nothing
|
// nothing
|
||||||
|
|
Loading…
Reference in New Issue