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 ad8744b6
authored
Dec 04, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改菜单
1 parent
58233aa4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
src/views/Main/index.vue
src/views/Main/index.vue
View file @
ad8744b
...
...
@@ -39,7 +39,7 @@
<img
src=
"@/assets/二级切图.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
架构元模型管理
</span>
</div>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('架构元素管理')"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('
总体架构资产设计与维护', '架构元模型管理', '
架构元素管理')"
>
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
架构元素管理
</span>
</div>
...
...
@@ -47,7 +47,7 @@
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
架构元素关系管理
</span>
</div>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('元模型管理')"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('
总体架构资产设计与维护', '架构元模型管理', '
元模型管理')"
>
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
元模型管理
</span>
</div>
...
...
@@ -84,7 +84,7 @@
<span
style=
"margin-left: 5px;"
>
总体架构资产维护
</span>
</div>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('总体架构资产管理')"
>
<div
class=
"menu_1_item_subtitle"
@
click=
"jumpPage('总体架构资产
设计与维护', '架构元模型管理', '总体架构资产
管理')"
>
<img
src=
"@/assets/三级圆环.png"
alt=
""
>
<span
style=
"margin-left: 5px;"
>
总体架构资产管理
</span>
</div>
...
...
@@ -468,9 +468,9 @@
</el-popover>
</div>
<el-breadcrumb
separator=
"/"
>
<el-breadcrumb-item>
总体架构资产设计与维护
</el-breadcrumb-item>
<el-breadcrumb-item>
架构元模型管理
</el-breadcrumb-item>
<el-breadcrumb-item>
元模型管理
</el-breadcrumb-item>
<el-breadcrumb-item>
{{
breadcrumb1
}}
</el-breadcrumb-item>
<el-breadcrumb-item>
{{
breadcrumb2
}}
</el-breadcrumb-item>
<el-breadcrumb-item>
{{
breadcrumb3
}}
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div
class=
"left_menu_and_drawio_container"
>
...
...
@@ -491,7 +491,10 @@
},
data
()
{
return
{
visible1
:
false
visible1
:
false
,
breadcrumb1
:
'总体架构资产设计与维护'
,
breadcrumb2
:
'架构元模型管理'
,
breadcrumb3
:
'架构元素管理'
,
};
},
mounted
(){
...
...
@@ -513,8 +516,12 @@
// window.open(window.location.origin + '/drawio/index.html?id=23', '_self');//编辑
// window.open(window.location.origin + '/drawio/index.html', '_self');//新增
},
jumpPage
(
data
)
{
switch
(
data
){
jumpPage
(
breadcrumb1_
,
breadcrumb2_
,
breadcrumb3_
)
{
this
.
breadcrumb1
=
breadcrumb1_
;
this
.
breadcrumb2
=
breadcrumb2_
;
this
.
breadcrumb3
=
breadcrumb3_
;
switch
(
breadcrumb3_
){
case
'架构元素管理'
:
this
.
$router
.
push
(
'/main/JiaGouYuanShuGuanLi'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
...
...
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