riku
2025-07-16 c23ac06446a9a1edc41cc13723e5d0b8eabdfd63
src/components/core/CoreMenu.vue
@@ -58,9 +58,13 @@
          path: 'rmode'
        },
        {
          name: '污染溯源2',
          path: 'hmode2'
          name: '走航融合',
          path: 'underwaymix'
        }
        // {
        //   name: '污染溯源2',
        //   path: 'hmode2'
        // }
        // {
        //   name: '网格化监测',
        //   path: 'gridmonitor'
@@ -93,6 +97,9 @@
      m[index].selected = true;
      this.$router.push(m[index].path);
    }
  },
  mounted() {
    this.navTo(0);
  }
};
</script>