|
|
|
@ -120,6 +120,34 @@ export const constantRoutes = [
|
|
|
|
|
component: () => import("@/views/changePassword/index"),
|
|
|
|
|
meta: { title: "修改密码", icon: "netWork" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/changePassword",
|
|
|
|
|
name: "行政审批",
|
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
|
component: () => import("@/views/changePassword/index"),
|
|
|
|
|
meta: { title: "行政审批", icon: "netWork" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/changePassword",
|
|
|
|
|
name: "企业档案",
|
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
|
component: () => import("@/views/changePassword/index"),
|
|
|
|
|
meta: { title: "企业档案", icon: "netWork" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/changePassword",
|
|
|
|
|
name: "产品档案",
|
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
|
component: () => import("@/views/changePassword/index"),
|
|
|
|
|
meta: { title: "产品档案", icon: "netWork" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/changePassword",
|
|
|
|
|
name: "依法注销",
|
|
|
|
|
icon: require("@/assets/images/tree4.svg"),
|
|
|
|
|
component: () => import("@/views/changePassword/index"),
|
|
|
|
|
meta: { title: "依法注销", icon: "netWork" },
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|