diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 76dce41..a94f7cf 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -8,13 +8,15 @@ }" v-for="(item, index) in navLeft" :key="index" + :title="item.name" @click="handleNav(item, index)" > {{ item.name }} - @@ -24,12 +26,12 @@ backgroundImage: `url(${title2})` }" > - {{ otherScenic || '其他景区' }} + {{ otherLeftLabel || '其他' }}