fix: 重复获取系统配置信息
This commit is contained in:
@@ -139,7 +139,8 @@ router.beforeEach((to, from, next) => {
|
||||
const token = getToken();
|
||||
// 获取系统配置信息
|
||||
const appStore = useAppStore();
|
||||
if (!appStore.filePathIcon) {
|
||||
console.log(appStore.loginBackground)
|
||||
if (!appStore.loginBackground) {
|
||||
appStore.fnSysConf();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user