|
@@ -35,6 +35,11 @@ export default defineConfig(({ mode, command }) => {
|
|
|
changeOrigin: true,
|
|
|
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
|
|
},
|
|
|
+ '/test-api': {
|
|
|
+ target: 'http://localhost:8040',
|
|
|
+ changeOrigin: true,
|
|
|
+ rewrite: (p) => p.replace(/^\/test-api/, '')
|
|
|
+ },
|
|
|
'/ezhizao-yzbh-sys': {
|
|
|
target: 'http://localhost:8040',
|
|
|
changeOrigin: true,
|