refactor: ♻️ 项目重构(临时提交)
Former-commit-id: 14e64324f7556c095c38ad289690367cdac0ec56
This commit is contained in:
@@ -3,14 +3,12 @@
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV='development'
|
||||
|
||||
VITE_APP_TITLE = 'vue3-element-admin'
|
||||
VITE_APP_PORT = 3000
|
||||
|
||||
# API请求前缀
|
||||
VITE_APP_BASE_API = '/dev-api'
|
||||
|
||||
# proxy代理配置
|
||||
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 = ''
|
||||
VITE_APP_API_URL = 'http://vapi.youlai.tech' # 线上接口
|
||||
# VITE_APP_API_URL = 'http://localhost:8989' # 本地接口,本地启动后端:https://gitee.com/youlaiorg/youlai-boot
|
||||
# VITE_APP_API_URL = 'http://localhost:3000' # 本地Mock
|
||||
|
||||
Reference in New Issue
Block a user