1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

update: 调整首页顶部头像为应用LOGO、调整启动页面,增加是否每次都显示判断

This commit is contained in:
小莫唐尼
2024-06-26 09:47:04 +08:00
parent aec54e8c5b
commit cc05b64dec
4 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export default {
},
computed: {
startConfig() {
return this.$tm.vx.getters().getConfigs.startConfig;
return this.$tm.vx.getters().getConfigs.appConfig.startConfig;
},
pageStyle() {
if (this.startConfig.bg) {