移动端V1.0
This commit is contained in:
42
config.js
Normal file
42
config.js
Normal file
@@ -0,0 +1,42 @@
|
||||
// 应用全局配置
|
||||
module.exports = {
|
||||
baseUrl: 'http://zhxg.gxsdxy.cn/prod_api',
|
||||
// baseUrl: 'http://172.16.96.111:8085',
|
||||
// baseUrl: 'http://192.168.211.22:8085',
|
||||
// baseUrl: 'http://localhost:8085',
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
name: "水电学工系统",
|
||||
// 应用版本
|
||||
version: "1.0.0",
|
||||
// 应用logo
|
||||
logo: "/static/logo.png",
|
||||
// 官方网站
|
||||
site_url: "http://zhxg.gxsdxy.cn",
|
||||
// 政策协议
|
||||
agreements: [{
|
||||
title: "隐私政策",
|
||||
url: "http://zhxg.gxsdxy.cn"
|
||||
},
|
||||
{
|
||||
title: "用户服务协议",
|
||||
url: "http://zhxg.gxsdxy.cn"
|
||||
}
|
||||
]
|
||||
},
|
||||
/**
|
||||
* 开启cas
|
||||
*/
|
||||
casEnable: true,
|
||||
|
||||
/**
|
||||
* 单点登录url
|
||||
*/
|
||||
casloginUrl: 'http://zhxg.gxsdxy.cn/prod_api_test/getinfo?service=http://zhxg.gxsdxy.cn/prod_api_test',
|
||||
|
||||
/**
|
||||
* 单点登出url
|
||||
*/
|
||||
caslogoutUrl: 'https://rsso.gxsdxy.cn/logout?service=http://zhxg.gxsdxy.cn/prod_api_test/getinfo',
|
||||
}
|
Reference in New Issue
Block a user