1 Star 1 Fork 0

云派 / Himp.Platform.Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
proxy.conf.js 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocean2 提交于 2024-01-21 22:47 . #init 系统管理页面
/**
* For more configuration, please refer to https://angular.io/guide/build#proxying-to-a-backend-server
*
* 更多配置描述请参考 https://angular.cn/guide/build#proxying-to-a-backend-server
*
* Note: The proxy is only valid for real requests, Mock does not actually generate requests, so the priority of Mock will be higher than the proxy
*/
module.exports = {
/**
* The following means that all requests are directed to the backend `https://localhost:9000/`
*/
// '/api': {
// target: 'https://localhost:9000/',
// secure: false, // Ignore invalid SSL certificates
// changeOrigin: true
// }
};
1
https://gitee.com/yu-haiyang90_admin/himp.platform.angular.git
git@gitee.com:yu-haiyang90_admin/himp.platform.angular.git
yu-haiyang90_admin
himp.platform.angular
Himp.Platform.Web
master

搜索帮助