npm install axios
proxyTable: { '/api': { target:'http://127.0.0.1:8000', // secure: false, // 若是是https接口,須要配置這個參數 changeOrigin:true, pathRewrite:{ '^/api': '' } } },
import axios from 'axios' Vue.prototype.axios = axios