From eec1fdf3a531f4cd9c171ccbc01bbfadbad769b7 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期三, 09 四月 2025 10:53:05 +0800
Subject: [PATCH] 1、移除默认登录用户名密码 2、登录“记住我”功能修改为默认不选中状态

---
 src/components/FormCreate/src/config/useDictSelectRule.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/FormCreate/src/config/useDictSelectRule.ts b/src/components/FormCreate/src/config/useDictSelectRule.ts
index 5c5e8ca..f232f48 100644
--- a/src/components/FormCreate/src/config/useDictSelectRule.ts
+++ b/src/components/FormCreate/src/config/useDictSelectRule.ts
@@ -48,7 +48,7 @@
         },
         {
           type: 'select',
-          field: 'dictValueType',
+          field: 'valueType',
           title: '字典值类型',
           value: 'str',
           options: [

--
Gitblit v1.9.3