Commit edfdb22e by Thews

20231207wangwansu

1 parent 2a77f85c
...@@ -36,9 +36,9 @@ const routes = [ ...@@ -36,9 +36,9 @@ const routes = [
component: () => import('@/views/archiEleRela/index.vue'), component: () => import('@/views/archiEleRela/index.vue'),
}, },
{ {
path: '/main/JiaGouSTPZ',//架构视图配置 path: '/main/archi-view-config',//架构视图配置
name: 'JiaGouSTPZ', name: 'archi-view-config',
component: () => import('@/views/JiaGouSTPZ/index.vue'), component: () => import('@/views/archiViewConfig/index.vue'),
}, },
{ {
path: '/main/JiaGouYMXZD',//元模型字典管理 path: '/main/JiaGouYMXZD',//元模型字典管理
...@@ -56,9 +56,9 @@ const routes = [ ...@@ -56,9 +56,9 @@ const routes = [
// component: () => import('@/views/YuanMoXingGuanLi/YuanMoXingGuanLiCanvas/index.vue'), // component: () => import('@/views/YuanMoXingGuanLi/YuanMoXingGuanLiCanvas/index.vue'),
// }, // },
{ {
path: '/main/wenDangDemo',//在线文档编制 path: '/main/doc-demo',//在线文档编制
name: 'wenDangDemo', name: 'doc-demo',
component: () => import('@/views/wenDangDemo/index.vue'), component: () => import('@/views/docDemo/index.vue'),
}, },
{ {
path: '/main/metaModelList',//元模型管理 path: '/main/metaModelList',//元模型管理
......
...@@ -543,7 +543,7 @@ ...@@ -543,7 +543,7 @@
this.visible1 = false; this.visible1 = false;
break; break;
case '架构视图配置': case '架构视图配置':
this.$router.push( '/main/JiaGouSTPZ', () => {}, () => {} ); this.$router.push( '/main/archi-view-config', () => {}, () => {} );
this.visible1 = false; this.visible1 = false;
break; break;
case '元模型字典管理': case '元模型字典管理':
...@@ -559,7 +559,7 @@ ...@@ -559,7 +559,7 @@
this.visible1 = false; this.visible1 = false;
break; break;
case '在线文档编制': case '在线文档编制':
this.$router.push( '/main/wenDangDemo', () => {}, () => {} ); this.$router.push( '/main/doc-demo', () => {}, () => {} );
break; break;
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!