代码更新

This commit is contained in:
hrx 2026-03-30 11:27:28 +08:00
parent 8bc67f887a
commit 228e630d46

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="">
<!-- 主导航菜单 -->