Commit 67dbe61c authored by levante's avatar levante

修改logo及dashboard的平台logo

parent 683c62e8
...@@ -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/images/logo.png'); background-size:100% #logo .logo-img{ margin :12px 0px 12px 5px; display: inline-block; width: 38px; height:38px; background: url('../../assets/icon/大脑.png'); background-size:100%
} }
#logo .logo-title{ #logo .logo-title{
overflow: hidden; overflow: hidden;
......
...@@ -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)">
<a-row type='flex' justify='center' align='middle'>
<a-col :span='16'>
{{item.name}} {{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: ''
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment