这个是和别人联调的时候遇到的,蜗记录一下

var host = location.host;
Lvm.$http.post('http://' + host + '/xxxxx/......',
	{}
).then(function (res) {
	.......
}).catch(function () {
	......
});

更多推荐