config.js 481 Bytes
module.exports = {
	// baseUrl: 'http://192.168.0.48:60011/api', //lst本地
	// baseUrl: 'http://123.60.140.65:60011/api',// 会员端ip
	baseUrl: 'https://lpg.ip-server.cn/api', //会员端线上
	gaodeMapKey: "ec36eed040d5dad959e19711b83905d6", //高德逆地址解析key
	// 超时
	timeout: 30000,
	// 禁用 Cookie 等信息
	withCredentials: false,
	isOpenTokenExpiration: false, //token过期弹窗
	appid:'wxb619394476ca1888',
	header: {
		//租户ID
		'tenant-id': 1
	}
}