代码中的post请求是这样的`add:function()
{
this.$http.post('Privilege/add',this.selected).then(function (response) {
console.log(response);
}, function (response) {
})
}
},`
然后控制台一直显示
然后直接打打开'Privilege/add'显示
这是为什么????
这个错误是很明显的服务器错误,也就是你的服务端代码错误,你可以检查下你的php代码,然后逐行测试