This commit is contained in:
Vinjor 2025-09-23 10:37:53 +08:00
commit a8298a59e4
2 changed files with 2 additions and 4 deletions

View File

@ -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) {

View File

@ -84,7 +84,7 @@ export default {
icons: false
},
sitemap: {
hostname: 'http://www.lighting-it.cn',
hostname: 'https://www.cdtrucktralier.com',
sitemaps: [
{
path: '/sitemap.xml',