-----
This commit is contained in:
@ -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']
|
||||
|
||||
Reference in New Issue
Block a user