vue proxyTable 接口跨域请求调试的示例

前端之家收集整理的这篇文章主要介绍了vue proxyTable 接口跨域请求调试的示例前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在不同域之间访问是比较常见,在本地调试访问远程服务器。。。。这就是有域问题。

VUE解决通过proxyTable:

在 config/index.js 配置文件

css-Loader README // (https://github.com/webpack/css-loader#sourcemaps) // In our experience,they generally work as expected,// just be aware of this issue when enabling this option. cssSourceMap: false }

划红线部分就是设置代理参数:

在config目录创建,proxyConfig.js 写入

在 config/index.js 配置文件上边引入

使用:

服务器提供接口:https://goods.footer.com/health/list

Vue请求

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程之家。

原文链接:https://www.f2er.com/vue/36497.html

猜你在找的Vue相关文章