Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
efb058a2
Commit
efb058a2
authored
Sep 11, 2020
by
张豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加地图服务注册测试页面
parent
34319509
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1100 additions
and
0 deletions
+1100
-0
src/pages/index.vue
src/pages/index.vue
+1
-0
src/pages/workbench/component-center/intelligent-drawing/intelligent_fwzc.vue
...component-center/intelligent-drawing/intelligent_fwzc.vue
+1094
-0
src/router/index.js
src/router/index.js
+5
-0
No files found.
src/pages/index.vue
View file @
efb058a2
...
...
@@ -16,6 +16,7 @@ export default {
'
/intelligent_drawing
'
,
'
/intelligent_details
'
,
'
/intelligent_appbuilder
'
,
'
/intelligent_fwzc
'
,
'
/search_engine
'
,
'
/technical_support
'
]
...
...
src/pages/workbench/component-center/intelligent-drawing/intelligent_fwzc.vue
0 → 100644
View file @
efb058a2
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
efb058a2
...
...
@@ -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
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment