docs: 📝 补充代理配置线上接口注释

Former-commit-id: 4afd017a99
This commit is contained in:
hxr 2023-08-09 07:20:29 +08:00
parent 2a235fca45
commit 36de0caee6
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''