app.js 698 字节
var system_info = {};
if (uni) {
	system_info = uni.getSystemInfoSync();
}

export default {
	app: "150414001",
	ppolicy_app : 'http://www.qianhaiyilan.cn/ppolicy_jqty.html'  ,// 隐私政策
	ppolicy_user : 'http://www.qianhaiyilan.cn/ppolicy_jqty.html' , // 用户协议
	server_url: {
		app_host: "http://81.71.82.24/",
		// 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
	}

}