| | |
| | | console.log('watch flag') |
| | | if(this.flag) { |
| | | this.menuData = window.SITE_CONFIG['menuList'] |
| | | console.log('watch flag2') |
| | | setTimeout(()=>{ |
| | | console.log('watch flag3') |
| | | this.defaultOpeneds() |
| | | },50) |
| | | } |
| | |
| | | if (route.name === 'miantainHome-home' || 'replaceProblemHome-home') { |
| | | this.$refs.mainNavbar.refresh() |
| | | } |
| | | this.$router.push({name: route.name}) |
| | | this.$nextTick(() => { |
| | | console.log(route.meta.params,"route.meta.params") |
| | | this.$router.push({name: route.name, query: route.meta.params, params: route.meta.params}) |
| | | }) |
| | | } |
| | | }, |
| | | checkFull() { |