Showing
1 changed file
with
1 additions
and
1 deletions
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | }, | 46 | }, |
47 | ]); | 47 | ]); |
48 | const getLogo = computed(() => { | 48 | const getLogo = computed(() => { |
49 | - return userStore.platInfo?.background; | 49 | + return userStore.platInfo?.logo; |
50 | }); | 50 | }); |
51 | const getTitle = computed(() => { | 51 | const getTitle = computed(() => { |
52 | // 设置icon | 52 | // 设置icon |