⚡ 优化异常信息获取逻辑.
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
|
||||
defineExpose({ openAdd, openUpdate });
|
||||
|
||||
// 密码验证
|
||||
// 密码认证
|
||||
const passwordRules = [{
|
||||
validator: (value, cb) => {
|
||||
if (value && value.length > 512) {
|
||||
|
||||
Reference in New Issue
Block a user