王震
2023-09-15 5c76f242b20281b51d01ce2266e8beaafe8ae5a6
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')
      }
    ]
  }]
})
})