Commit 43814bd3f3b98460de19d22cd7df1191f71eacaa

Authored by fengwotao
1 parent 00a23fc1

fix:修改登录页左上角平台为logo

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