Commit ce790594 by Thews

20231207汪皖苏

1 parent edfdb22e
...@@ -41,9 +41,9 @@ const routes = [ ...@@ -41,9 +41,9 @@ const routes = [
component: () => import('@/views/archiViewConfig/index.vue'), component: () => import('@/views/archiViewConfig/index.vue'),
}, },
{ {
path: '/main/JiaGouYMXZD',//元模型字典管理 path: '/main/meta-model-dic',//元模型字典管理
name: 'JiaGouYMXZD', name: 'meta-model-dic',
component: () => import('@/views/JiaGouYMXZD/index.vue'), component: () => import('@/views/metaModelDic/index.vue'),
}, },
{ {
path: '/main/busiAssetslist',//业务架构资产管理 path: '/main/busiAssetslist',//业务架构资产管理
......
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
this.visible1 = false; this.visible1 = false;
break; break;
case '元模型字典管理': case '元模型字典管理':
this.$router.push( '/main/JiaGouYMXZD', () => {}, () => {} ); this.$router.push( '/main/meta-model-dic', () => {}, () => {} );
this.visible1 = false; this.visible1 = false;
break; break;
case '元模型管理': case '元模型管理':
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!