docs: 📝 补充代理配置线上接口注释
This commit is contained in:
parent
9b1e05f7d7
commit
4afd017a99
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue