Merge branch 'master' of http://124.222.105.7:3000/dianliang/dl_site_nuxt
This commit is contained in:
commit
a8298a59e4
@ -6,7 +6,7 @@
|
||||
<div
|
||||
v-for="(item,index) in nodes"
|
||||
:key="index"
|
||||
class="nav-link-item d-flex align-items-center justify-content-center"
|
||||
class="nav-link-item d-flex align-items-center"
|
||||
>
|
||||
<div @click="toChange" v-if="item.children.length === 0">
|
||||
<nuxt-link
|
||||
@ -61,8 +61,6 @@ export default {
|
||||
},
|
||||
dropDownHide() {
|
||||
this.isDropdown = false
|
||||
console.log(1231);
|
||||
|
||||
this.$emit('dropDownHide')
|
||||
},
|
||||
dropdownToggle(e, item) {
|
||||
|
@ -84,7 +84,7 @@ export default {
|
||||
icons: false
|
||||
},
|
||||
sitemap: {
|
||||
hostname: 'http://www.lighting-it.cn',
|
||||
hostname: 'https://www.cdtrucktralier.com',
|
||||
sitemaps: [
|
||||
{
|
||||
path: '/sitemap.xml',
|
||||
|
Loading…
Reference in New Issue
Block a user