Compare commits

..

No commits in common. "db3ac603bcb6ce97f6a716c536b7cef84f281fa4" and "87d670d31f2360a6d1c7487affdbf5138873c86e" have entirely different histories.

View File

@ -6,9 +6,7 @@
<div class="logo">
<!-- 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.logoImg || ''" alt="">
<!-- 主导航菜单 -->
<nav class="main-nav">