Commit cb00b86a by ethanlamzs

代理转发的问题

1 parent c8e9f6a1
...@@ -161,4 +161,4 @@ const proxy = { ...@@ -161,4 +161,4 @@ const proxy = {
}, },
}; };
export default noProxy ? { "/*": "http://127.0.0.1:8091/" } : delay(proxy, 1000); export default noProxy ? { "GET /*": "http://127.0.0.1:8091/","POST /*": "http://127.0.0.1:8091/" } : delay(proxy, 1000);
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!