Fixiaobai
2023-09-20 039d01c3ee6217e18ef3bcaec263fd2ad59e6f68
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')
      }
    ]
  }]
})
})