36 lines
1.0 KiB
JavaScript
36 lines
1.0 KiB
JavaScript
// 应用全局配置
|
|
module.exports = {
|
|
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
|
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
|
|
// baseUrlZC: 'http://172.16.1.26:8001',
|
|
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
|
baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
|
|
// baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
|
|
baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi',
|
|
// baseUrlZC: 'http://121.40.189.20:8001',
|
|
// baseUrlTJ: 'http://172.16.1.43:6001',
|
|
// baseUrl: 'http://172.16.1.24:8001',
|
|
// baseUrl: 'http://localhost:8080',
|
|
// baseUrl: 'http://192.168.3.18:9001',
|
|
// 应用信息
|
|
appInfo: {
|
|
// 应用名称
|
|
name: "arbitrate-wx",
|
|
// 应用版本
|
|
version: "1.1.0",
|
|
// 应用logo
|
|
logo: "/static/chuizi.png",
|
|
// 官方网站
|
|
site_url: "http://ruoyi.vip",
|
|
// 政策协议
|
|
agreements: [{
|
|
title: "隐私政策",
|
|
url: "https://ruoyi.vip/protocol.html"
|
|
},
|
|
{
|
|
title: "用户服务协议",
|
|
url: "https://ruoyi.vip/protocol.html"
|
|
}
|
|
]
|
|
}
|
|
} |