style: 移除非error级别console
This commit is contained in:
@@ -219,7 +219,6 @@ function ruleVerification(
|
||||
break;
|
||||
|
||||
default:
|
||||
console.warn('未知类型', type);
|
||||
return [false, `${display} 输入值是未知类型`];
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user