Commit 33de6631 by liuyong
2 parents 555553b9 b0ec858c
...@@ -125,6 +125,11 @@ const routes = [ ...@@ -125,6 +125,11 @@ const routes = [
name: 'archiViewManageDetails', name: 'archiViewManageDetails',
component: () => import('@/views/archi-view-manage/details.vue'), component: () => import('@/views/archi-view-manage/details.vue'),
}, },
{
path: '/main/archiAssetManage/',//总体架构资产管理
name: 'archiAssetManage',
component: () => import('@/views/archi-asset-manage/index.vue'),
},
] ]
} }
] ]
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<span style="margin-left: 5px;">系统架构资产维护</span> <span style="margin-left: 5px;">系统架构资产维护</span>
</div> </div>
<div class="menu_1_item_subtitle"> <div class="menu_1_item_subtitle" @click="jumpPage('总体架构资产设计与维护', '系统架构资产维护', '系统架构资产维护')">
<img src="@/assets/main/3img.png" alt=""> <img src="@/assets/main/3img.png" alt="">
<span style="margin-left: 5px;">系统架构资产维护</span> <span style="margin-left: 5px;">系统架构资产维护</span>
</div> </div>
...@@ -583,6 +583,10 @@ ...@@ -583,6 +583,10 @@
this.$router.push( '/main/archiViewManage', () => {}, () => {} ); this.$router.push( '/main/archiViewManage', () => {}, () => {} );
this.visible1 = false; this.visible1 = false;
break; break;
case '系统架构资产维护':
this.$router.push( '/main/archiAssetManage', () => {}, () => {} );
this.visible1 = false;
break;
} }
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!