| | |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/sell/sellOut/sellOutBillEdit", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | activeMenu: "/sell/sellOut", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | |
| | | }, |
| | | ], |
| | | }, |
| | | |
| | | //生产资源 |
| | | //用户列表 |
| | | { |
| | | path: "/system/user/xtUserList", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/system/user", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/system/user/xtUserList", |
| | | component: () => import("@/views/system/user/xtUserList.vue"), |
| | | name: "XtUserList", |
| | | meta: { title: "用户列表", activeMenu: "system/user" }, |
| | | }, |
| | | ], |
| | | }, |
| | | //生产资源 |
| | | { |
| | | path: "/basic/production/gySource", |
| | | component: Layout, |