From 36de0caee6d822f51096ab8c547b5d2e0a4f510f Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 9 Aug 2023 07:20:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E8=A1=A5=E5=85=85=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E9=85=8D=E7=BD=AE=E7=BA=BF=E4=B8=8A=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 4afd017a99d5a6f4d40e2723af3d42b9a8c78c50 --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index d24a9a18..1d34584a 100644 --- a/.env.development +++ b/.env.development @@ -10,7 +10,7 @@ VITE_APP_PORT = 3000 VITE_APP_BASE_API = '/dev-api' # proxy代理配置 -VITE_APP_TARGET_URL = 'http://vapi.youlai.tech' -# VITE_APP_TARGET_URL = 'http://localhost:8989' # 本地接口 +VITE_APP_TARGET_URL = 'http://vapi.youlai.tech' # 线上接口 +# VITE_APP_TARGET_URL = 'http://localhost:8989' # 本地接口,本地启动后端:https://gitee.com/youlaiorg/youlai-boot # VITE_APP_TARGET_URL = 'http://localhost:3000' # 本地Mock VITE_APP_TARGET_BASE_API = ''