Commit c0ab2822 authored by 徐一鸣's avatar 徐一鸣

up router

parent 3ceac9c0
......@@ -24,26 +24,6 @@ export default new Router({
component: () => import("@/pages/index"),
redirect: "/workplace",
children: [
{
path: "/sjfwDetail",
name: "sjfwDetail",
component: () => import("@/pages/sjfwDetail"),
}, // 数据服务详情
{
path: "/skfwDetail",
name: "skfwDetail",
component: () => import("@/pages/skfwDetail"),
}, // 时空服务详情
{
path: "/zhyyfwDetail",
name: "zhyyfwDetail",
component: () => import("@/pages/zhyyfwDetail"),
}, // 综合应用服务详情
{
path: "/workplace",
name: "workPlace",
component: () => import("@/pages/workPlace"),
},
{
path: "/fwzc", // 服务注册
name: "fwzc",
......@@ -102,6 +82,26 @@ export default new Router({
},
],
},
{
path: "/sjfwDetail",
name: "sjfwDetail",
component: () => import("@/pages/sjfwDetail"),
}, // 数据服务详情
{
path: "/skfwDetail",
name: "skfwDetail",
component: () => import("@/pages/skfwDetail"),
}, // 时空服务详情
{
path: "/zhyyfwDetail",
name: "zhyyfwDetail",
component: () => import("@/pages/zhyyfwDetail"),
}, // 综合应用服务详情
{
path: "/workplace",
name: "workPlace",
component: () => import("@/pages/workPlace"),
},
],
},
{
......
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