优化异常信息获取逻辑.

This commit is contained in:
lijiahangmax
2024-08-24 19:59:45 +08:00
parent 1fca5a1912
commit 924b46b41a
18 changed files with 106 additions and 68 deletions

View File

@@ -127,7 +127,7 @@
defineExpose({ openAdd, openUpdate });
// 密码
// 密码
const passwordRules = [{
validator: (value, cb) => {
if (value && value.length > 512) {