|
|
@ -17,7 +17,7 @@ export default defineApplicationConfig({ |
|
|
|
server: { |
|
|
|
proxy: { |
|
|
|
'/basic-api': { |
|
|
|
target: 'http://localhost:8080', |
|
|
|
target: 'http://10.1.21.250:8084', |
|
|
|
changeOrigin: true, |
|
|
|
ws: true, |
|
|
|
rewrite: (path) => path.replace(new RegExp(`^/basic-api`), ''), |
|
|
|