Merge pull request '代码更新' (#89) from main into prod

Reviewed-on: #89
This commit is contained in:
charles 2026-03-30 11:28:09 +08:00
commit 8963d964df

View File

@ -7,7 +7,7 @@
<!-- Logo图片点击跳转首页 - 使用与goHome相同的逻辑 -->
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
class="logoImg" :src="logoInfoNew.home?.logoImg || ''" alt="">
class="logoImg" :src="(logoInfoNew.home && logoInfoNew.home.logoImg) || ''" alt="">
<!-- 主导航菜单 -->