src/components/core/CoreMenu.vue
@@ -56,6 +56,10 @@ { name: '走航监测', path: 'rmode' }, { name: '走航融合', path: 'underwaymix' } // { // name: '污染溯源2', @@ -93,6 +97,9 @@ m[index].selected = true; this.$router.push(m[index].path); } }, mounted() { this.navTo(0); } }; </script>