XiaoRuby
2023-09-08 253b9c48b02d995540b84c1831e54e6baf8a1000
src/router/index.js
@@ -23,18 +23,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')
      }
    ]
  }]
})
})