From 8fda94d535c77f7fcac07af4756c351e4bd61ee9 Mon Sep 17 00:00:00 2001
From: liangzai <2440983361@qq.com>
Date: Thu, 16 Oct 2025 12:17:51 +0800
Subject: [PATCH] =?UTF-8?q?feat(@vben/web-antd):=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E4=BB=A3=E7=90=86=E4=BC=9A=E5=91=98=E9=85=8D=E7=BD=AE=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=8A=9F=E8=83=BD=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E5=93=81=E7=89=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 新增代理会员配置列表查询和更新接口
- 添加会员等级、价格、佣金、奖励等配置字段支持
- 包含直推报告收益、下级活跃奖励、提现奖励比例等配置项
- 更新项目品牌信息为哈密大数据
---
apps/web-antd/.env | 4 ++--
apps/web-antd/index.html | 6 +++---
apps/web-antd/src/api/agent/agent.ts | 2 +-
apps/web-antd/src/layouts/basic.vue | 2 +-
.../src/views/agent/agent-membership-config/data.ts | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/apps/web-antd/.env b/apps/web-antd/.env
index 6ff8607..9d96a33 100644
--- a/apps/web-antd/.env
+++ b/apps/web-antd/.env
@@ -1,5 +1,5 @@
# 应用标题
-VITE_APP_TITLE=哈密助手
+VITE_APP_TITLE=哈密大数据
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
-VITE_APP_NAMESPACE=znc
+VITE_APP_NAMESPACE=hm
diff --git a/apps/web-antd/index.html b/apps/web-antd/index.html
index 7d0ae2d..2bd260b 100644
--- a/apps/web-antd/index.html
+++ b/apps/web-antd/index.html
@@ -4,9 +4,9 @@
-
-
-
+
+
+
diff --git a/apps/web-antd/src/views/agent/agent-membership-config/data.ts b/apps/web-antd/src/views/agent/agent-membership-config/data.ts
index f891e9a..844f41f 100644
--- a/apps/web-antd/src/views/agent/agent-membership-config/data.ts
+++ b/apps/web-antd/src/views/agent/agent-membership-config/data.ts
@@ -210,7 +210,7 @@ export function useFormSchema(): VbenFormSchema[] {
{
component: 'InputNumber',
fieldName: 'exemption_amount',
- label: '免责金额',
+ label: '免审核金额',
rules: 'required',
componentProps: {
min: 0,