|
@@ -4,15 +4,15 @@ NODE_ENV=development
|
|
|
VITE_DEV=true
|
|
|
|
|
|
# 请求路径
|
|
|
-VITE_BASE_URL='https://www.menduner.com:1443/' # 生产环境
|
|
|
-# VITE_BASE_URL='http://192.168.3.80' # 测试环境
|
|
|
+# VITE_BASE_URL='https://www.menduner.com:1443/' # 生产环境
|
|
|
+VITE_BASE_URL='http://192.168.3.80' # 测试环境
|
|
|
|
|
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
|
|
VITE_UPLOAD_TYPE=server
|
|
|
|
|
|
# 上传路径
|
|
|
-VITE_UPLOAD_URL='https://www.menduner.com:1443/admin-api/infra/file/upload' # 生产环境
|
|
|
-# VITE_UPLOAD_URL='http://192.168.3.80/admin-api/infra/file/upload' # 测试环境
|
|
|
+# VITE_UPLOAD_URL='https://www.menduner.com:1443/admin-api/infra/file/upload' # 生产环境
|
|
|
+VITE_UPLOAD_URL='http://192.168.3.80/admin-api/infra/file/upload' # 测试环境
|
|
|
|
|
|
# 接口地址
|
|
|
VITE_API_URL=/admin-api
|