在main.js 里面引入  设置

axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
Vue.prototype.$ajax = axios;

在其他组件使用:

 

posted on 2018-06-30 14:18  wuarong  阅读(283)  评论(0编辑  收藏  举报