路由更改

lijinlong
杜函宇 1 year ago
parent caaa2244e8
commit 4bb71ca32f

@ -101,73 +101,73 @@ export const constantRoutes = [
], ],
}, },
// { {
// path: "/mudu", path: "/mudu",
// component: Simplely, component: Simplely,
// hidden: true, hidden: true,
// children: [ children: [
// { {
// path: "test", path: "test",
// component: () => import("@/views/test.vue"), component: () => import("@/views/test.vue"),
// name: "test", name: "test",
// }, },
// { {
// path: "check", path: "check",
// component: () => import("@/views/mudu/check/index"), component: () => import("@/views/mudu/check/index"),
// name: "check", name: "check",
// }, },
// { {
// path: "profile", path: "profile",
// component: () => import("@/views/mudu/none/profile.vue"), component: () => import("@/views/mudu/none/profile.vue"),
// name: "profile", name: "profile",
// }, },
// { {
// path: "point", path: "point",
// component: () => import("@/views/mudu/point/index.vue"), component: () => import("@/views/mudu/point/index.vue"),
// name: "point", name: "point",
// }, },
// { {
// path: "records", path: "records",
// component: () => import("@/views/mudu/records/index"), component: () => import("@/views/mudu/records/index"),
// name: "records", name: "records",
// }, },
// { {
// path: "receiver", path: "receiver",
// component: () => import("@/views/mudu/receiver/index.vue"), component: () => import("@/views/mudu/receiver/index.vue"),
// name: "receiver", name: "receiver",
// }, },
// { {
// path: "transportation", path: "transportation",
// component: () => import("@/views/mudu/transportation/index.vue"), component: () => import("@/views/mudu/transportation/index.vue"),
// name: "transportation", name: "transportation",
// }, },
// { {
// path: "equipment", path: "equipment",
// component: () => import("@/views/mudu/equipment/index.vue"), component: () => import("@/views/mudu/equipment/index.vue"),
// name: "equipment", name: "equipment",
// }, },
// { {
// path: "train", path: "train",
// component: () => import("@/views/mudu/train/index.vue"), component: () => import("@/views/mudu/train/index.vue"),
// name: "train", name: "train",
// }, },
// { {
// path: "order", path: "order",
// component: () => import("@/views/mudu/none/order.vue"), component: () => import("@/views/mudu/none/order.vue"),
// name: "order", name: "order",
// }, },
// { {
// path: "article", path: "article",
// component: () => import("@/views/mudu/article/index.vue"), component: () => import("@/views/mudu/article/index.vue"),
// name: "article", name: "article",
// }, },
// { {
// path: "directory", path: "directory",
// component: () => import("@/views/mudu/directory/index.vue"), component: () => import("@/views/mudu/directory/index.vue"),
// name: "directory", name: "directory",
// }, },
// ], ],
// }, },
{ {
path: "/user", path: "/user",
component: Layout, component: Layout,

Loading…
Cancel
Save