Commit 2a77f85c by Thews

20231207汪皖苏

1 parent 243cc637
......@@ -31,9 +31,9 @@ const routes = [
component: () => import('@/views/archi-ele-list/index.vue'),
},
{
path: '/main/JiaGouYuanSuGuanXiGuanLi',//架构元素关系管理
name: 'JiaGouYuanSuGuanXiGuanLi',
component: () => import('@/views/JiaGouYuanShuGuanXiGuanLi/index.vue'),
path: '/main/archi-ele-rela',//架构元素关系管理
name: 'archi-ele-rela',
component: () => import('@/views/archiEleRela/index.vue'),
},
{
path: '/main/JiaGouSTPZ',//架构视图配置
......
......@@ -539,7 +539,7 @@
this.visible1 = false;
break;
case '架构元素关系管理':
this.$router.push( '/main/JiaGouYuanSuGuanXiGuanLi', () => {}, () => {} );
this.$router.push( '/main/archi-ele-rela', () => {}, () => {} );
this.visible1 = false;
break;
case '架构视图配置':
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!