1 Star 0 Fork 0

寻匠-cools/gttg-cn-tx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
xjcools 提交于 2024-03-14 18:42 . 二期初始化
const proxy = require('http-proxy-middleware');
module.exports = {
devServer: {
proxy: {
'/openApi': {
target: 'http://123.132.237.18:17394', // 后端服务器地址
changeOrigin: true,
pathRewrite: {
'^/openApi': '' // 如果你的后端接口路径中有 '/api' 前缀,可以通过 pathRewrite 将其去掉
}
}
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xjcools/gttg-cn-tx.git
git@gitee.com:xjcools/gttg-cn-tx.git
xjcools
gttg-cn-tx
gttg-cn-tx
master

搜索帮助