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