chore: 🔨 代理目标地址修改
Former-commit-id: 3ccd60aeac0ffd84366bb2a7a6ddb8288b3bf9f0
This commit is contained in:
@@ -10,5 +10,7 @@ VITE_APP_PORT = 3000
|
||||
VITE_APP_BASE_API = '/dev-api'
|
||||
|
||||
# proxy代理配置
|
||||
VITE_APP_TARGET_URL = 'http://localhost:3000'
|
||||
VITE_APP_TARGET_URL = 'http://vapi.youlai.tech'
|
||||
# VITE_APP_TARGET_URL = 'http://localhost:8989' # 本地接口
|
||||
# VITE_APP_TARGET_URL = 'http://localhost:3000' # 本地Mock
|
||||
VITE_APP_TARGET_BASE_API = ''
|
||||
|
||||
Reference in New Issue
Block a user