|
@@ -4,14 +4,14 @@ NODE_ENV=production
|
|
|
VITE_DEV=true
|
|
VITE_DEV=true
|
|
|
|
|
|
|
|
# 请求路径
|
|
# 请求路径
|
|
|
-VITE_BASE_URL='http://localhost:48081'
|
|
|
|
|
-# VITE_BASE_URL='https://api.ifoodme.com'
|
|
|
|
|
|
|
+VITE_BASE_URL='https://api.ifoodme.com'
|
|
|
|
|
|
|
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
|
|
VITE_UPLOAD_TYPE=server
|
|
VITE_UPLOAD_TYPE=server
|
|
|
# 上传路径
|
|
# 上传路径
|
|
|
-VITE_UPLOAD_URL='http://localhost:48081/admin-api/infra/file/upload'
|
|
|
|
|
-# VITE_UPLOAD_URL='https://api.ifoodme.com/admin-api/infra/file/upload'
|
|
|
|
|
|
|
+
|
|
|
|
|
+# 远端,本地
|
|
|
|
|
+VITE_UPLOAD_URL='https://api.ifoodme.com/admin-api/infra/file/upload'
|
|
|
|
|
|
|
|
# 是否使用本地图片映射
|
|
# 是否使用本地图片映射
|
|
|
VITE_USE_LOCAL_IMAGES=true
|
|
VITE_USE_LOCAL_IMAGES=true
|