Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
43814bd3f3b98460de19d22cd7df1191f71eacaa
Authored by
fengwotao
2022-09-15 18:00:20 +0800
1 parent
00a23fc1
fix:修改登录页左上角平台为logo
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Application/src/AppLogo.vue
src/components/Application/src/AppLogo.vue
View file @
43814bd
...
...
@@ -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
...
...