From 8987f4b7e10f034a8d64e3d17532248bea59216e Mon Sep 17 00:00:00 2001 From: mairuiming Date: Mon, 30 Jun 2025 14:55:01 +0800 Subject: [PATCH] 1 1 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 7499434..f713a95 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -20,7 +20,7 @@ const OPTION_GROUPS: OptionGroupDef[] = [ // 第一层:品牌选择 { title: '品牌', - options: ['PDS客户组', 'LWH客户组', 'PLT客户组', 'RBE客户组'], + options: ['PDS', 'LWH', 'PLT', 'RBE'], required: true, level: 1 },