From a3951eb36f4dfbec78b72163e9e229b2de7fd6a3 Mon Sep 17 00:00:00 2001 From: zclzone Date: Mon, 18 Dec 2023 23:01:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BE=9B=E4=BA=91=E7=AB=AFmoc?= =?UTF-8?q?k=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index cfce486..23d1640 100644 --- a/.env.development +++ b/.env.development @@ -4,5 +4,6 @@ VITE_USE_HASH = 'true' # 资源公共路径,需要以 /开头和结尾 VITE_PUBLIC_PATH = '/' -# 代理配置-target -VITE_PROXY_TARGET = 'http://localhost:8085' +# 代理配置-target 本地服务 | Apifox云端mock +# VITE_PROXY_TARGET = 'http://localhost:8085' +VITE_PROXY_TARGET = 'https://mock.apifox.com/m1/3776410-0-default/'