|
@@ -25,7 +25,7 @@ module.exports = defineConfig({
|
|
|
proxy: {
|
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
|
'/test-api': {
|
|
|
- target: 'http://36.134.91.96:9898',
|
|
|
+ target: 'http://121.37.194.75:20006',
|
|
|
changeOrigin: true,
|
|
|
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
|
|
},
|