Commit efb058a2 authored by 张豪's avatar 张豪

添加地图服务注册测试页面

parent 34319509
......@@ -16,6 +16,7 @@ export default {
'/intelligent_drawing',
'/intelligent_details',
'/intelligent_appbuilder',
'/intelligent_fwzc',
'/search_engine',
'/technical_support'
]
......
......@@ -258,6 +258,11 @@ export default new Router({
name: "intelligent_appbuilder",
component: () => import("@/pages/workbench/component-center/intelligent-drawing/intelligent_appbuilder"),
}, // 智能制图--应用程序页面
{
path: "/intelligent_fwzc",
name: "intelligent_fwzc",
component: () => import("@/pages/workbench/component-center/intelligent-drawing/intelligent_fwzc"),
}, // 智能制图--服务注册测试页面
{
path: "/progress", // 流程设计
name: "progress",
......
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