Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0de7a0cf
authored
Dec 14, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231214wangwansu
1 parent
99377d9b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
src/router/index.js
src/views/Main/index.vue
src/views/etpManage/index.vue
src/router/index.js
View file @
0de7a0c
...
...
@@ -69,12 +69,17 @@ const routes = [
path
:
'/main/metaModelListDetails/:id'
,
//元模型管理详情
name
:
'metaModelListDetails'
,
component
:
()
=>
import
(
'@/views/meta-model-list/details.vue'
),
}
}
,
// {
// path: '/main/YuanMoXingGuanLiTable',//drawio跳转的表格
// name: 'YuanMoXingGuanLiTable',
// component: () => import('@/views/YuanMoXingGuanLi/YuanMoXingGuanLiTable/index.vue'),
// }
// },
{
path
:
'/main/etp-Manage'
,
//架构元素管理
name
:
'etp-Manage'
,
component
:
()
=>
import
(
'@/views/etpManage/index.vue'
),
},
]
}
]
...
...
src/views/Main/index.vue
View file @
0de7a0c
...
...
@@ -400,7 +400,7 @@
<span
style=
"margin-left: 5px;"
>
专家人才库
</span>
</div>
<div
class=
"menu_1_item_subtitle"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('架构知识库', '专家人才库', '专家人才库管理')"
>
<img
src=
"@/assets/main/3img.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
专家人才库管理
</span>
</div>
...
...
@@ -550,6 +550,9 @@
case
'在线文档编制'
:
this
.
$router
.
push
(
'/main/doc-demo'
,
()
=>
{},
()
=>
{}
);
break
;
case
'专家人才库管理'
:
this
.
$router
.
push
(
'/main/etp-Manage'
,
()
=>
{},
()
=>
{}
);
break
;
}
}
}
...
...
src/views/etpManage/index.vue
0 → 100644
View file @
0de7a0c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment