app.js
865 字节
var system_info = {};
if (uni) {
system_info = uni.getSystemInfoSync();
}
export default {
app: "150414001",
ppolicy_app : 'https://img-1252711425.cos.ap-guangzhou.myqcloud.com/app/ppolicy_jqty.html' ,// 隐私政策
ppolicy_user : 'https://img-1252711425.cos.ap-guangzhou.myqcloud.com/app/ppolicy_jqty.html' , // 用户协议
server_url: {
// app_host: "http://192.168.2.146:3000/",
// app_host: "https://m.caiminbao.com/",
app_host: "https://app.ydniu.cn/",
//app.ydniu.cn
// 192.168.1.97
//app_host:"http://192.168.1.97:4000/",
},
app_info: {
"AppName": "金球体育", //system_info.appName
"PromoterId": 419,
"Version": "1.0.0", //system_info.appVersion
"platform": system_info.platform, //
"device": system_info.model, //system_info.model
"appId": "com.jq.sports", //system_info.appId
"deviceId": system_info.deviceId
}
}