fix: 修正登录背景图片路径中的拼写错误
This commit is contained in:
parent
402ff52739
commit
dce989bb2c
@ -181,7 +181,7 @@ const infoStore = useInfoStore();
|
|||||||
|
|
||||||
// 从infoStore获取登录背景图片
|
// 从infoStore获取登录背景图片
|
||||||
const loginBgImage = computed(() => {
|
const loginBgImage = computed(() => {
|
||||||
return infoStore.organization?.login_bg || '/login_bg.jpg';
|
return infoStore.organization?.login_bg || '/login-bg.jpg';
|
||||||
});
|
});
|
||||||
|
|
||||||
// 状态
|
// 状态
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user