Compare commits

..

No commits in common. "67b19b56d310ce5f011cd2c261171b0f1d81f93d" and "862dee37689f114ae9320898e2fb3fdee115504c" 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">