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 2a77f85c
authored
Dec 07, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231207汪皖苏
1 parent
243cc637
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/JiaGouYuanShuGuanXiGuanLi/index.vue → src/views/archiEleRela/index.vue
src/router/index.js
View file @
2a77f85
...
@@ -31,9 +31,9 @@ const routes = [
...
@@ -31,9 +31,9 @@ const routes = [
component
:
()
=>
import
(
'@/views/archi-ele-list/index.vue'
),
component
:
()
=>
import
(
'@/views/archi-ele-list/index.vue'
),
},
},
{
{
path
:
'/main/
JiaGouYuanSuGuanXiGuanLi
'
,
//架构元素关系管理
path
:
'/main/
archi-ele-rela
'
,
//架构元素关系管理
name
:
'
JiaGouYuanSuGuanXiGuanLi
'
,
name
:
'
archi-ele-rela
'
,
component
:
()
=>
import
(
'@/views/
JiaGouYuanShuGuanXiGuanLi
/index.vue'
),
component
:
()
=>
import
(
'@/views/
archiEleRela
/index.vue'
),
},
},
{
{
path
:
'/main/JiaGouSTPZ'
,
//架构视图配置
path
:
'/main/JiaGouSTPZ'
,
//架构视图配置
...
...
src/views/Main/index.vue
View file @
2a77f85
...
@@ -539,7 +539,7 @@
...
@@ -539,7 +539,7 @@
this
.
visible1
=
false
;
this
.
visible1
=
false
;
break
;
break
;
case
'架构元素关系管理'
:
case
'架构元素关系管理'
:
this
.
$router
.
push
(
'/main/
JiaGouYuanSuGuanXiGuanLi
'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/
archi-ele-rela
'
,
()
=>
{},
()
=>
{}
);
this
.
visible1
=
false
;
this
.
visible1
=
false
;
break
;
break
;
case
'架构视图配置'
:
case
'架构视图配置'
:
...
...
src/views/
JiaGouYuanShuGuanXiGuanLi
/index.vue
→
src/views/
archiEleRela
/index.vue
View file @
2a77f85
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