后台管理上限

This commit is contained in:
2026-04-03 16:04:02 +08:00
parent 6608b3045e
commit 7e20966f97
47 changed files with 3148 additions and 830 deletions

View File

@@ -5,6 +5,7 @@ VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://192.168.2.22:48081'
# VITE_BASE_URL='https://admin-xtm9a.loveamorkey.com'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server
@@ -28,7 +29,7 @@ VITE_BASE_PATH=/
VITE_MALL_H5_DOMAIN='http://localhost:3000'
# 验证码的开关
VITE_APP_CAPTCHA_ENABLE=false
VITE_APP_CAPTCHA_ENABLE=true
# GoView域名
VITE_GOVIEW_URL='http://127.0.0.1:3000'