refactor(系统设置): 刷新页面控制台异常

在工作台模块刷新页面,控制台抛出异常
This commit is contained in:
shiziyuan9527 2022-12-26 16:49:13 +08:00 committed by lyh
parent a7e994283c
commit 26fa5d48e5
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