Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ce790594
authored
Dec 07, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231207汪皖苏
1 parent
edfdb22e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/router/index.js
src/views/Main/index.vue
src/views/JiaGouYMXZD/index.vue → src/views/metaModelDic/index.vue
src/router/index.js
View file @
ce79059
...
@@ -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'
,
//业务架构资产管理
...
...
src/views/Main/index.vue
View file @
ce79059
...
@@ -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
'元模型管理'
:
...
...
src/views/
JiaGouYMXZD
/index.vue
→
src/views/
metaModelDic
/index.vue
View file @
ce79059
File moved
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment