@@ -344,7 +344,6 @@ const onHandleCommandClick = (path: string) => {
// 使用 reload 时,不需要调用 resetRoute() 重置路由
window.location.reload();
})
-
}).catch(() => { });
return;
}
@@ -49,6 +49,7 @@ const state = reactive<LoginState>({
isScan: false,
});
let bgImg = themeConfig.value.loginImage;
+console.log(bgImg,'bgImg')
// 获取布局配置信息
const getThemeConfig = computed(() => {
return themeConfig.value;