XiaoRuby
2023-08-18 1659aafc1ff0f9722adc1642f7856b19ce5ec6f0
src/router/index.js
@@ -24,17 +24,5 @@
    path: "/enter",
    component: () => import("../view/enter.vue")
  },
  // 添加计量模块
  {
    path: "/measure",
    components: Index,
    redirect: "/manage",
    children: [
      {
        path: "/manage",
        name: "MeasureManage",
        component: () => import('../components/view/measure/index.vue')
      }
    ]
  }]
  ]
})