From ff6f407079e8d80a6f165cf7e19db45f5ec9c3dc Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 28 Oct 2025 16:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E9=A1=B9=E7=9B=AE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index 7287b3c..361e5f2 100644 --- a/vite.config.js +++ b/vite.config.js @@ -40,8 +40,8 @@ export default defineConfig(({ proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - //target: 'http://localhost:9801', - target: 'http://47.97.125.165:8904', + target: 'http://localhost:9801', + //target: 'http://47.97.125.165:8904', // target: 'http://192.168.1.114:9801', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '')