parent
2a235fca45
commit
36de0caee6
|
|
@ -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