From 9d3ea2ec5c991301fe2a561289922794e2c137c5 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Wed, 7 Jan 2026 13:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/vite.config.ts b/web/vite.config.ts index 2c6a987..7417f74 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -28,7 +28,7 @@ export default ({ mode }: ConfigEnv): UserConfig => { //线上API地址 //target: 'https://edu.mmhyvision.com:8443', // 本地API地址 - target: 'http://192.168.1.213:8087', + target: 'http://192.168.1.166:8087', changeOrigin: true, rewrite: path => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')