1. 修改icon图标展示 2.尝试修改包含字典表的页面加载时报错

This commit is contained in:
bimei
2023-03-08 17:37:06 +08:00
parent e2895bafa5
commit aa3b299ee2
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ router.beforeEach(async (to, from, next) => {
const userStore = useUserStoreWithOut()
const permissionStore = usePermissionStoreWithOut()
if (!dictStore.getIsSetDict) {
dictStore.setDictMap()
await dictStore.setDictMap()
}
if (!userStore.getIsSetUser) {
isRelogin.show = true