diff --git a/vite.config.ts b/vite.config.ts index b13c87e..8fd5400 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -20,12 +20,12 @@ export default defineConfig({ port: 3000, proxy: { '/api': { - target:'http://192.168.12.4:8888/', //'http://192.168.5.230:8888', //target:'http://192.168.12.4:8888/', + // target:'http://192.168.12.4:8888/', //target:'http://192.168.12.230:8888', //target:'http://192.168.5.230:8888', //target:'http://192.168.5.232:8888/', - //target:'http://localhost:8888', + target:'http://localhost:8888', changeOrigin: true }, '/druid': {