no message
Showing
1 changed file
with
0 additions
and
7 deletions
| ... | @@ -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 | }, | ... | ... |
-
Please register or sign in to post a comment