vue中使用this.$http.post之前的准备 请求头
在main.js中加下面两行:import VueResource from 'vue-resource'Vue.use(VueResource);服务器端为php的话,加下面一条:header('Access-Control-Allow-Origin:http://localhost:8080');
·
在main.js中加下面两行:
import VueResource from 'vue-resource'
Vue.use(VueResource);
服务器端为php的话,加下面一条:
header('Access-Control-Allow-Origin:http://localhost:8080');
更多推荐
已为社区贡献6条内容
所有评论(0)