摘要: //设置默认全局baseURL axios.defaults.baseURL=process.env.BASE_API; //设置默认全局携带浏览器cookie axios.defaults.withCredentials=true; Vue.prototype.$http = axios; 阅读全文
posted @ 2018-12-24 10:37 random_lee 阅读(277) 评论(0) 推荐(0) 编辑
摘要: proxyTable: { '/zabbix_api': { target: 'http://10.88.22.8',//设置你调用的接口域名和端口号 别忘了加http changeOrigin: true, pathRewrite: { '^/zabbix_api/': '/zabbix_api/', ... 阅读全文
posted @ 2018-12-24 10:35 random_lee 阅读(258) 评论(0) 推荐(0) 编辑