Commit f4833661b173576489e84bc6ff8af9d4326c4c82
Merge branch 'fix/login-logo' into 'main_dev'
fix: 修改登录页logo展示问题 See merge request yunteng/thingskit-front!703
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -93,6 +93,7 @@ | @@ -93,6 +93,7 @@ | ||
| 93 | 93 | ||
| 94 | onMounted(() => { | 94 | onMounted(() => { |
| 95 | const platform = getPlatFormInfo(); | 95 | const platform = getPlatFormInfo(); |
| 96 | + defaultLogo.value = platform.logo || ''; | ||
| 96 | show.value = !platform.background; | 97 | show.value = !platform.background; |
| 97 | }); | 98 | }); |
| 98 | </script> | 99 | </script> |