fix: 重复获取系统配置信息

This commit is contained in:
TsMask
2023-10-30 18:35:24 +08:00
parent 44ca068b1e
commit 21160b9500

View File

@@ -139,7 +139,6 @@ router.beforeEach((to, from, next) => {
const token = getToken();
// 获取系统配置信息
const appStore = useAppStore();
console.log(appStore.loginBackground)
if (!appStore.loginBackground) {
appStore.fnSysConf();
}