Compare commits
2 Commits
862dee3768
...
67b19b56d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 67b19b56d3 | |||
| 7d00b5fb03 |
@ -6,7 +6,9 @@
|
|||||||
<div class="logo">
|
<div class="logo">
|
||||||
<!-- 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.logoImg || ''" alt="">
|
|
||||||
|
class="logoImg" :src="logoInfoNew.home?.logoImg || ''" alt="">
|
||||||
|
|
||||||
|
|
||||||
<!-- 主导航菜单 -->
|
<!-- 主导航菜单 -->
|
||||||
<nav class="main-nav">
|
<nav class="main-nav">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user