Compare commits
No commits in common. "8963d964df51c842a7d89ec7b619d9c992ea0f62" and "24ba5d5f990b5d5fd25293775f2836e5e267209d" have entirely different histories.
8963d964df
...
24ba5d5f99
@ -7,7 +7,7 @@
|
|||||||
<!-- Logo图片,点击跳转首页 - 使用与goHome相同的逻辑 -->
|
<!-- Logo图片,点击跳转首页 - 使用与goHome相同的逻辑 -->
|
||||||
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
|
<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="">
|
||||||
|
|
||||||
|
|
||||||
<!-- 主导航菜单 -->
|
<!-- 主导航菜单 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user