Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yulun Yao
multiSystem
Commits
974e8bb0
Commit
974e8bb0
authored
Sep 03, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加平台登录地址
parent
ab9af3e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
routes.js
src/router/routes.js
+1
-1
systemDash.vue
src/views/dashboard/systemDash.vue
+4
-4
No files found.
src/router/routes.js
View file @
974e8bb0
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
// import Demo from '@/views/components/demo'
// import Demo from '@/views/components/demo'
const
appRoutes
=
[
const
appRoutes
=
[
{
{
path
:
'/'
,
name
:
'Layout'
,
redirect
:
'/
businessSystem/businessS
ystemList'
,
path
:
'/'
,
name
:
'Layout'
,
redirect
:
'/
system/s
ystemList'
,
component
:
resolve
=>
require
([
'@/components/Layout'
],
resolve
),
//Layout,
component
:
resolve
=>
require
([
'@/components/Layout'
],
resolve
),
//Layout,
children
:
[
children
:
[
{
{
...
...
src/views/dashboard/systemDash.vue
View file @
974e8bb0
<
template
>
<
template
>
<div
class=
"routerWapper"
>
<div
class=
"routerWapper"
>
<!--
{{
systemList
}}
-->
<!--
{{
systemList
}}
-->
<a-card
title=
"选择登录系统"
style=
"margin: 20px; padding: 20px; height: 100%"
>
<a-card
title=
"选择登录系统"
style=
"margin: 20px; padding: 20px; height: 100%
; border: 2px dashed lightgrey
"
>
<a-card-grid
v-for=
"(item, index) in systemList"
:key=
"index"
style=
"width:25%;text-align:center; height: 80px; cursor: pointer"
@
click=
"loadPage(item)"
>
<a-card-grid
v-for=
"(item, index) in systemList"
:key=
"index"
style=
"width:25%;text-align:center; height: 80px; cursor: pointer"
@
click=
"loadPage(item)"
>
{{
item
.
name
}}
{{
item
.
name
}}
</a-card-grid>
</a-card-grid>
...
@@ -16,7 +16,7 @@ export default {
...
@@ -16,7 +16,7 @@ export default {
systemList
:
[
systemList
:
[
{
{
name
:
'业务联动平台'
,
name
:
'业务联动平台'
,
url
:
'http
://localhost:8080/businessSystem/businessSystemList
'
,
url
:
'http
s://kw-linkage.omniview.pro
'
,
token
:
''
token
:
''
},
},
{
{
...
@@ -26,12 +26,12 @@ export default {
...
@@ -26,12 +26,12 @@ export default {
},
},
{
{
name
:
'物联网传输协议智能转换平台 V1.0'
,
name
:
'物联网传输协议智能转换平台 V1.0'
,
url
:
'http
://localhost:8080/businessSystem/businessSystemList
'
,
url
:
'http
s://962121.fgj.sh.gov.cn/wyweb/mngplat/jsp/fxftDirectAccess.jsp?username=18679837182&password=111111a
'
,
token
:
''
token
:
''
},
},
{
{
name
:
'知识图谱规则引擎软件 V1.0'
,
name
:
'知识图谱规则引擎软件 V1.0'
,
url
:
'http
://localhost:8080/businessSystem/businessSystemList
'
,
url
:
'http
s://kw-atlas.omniview.pro
'
,
token
:
''
token
:
''
}
}
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment