提交 bb2098d7 编写于 作者: TodayCoding's avatar TodayCoding

ng-alain15-example main config proxy

上级 8538b2d7
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* 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 * 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 = { module.exports = {
'/micro1/': {
target: 'http://localhost:4201/',
},
/** /**
* The following means that all requests are directed to the backend `https://localhost:9000/` * The following means that all requests are directed to the backend `https://localhost:9000/`
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册