| | |
| | | */ |
| | | export default { |
| | | title: "智慧校园大数据三维可视化平台", |
| | | logo: "智慧校园大数据三维可视化平台", |
| | | logo: "校", |
| | | key: 'saber',//配置主键,目前用于存储 |
| | | indexTitle: '智慧校园大数据三维可视化平台', |
| | | indexTitle: '校园三维可视化平台', |
| | | clientId: 'saber', // 客户端id |
| | | clientSecret: 'saber_secret', // 客户端密钥 |
| | | tenantMode: true, // 是否开启租户模式 |
| | |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | width: 280px; |
| | | width: 200px; |
| | | height: 64px; |
| | | line-height: 64px; |
| | | background-color: #20222a; |
| | | font-size: 20px; |
| | | font-size: 18px; |
| | | overflow: hidden; |
| | | box-sizing: border-box; |
| | | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); |
| | |
| | | position: fixed; |
| | | left: 0; |
| | | top: 0; |
| | | width: 280px; |
| | | width: 200px; |
| | | height: 100%; |
| | | z-index: 1025; |
| | | } |
| | |
| | | } |
| | | |
| | | .avue-header { |
| | | padding-left: 280px; |
| | | padding-left: 200px; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | |
| | | |
| | | .avue-main { |
| | | position: absolute; |
| | | left: 280px; |
| | | left: 200px; |
| | | padding: 0; |
| | | padding-bottom: 20px; |
| | | width: calc(100% - 280px); |
| | | width: calc(100% - 200px); |
| | | height: calc(100% - 64px); |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | |
| | | } |
| | | |
| | | @media screen and (max-width: 992px) { |
| | | $width: 280px; |
| | | $width: 200px; |
| | | |
| | | // ele的自适应 |
| | | .el-dialog, |
| | |
| | | // target: "http://192.168.0.107:80", |
| | | // target: "http://192.168.0.102:82", |
| | | // target: "http://171.34.197.243:790", |
| | | // target: "http://171.34.197.243:782", //服务器 |
| | | target: 'http://localhost:82', |
| | | target: "http://171.34.197.243:782", //服务器 |
| | | // target: 'http://localhost:82', |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | //target: 'https://saber.bladex.vip/api', |
| | | ws: true, |