src/components/core/CoreMenu.vue
@@ -56,11 +56,15 @@ { name: '走航监测', path: 'rmode' }, { name: '网格化监测', path: 'gridmonitor' } // { // name: '污染溯源2', // path: 'hmode2' // } // { // name: '网格化监测', // path: 'gridmonitor' // } // { // name: '用电量监测', // path: 'emode' @@ -89,6 +93,9 @@ m[index].selected = true; this.$router.push(m[index].path); } }, mounted() { this.navTo(0); } }; </script>