Compare commits
No commits in common. "67b19b56d310ce5f011cd2c261171b0f1d81f93d" and "862dee37689f114ae9320898e2fb3fdee115504c" have entirely different histories.
67b19b56d3
...
862dee3768
@ -6,9 +6,7 @@
|
|||||||
<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