|
|
@ -101,32 +101,32 @@ export default {
|
|
|
|
component: () => import("@/views/index"),
|
|
|
|
component: () => import("@/views/index"),
|
|
|
|
redirect: "drugArchives",
|
|
|
|
redirect: "drugArchives",
|
|
|
|
isDiy: true,
|
|
|
|
isDiy: true,
|
|
|
|
// children: [
|
|
|
|
children: [
|
|
|
|
// {
|
|
|
|
{
|
|
|
|
// path: "/productsMsg/drugArchives",
|
|
|
|
path: "/productsMsg/drugArchives",
|
|
|
|
// name: "药品档案",
|
|
|
|
name: "药品档案",
|
|
|
|
// icon: require("@/assets/images/tree4.svg"),
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
// component: () =>
|
|
|
|
component: () =>
|
|
|
|
// import("@/views/productsMsg/components/drugArchives.vue"),
|
|
|
|
import("@/views/productsMsg/components/drugArchives.vue"),
|
|
|
|
// meta: { title: "药品档案", icon: "netWork" },
|
|
|
|
meta: { title: "药品档案", icon: "netWork" },
|
|
|
|
// },
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
{
|
|
|
|
// path: "/productsMsg/cosmeticsArchives",
|
|
|
|
path: "/productsMsg/cosmeticsArchives",
|
|
|
|
// name: "化妆品档案",
|
|
|
|
name: "化妆品档案",
|
|
|
|
// icon: require("@/assets/images/tree4.svg"),
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
// component: () =>
|
|
|
|
component: () =>
|
|
|
|
// import("@/views/productsMsg/components/cosmeticsArchives.vue"),
|
|
|
|
import("@/views/productsMsg/components/cosmeticsArchives.vue"),
|
|
|
|
// meta: { title: "化妆品档案", icon: "netWork" },
|
|
|
|
meta: { title: "化妆品档案", icon: "netWork" },
|
|
|
|
// },
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
{
|
|
|
|
// path: "/productsMsg/health",
|
|
|
|
path: "/productsMsg/health",
|
|
|
|
// name: "医疗器械档案",
|
|
|
|
name: "医疗器械档案",
|
|
|
|
// icon: require("@/assets/images/tree4.svg"),
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
// component: () =>
|
|
|
|
component: () =>
|
|
|
|
// import("@/views/productsMsg/components/health.vue"),
|
|
|
|
import("@/views/productsMsg/components/health.vue"),
|
|
|
|
// meta: { title: "医疗器械档案", icon: "netWork" },
|
|
|
|
meta: { title: "医疗器械档案", icon: "netWork" },
|
|
|
|
// },
|
|
|
|
},
|
|
|
|
// ],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "/logout",
|
|
|
|
path: "/logout",
|
|
|
|