Commit 83080c27 by Thews

20231218汪皖苏

1 parent a6a71674
......@@ -6,7 +6,9 @@ module.exports = defineConfig({
devServer: {
proxy: {
'/api': {
target: 'http://43.143.211.42:7003',
// target: 'http://43.143.211.42:7003',
target: 'http://43.143.211.42:7004',
// target: 'http://43.143.211.42:7005',
changeOrigin: true,
// secure: false,
pathRewrite: { '^/api': '' },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!