fix: 修正登录背景图片路径中的拼写错误

This commit is contained in:
Wenjie Zhang 2025-08-24 20:19:57 +08:00
parent 402ff52739
commit dce989bb2c

View File

@ -181,7 +181,7 @@ const infoStore = useInfoStore();
// infoStore
const loginBgImage = computed(() => {
return infoStore.organization?.login_bg || '/login_bg.jpg';
return infoStore.organization?.login_bg || '/login-bg.jpg';
});
//