const host = 'https://wx.hw.hongweisoft.com/parking';//本地
// const host = 'https://parking.pdzhtc.com';//正式
// const host = 'http://172.16.90.64:7000';
const config = {
	wxAppid:'wxbe90cc7c5233dd84',// wxAppid 
	// baseUrl:'http://wx.hw.hongweisoft.com/parking/client',//64
	baseUrl:`${host}`,//殷登顺
	fileUrl:`${host}/file`,
	
	
	//登录链接
	// loginUrl:'http://wx.hw.hongweisoft.com/parking/client/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/wxpaydemoh5',
	//七牛云
	// imgUrl:"http://qny.gzsdtfp.com/",
}
export {
	config
}