Commit 0de7a0cf by Thews

20231214wangwansu

1 parent 99377d9b
...@@ -69,12 +69,17 @@ const routes = [ ...@@ -69,12 +69,17 @@ const routes = [
path: '/main/metaModelListDetails/:id',//元模型管理详情 path: '/main/metaModelListDetails/:id',//元模型管理详情
name: 'metaModelListDetails', name: 'metaModelListDetails',
component: () => import('@/views/meta-model-list/details.vue'), component: () => import('@/views/meta-model-list/details.vue'),
} },
// { // {
// path: '/main/YuanMoXingGuanLiTable',//drawio跳转的表格 // path: '/main/YuanMoXingGuanLiTable',//drawio跳转的表格
// name: 'YuanMoXingGuanLiTable', // name: 'YuanMoXingGuanLiTable',
// component: () => import('@/views/YuanMoXingGuanLi/YuanMoXingGuanLiTable/index.vue'), // component: () => import('@/views/YuanMoXingGuanLi/YuanMoXingGuanLiTable/index.vue'),
// } // },
{
path: '/main/etp-Manage',//架构元素管理
name: 'etp-Manage',
component: () => import('@/views/etpManage/index.vue'),
},
] ]
} }
] ]
......
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,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>
...@@ -550,6 +550,9 @@ ...@@ -550,6 +550,9 @@
case '在线文档编制': case '在线文档编制':
this.$router.push( '/main/doc-demo', () => {}, () => {} ); this.$router.push( '/main/doc-demo', () => {}, () => {} );
break; break;
case '专家人才库管理':
this.$router.push( '/main/etp-Manage', () => {}, () => {} );
break;
} }
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!