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