23492382 by chentao

no message

1 parent bc4d3fce
...@@ -35,13 +35,6 @@ export default defineConfig(({ mode, command }) => { ...@@ -35,13 +35,6 @@ export default defineConfig(({ mode, command }) => {
35 changeOrigin: true, 35 changeOrigin: true,
36 secure: false, 36 secure: false,
37 rewrite: (p) => p.replace(/^\/dev-api/, '') 37 rewrite: (p) => p.replace(/^\/dev-api/, '')
38 },
39 '/prod-api': {
40 target: 'http://localhost:8082/',
41 // target: 'http://470k2111t0.zicp.vip/',
42 changeOrigin: true,
43 secure: false,
44 rewrite: (p) => p.replace(/^\/prod-api/, '')
45 } 38 }
46 } 39 }
47 }, 40 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!