diff --git a/vite.config.js b/vite.config.js index 95e921f..efaffd4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -31,7 +31,8 @@ export default defineConfig(({ mode, command }) => { proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - target: 'http://8.130.165.100:9015/', + // target: 'http://192.168.110.197:9015/', + target: 'http://8.141.87.86:9015', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '') }