src/router/index.js
@@ -210,6 +210,25 @@ }, ], }, //用户列表 { path: "/system/user/GyDriver", component: Layout, hidden: true, redirect: "noredirect", meta: { breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 activeMenu: "/system/user", // 当路由设置了该属性,则会高亮相对应的侧边栏。 }, children: [ { path: "/system/user/GyDriver", component: () => import("@/views/system/user/GyDriver.vue"), name: "gyDriver", meta: { title: "驾驶员列表", activeMenu: "system/user" }, }, ], }, //采购入库单 { path: "/purchase/POStockInBill/POStockInBillList",