Compare commits

..

No commits in common. "8963d964df51c842a7d89ec7b619d9c992ea0f62" and "24ba5d5f990b5d5fd25293775f2836e5e267209d" have entirely different histories.

View File

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