|
|
@ -164,8 +164,18 @@ export default { |
|
|
|
this.$router.push({ |
|
|
|
name: 'productIframe-shequ-index' |
|
|
|
}) |
|
|
|
return |
|
|
|
} else { |
|
|
|
if (this.routeList_F[e].url) { |
|
|
|
const routeName = this.routeList_F[e].url |
|
|
|
const routes = window.SITE_CONFIG['dynamicMenuRoutes'] |
|
|
|
routes.forEach(item => { |
|
|
|
if (routeName == item.meta.title) { |
|
|
|
this.$router.push({ |
|
|
|
name: item.name |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
this.$store.state.sidebarHide = false |
|
|
|
} |
|
|
|
this.$emit('routeList_child', JSON.stringify(this.routeList_F[e].children)) |
|
|
|