|
@@ -4,12 +4,13 @@ NODE_ENV=development
|
|
|
VITE_DEV=true
|
|
|
|
|
|
# 请求路径
|
|
|
-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='http://192.168.3.80/admin-api/infra/file/upload'
|
|
|
+VITE_UPLOAD_URL='https://www.menduner.com:1443/admin-api/infra/file/upload'
|
|
|
|
|
|
# 接口地址
|
|
|
VITE_API_URL=/admin-api
|