This commit is contained in:
2025-10-10 09:16:54 +08:00
parent 286e0851d0
commit cf62442906
10 changed files with 2309 additions and 2436 deletions

View File

@ -18,7 +18,8 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
# 接口地址 可以由nginx做转发或者直接写实际地址
VITE_GLOB_API_URL=${location.origin}/api
#VITE_GLOB_API_URL=${location.origin}/api
VITE_GLOB_API_URL=/api
#VITE_GLOB_API_URL=http://10.4.126.112:23000
VITE_GLOB_REQUEST_TIMEOUT=600000
@ -27,7 +28,7 @@ VITE_GLOB_REQUEST_TIMEOUT=600000
VITE_GLOB_UPLOAD_URL = /system/oss/upload
# 文件预览接口 可选
VITE_GLOB_UPLOAD_PREVIEW = http://114.116.210.204:8012/onlinePreview?url=
VITE_GLOB_UPLOAD_PREVIEW = /preview/onlinePreview?url=
#外部url地址
VITE_GLOB_OUT_LINK_URL = ['http://114.116.210.204:4100']