const config = {
	//dev
	apiBaseurl:'http://im.t.phpim.cn/',//测试
	
	loginUrl:'http://ht.t.phpim.cn?backpage=http://tanhuiapp.hongweisoft.com/#/pages/index/index',//登录后跳转到测试链接
	
	// 密码授权令牌
	client_id:4,
	client_secret:'jO1XHQu0GytEdxJzNRFwcIeWmS57yCMBuA5P9yDo',

	
	
	//online 线上地址
	// apiBaseurl:'http://hd.phpim.cn/',//线上
	
	
	//gloab 全局
	// imgUrl:"http://qny.gzsdtfp.com/",
}
export {
	config
}