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 edfdb22e
authored
Dec 07, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231207wangwansu
1 parent
2a77f85c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
src/router/index.js
src/views/Main/index.vue
src/views/JiaGouSTPZ/index.vue → src/views/archiViewConfig/index.vue
src/views/wenDangDemo/index.vue → src/views/docDemo/index.vue
src/router/index.js
View file @
edfdb22
...
...
@@ -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/
wenDangD
emo'
,
//在线文档编制
name
:
'
wenDangD
emo'
,
component
:
()
=>
import
(
'@/views/
wenDang
Demo/index.vue'
),
path
:
'/main/
doc-d
emo'
,
//在线文档编制
name
:
'
doc-d
emo'
,
component
:
()
=>
import
(
'@/views/
doc
Demo/index.vue'
),
},
{
path
:
'/main/metaModelList'
,
//元模型管理
...
...
src/views/Main/index.vue
View file @
edfdb22
...
...
@@ -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/
wenDangD
emo'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/
doc-d
emo'
,
()
=>
{},
()
=>
{}
);
break
;
}
}
...
...
src/views/
JiaGouSTPZ
/index.vue
→
src/views/
archiViewConfig
/index.vue
View file @
edfdb22
File moved
src/views/
wenDang
Demo/index.vue
→
src/views/
doc
Demo/index.vue
View file @
edfdb22
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