diff --git a/vite.config.ts b/vite.config.ts index ede904f..3d39bda 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -24,7 +24,8 @@ export default defineConfig(({ mode, command }) => { open: true, proxy: { [env.VITE_APP_BASE_API]: { - target: 'http://47.104.208.94:8089', + // target: 'http://47.104.208.94:8089', + target: 'http://192.168.0.214:8089', changeOrigin: true, ws: true, rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')