Commit be28a5e37cefbb52f45f9dba8a8783699532e5f2

Authored by fengwotao
1 parent d5872813

fix:DEFECT-660 平台定制时登录页背景图片登陆时未生效

... ... @@ -46,7 +46,7 @@
46 46 },
47 47 ]);
48 48 const getLogo = computed(() => {
49   - return userStore.platInfo?.logo;
  49 + return userStore.platInfo?.background;
50 50 });
51 51 const getTitle = computed(() => {
52 52 // 设置icon
... ...