修改jenkinfile

pull/551/head
痴货 2024-09-07 01:25:42 +08:00
parent d9010d4bf8
commit a645fa11ab
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ NODE_ENV=production
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://specialty:48080'
VITE_BASE_URL='http://192.168.10.207:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='http://specialty:48080/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://192.168.10.207:48080/admin-api/infra/file/upload'
# 接口地址
VITE_API_URL=/admin-api