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/components/useApiSelect.tsx | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/FormCreate/src/components/useApiSelect.tsx b/src/components/FormCreate/src/components/useApiSelect.tsx index 8765036..8ff95fb 100644 --- a/src/components/FormCreate/src/components/useApiSelect.tsx +++ b/src/components/FormCreate/src/components/useApiSelect.tsx @@ -104,9 +104,9 @@ parseOptions0(data) return } - // 情况三:不是 iailab-plat 标准返回 + // 情况三:不是 yudao-vue-pro 标准返回 console.warn( - `接口[${props.url}] 返回结果不是 iailab-plat 标准返回建议采用自定义解析函数处理` + `接口[${props.url}] 返回结果不是 yudao-vue-pro 标准返回建议采用自定义解析函数处理` ) } @@ -185,7 +185,6 @@ </el-select> ) } - debugger return ( <el-select class="w-1/1" -- Gitblit v1.9.3