Commit edfdb22e by Thews

20231207wangwansu

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