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
67dbe61c
Commit
67dbe61c
authored
Sep 27, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改logo及dashboard的平台logo
parent
683c62e8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
4 deletions
+16
-4
wd-applet-applicants.png
src/assets/icon/wd-applet-applicants.png
+0
-0
wd-applet-big-data-analytics.png
src/assets/icon/wd-applet-big-data-analytics.png
+0
-0
wd-applet-deployment.png
src/assets/icon/wd-applet-deployment.png
+0
-0
wd-applet-rocket.png
src/assets/icon/wd-applet-rocket.png
+0
-0
大脑.png
src/assets/icon/大脑.png
+0
-0
技术解决方案.png
src/assets/icon/技术解决方案.png
+0
-0
index.vue
src/components/Layout/index.vue
+2
-2
systemDash.vue
src/views/dashboard/systemDash.vue
+14
-2
No files found.
src/assets/icon/wd-applet-applicants.png
0 → 100644
View file @
67dbe61c
2.56 KB
src/assets/icon/wd-applet-big-data-analytics.png
0 → 100644
View file @
67dbe61c
2.71 KB
src/assets/icon/wd-applet-deployment.png
0 → 100644
View file @
67dbe61c
1.77 KB
src/assets/icon/wd-applet-rocket.png
0 → 100644
View file @
67dbe61c
2.89 KB
src/assets/icon/大脑.png
0 → 100644
View file @
67dbe61c
2.1 KB
src/assets/icon/技术解决方案.png
0 → 100644
View file @
67dbe61c
2.62 KB
src/components/Layout/index.vue
View file @
67dbe61c
...
@@ -319,8 +319,8 @@ export default {
...
@@ -319,8 +319,8 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
}
}
#logo
{
height
:
64px
;
background
:
#00284e
;
width
:
100%
;
text-align
:
left
}
#logo
{
height
:
64px
;
background
:
#00284e
;
width
:
100%
;
text-align
:
left
;
border
:
none
;
}
#logo
.logo-img
{
margin
:
12px
0px
12px
5px
;
display
:
inline-block
;
width
:
38px
;
height
:
38px
;
background
:
url('../../assets/i
mages/logo
.png')
;
background-size
:
100%
#logo
.logo-img
{
margin
:
12px
0px
12px
5px
;
display
:
inline-block
;
width
:
38px
;
height
:
38px
;
background
:
url('../../assets/i
con/大脑
.png')
;
background-size
:
100%
}
}
#logo
.logo-title
{
#logo
.logo-title
{
overflow
:
hidden
;
overflow
:
hidden
;
...
...
src/views/dashboard/systemDash.vue
View file @
67dbe61c
...
@@ -3,8 +3,16 @@
...
@@ -3,8 +3,16 @@
<!--
{{
$cookie
.
get
(
'token'
)
}}
-->
<!--
{{
$cookie
.
get
(
'token'
)
}}
-->
<!--
{{
systemList
}}
-->
<!--
{{
systemList
}}
-->
<a-card
title=
"选择登录系统"
style=
"margin: 20px; padding: 20px; height: 100%; border: 2px dashed lightgrey"
>
<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; cursor: pointer"
@
click=
"loadPage(item)"
>
{{
item
.
name
}}
<a-row
type=
'flex'
justify=
'center'
align=
'middle'
>
<a-col
:span=
'16'
>
{{
item
.
name
}}
</a-col>
<a-col
:span=
'8'
>
<img
:src=
"item.img"
alt=
""
srcset=
""
>
</a-col>
</a-row>
</a-card-grid>
</a-card-grid>
</a-card>
</a-card>
</div>
</div>
...
@@ -18,21 +26,25 @@ export default {
...
@@ -18,21 +26,25 @@ export default {
{
{
name
:
'业务联动平台'
,
name
:
'业务联动平台'
,
url
:
'http://kw-linkage.omniview.pro'
,
url
:
'http://kw-linkage.omniview.pro'
,
img
:
require
(
'@/assets/icon/wd-applet-applicants.png'
),
token
:
''
token
:
''
},
},
{
{
name
:
'数据可视化系统 V1.0'
,
name
:
'数据可视化系统 V1.0'
,
url
:
'https://962121.fgj.sh.gov.cn/wyweb/mngplat/jsp/fxftDirectAccess.jsp?username=18679837182&password=111111a'
,
url
:
'https://962121.fgj.sh.gov.cn/wyweb/mngplat/jsp/fxftDirectAccess.jsp?username=18679837182&password=111111a'
,
img
:
require
(
'@/assets/icon/wd-applet-big-data-analytics.png'
),
token
:
''
token
:
''
},
},
{
{
name
:
'物联网传输协议智能转换平台 V1.0'
,
name
:
'物联网传输协议智能转换平台 V1.0'
,
url
:
'https://kewei.omniview.pro/web/#/loginWithoutPwd'
,
url
:
'https://kewei.omniview.pro/web/#/loginWithoutPwd'
,
img
:
require
(
'@/assets/icon/wd-applet-deployment.png'
),
token
:
''
token
:
''
},
},
{
{
name
:
'知识图谱规则引擎软件 V1.0'
,
name
:
'知识图谱规则引擎软件 V1.0'
,
url
:
'http://kw-atlas.omniview.pro/demo?token='
+
this
.
$cookie
.
get
(
'token'
),
url
:
'http://kw-atlas.omniview.pro/demo?token='
+
this
.
$cookie
.
get
(
'token'
),
img
:
require
(
'@/assets/icon/wd-applet-rocket.png'
),
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