Commit 96c467ec authored by 张俊's avatar 张俊

服务详情

parent 31215cfc
......@@ -29,11 +29,6 @@ export default new Router({
name: "workPlace",
component: () => import("@/pages/workPlace"),
},
{
path: "/servicedetail",
name: "servicedetail",
component: () => import("@/pages/serviceDetail"),
},
{
path: "/fwzc", // 服务注册
name: "fwzc",
......@@ -58,6 +53,16 @@ export default new Router({
name: "fwglList",
component: () => import("@/pages/fwglList"),
},
{
path: "/fwgl/servicedetail",
name: "servicedetail",
component: () => import("@/pages/serviceDetail"),
},
{
path: "/fwgl/serviceedit",
name: "serviceedit",
component: () => import("@/pages/serviceEdit"),
},
],
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment