diff --git a/vite.config.ts b/vite.config.ts index 272c777..6e051e5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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`), ''),