From f560c2457ab8dabd24ce046a6c3c5a6af4116ae1 Mon Sep 17 00:00:00 2001 From: horizons <1490493387@qq.com> Date: Fri, 28 Oct 2022 01:49:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9API=E7=BA=BF?= =?UTF-8?q?=E4=B8=8A=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 6e38636..e980bd7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -26,7 +26,7 @@ export default ({ mode }: ConfigEnv): UserConfig => { proxy: { [env.VITE_APP_BASE_API]: { // 线上API地址 - target: 'http://sapi.youlai.tech', + target: 'http://vapi.youlai.tech', // 本地API地址 // target: 'http://localhost:8989', changeOrigin: true,