From 0d46da0e076f3b7025faf02b840ea77ddd7fd30e Mon Sep 17 00:00:00 2001 From: wanxiaoli Date: Mon, 18 May 2026 10:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BAlocalhost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business-css/frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business-css/frontend/vite.config.ts b/business-css/frontend/vite.config.ts index 4fb0f3d..342d0d7 100644 --- a/business-css/frontend/vite.config.ts +++ b/business-css/frontend/vite.config.ts @@ -27,7 +27,7 @@ export default ({ mode }: ConfigEnv): UserConfig => { // 线上API地址 // target: 'http://192.168.1.166:8090/', // 本地API地址 - target: 'http://192.168.1.166:8090', + target: 'http://localhost:8090', changeOrigin: true, ws: true, rewrite: path =>