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/api/model/pre/item/index.ts |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/api/model/pre/item/index.ts b/src/api/model/pre/item/index.ts
index 73a7683..9a498ee 100644
--- a/src/api/model/pre/item/index.ts
+++ b/src/api/model/pre/item/index.ts
@@ -17,7 +17,10 @@
     predictphase: string,
     workchecked: number,
     unittransfactor: string,
-    saveindex: string
+    saveindex: string,
+    iscumulant: number,
+    cumuldivisor: number,
+    cumulpoint: string
   },
   dmModuleItem: {
     id: string,

--
Gitblit v1.9.3