From 1f3826e9dcf888547d762fafa7a5928c297a309f Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Thu, 14 Aug 2025 14:10:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 5596072..1b6d5a9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -39,9 +39,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { '/api': { changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, ''), - // 目标地址 - target: 'http://www.lingji.com/api', - // target: 'http://192.168.40.22/api', + target: 'https://lingjiapi.lvfunai.com/api' }, }, },