Commit 974e8bb0 authored by levante's avatar levante

添加平台登录地址

parent ab9af3e6
......@@ -20,7 +20,7 @@
// import Demo from '@/views/components/demo'
const appRoutes = [
{
path: '/', name: 'Layout', redirect: '/businessSystem/businessSystemList',
path: '/', name: 'Layout', redirect: '/system/systemList',
component: resolve => require(['@/components/Layout'], resolve), //Layout,
children: [
{
......
<template>
<div class="routerWapper">
<!-- {{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)">
{{item.name}}
</a-card-grid>
......@@ -16,7 +16,7 @@ export default {
systemList: [
{
name: '业务联动平台',
url: 'http://localhost:8080/businessSystem/businessSystemList',
url: 'https://kw-linkage.omniview.pro',
token: ''
},
{
......@@ -26,12 +26,12 @@ export default {
},
{
name: '物联网传输协议智能转换平台 V1.0',
url: 'http://localhost:8080/businessSystem/businessSystemList',
url: 'https://962121.fgj.sh.gov.cn/wyweb/mngplat/jsp/fxftDirectAccess.jsp?username=18679837182&password=111111a',
token: ''
},
{
name: '知识图谱规则引擎软件 V1.0',
url: 'http://localhost:8080/businessSystem/businessSystemList',
url: 'https://kw-atlas.omniview.pro',
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