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
d727f6bd32f30952527e938ffa0e3fdc1bd3dc04
Authored by
loveumiko
2023-07-07 14:09:30 +0800
1 parent
bd731c6f
fix: 修改登录页logo展示问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/sys/login/Login.vue
src/views/sys/login/Login.vue
View file @
d727f6b
...
...
@@ -93,6 +93,7 @@
93
93
94
94
onMounted(() => {
95
95
const platform = getPlatFormInfo();
96
+
defaultLogo.value = platform.logo || '';
96
97
show.value = !platform.background;
97
98
});
98
99
</script>
...
...