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

up

parent ae2e12b9
......@@ -48,13 +48,13 @@ export default new Router({
],
},
{
path: "/fwgl", // 服务注册
path: "/fwgl", // 服务管理
name: "fwgl",
// redirect: "/fwgl/list",
component: () => import("@/pages/fwgl"),
children: [
{
path: "/fwgl/list/:type/:name", // 服务注册/服务测试
path: "/fwgl/list/:type/:name", // 服务管理/我的服务
name: "fwglList",
component: () => import("@/pages/fwglList"),
},
......
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