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 6f2bf855
authored
Jan 10, 2024
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240110汪皖苏
1 parent
1b2ca831
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
src/router/index.js
src/views/Main/index.vue
src/views/archi-asset-manage/index.vue
src/router/index.js
View file @
6f2bf85
...
...
@@ -125,6 +125,11 @@ const routes = [
name
:
'archiViewManageDetails'
,
component
:
()
=>
import
(
'@/views/archi-view-manage/details.vue'
),
},
{
path
:
'/main/archiAssetManage/'
,
//总体架构资产管理
name
:
'archiAssetManage'
,
component
:
()
=>
import
(
'@/views/archi-asset-manage/index.vue'
),
},
]
}
]
...
...
src/views/Main/index.vue
View file @
6f2bf85
...
...
@@ -112,7 +112,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>
...
...
@@ -583,6 +583,10 @@
this
.
$router
.
push
(
'/main/archiViewManage'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
break
;
case
'系统架构资产维护'
:
this
.
$router
.
push
(
'/main/archiAssetManage'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
break
;
}
}
}
...
...
src/views/archi-asset-manage/index.vue
0 → 100644
View file @
6f2bf85
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