Files
miniapp/config.js
T

36 lines
1.0 KiB
JavaScript
Raw Normal View History

2023-09-05 16:14:07 +08:00
// 应用全局配置
module.exports = {
2024-01-24 15:52:01 +08:00
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
2024-01-10 18:09:46 +08:00
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
2024-05-14 15:47:23 +08:00
// baseUrlZC: 'http://172.16.1.26:8001',
2024-05-16 16:13:09 +08:00
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
2024-04-07 14:33:07 +08:00
// baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi',
2024-03-01 10:46:52 +08:00
// baseUrlZC: 'http://121.40.189.20:8001',
2024-04-19 17:20:13 +08:00
// baseUrlTJ: 'http://172.16.1.43:6001',
2024-01-10 18:09:46 +08:00
// baseUrl: 'http://172.16.1.24:8001',
2023-10-07 16:19:18 +08:00
// baseUrl: 'http://localhost:8080',
2023-10-16 11:26:18 +08:00
// baseUrl: 'http://192.168.3.18:9001',
2023-10-07 16:19:18 +08:00
// 应用信息
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"
}
]
}
2024-01-24 15:52:01 +08:00
}