Vue.http.options.emulateJSON = true; Vue.http.post('http://xiaocai.vip.natapp.cn/login/loginValidate.wx', {}, {}).then(function(data){ document.body.insertAdjacentHTML('beforeEnd', JSON.stringify(data.body)); }, function(err){ });