Merge remote-tracking branch 'origin/master'

This commit is contained in:
wujj 2020-11-21 08:40:19 +08:00
commit 8978c94fe3
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@
this.rules.categoryPinyin = [{ this.rules.categoryPinyin = [{
"validator": this.validatorCategoryPinyin, trigger: 'blur' "validator": this.validatorCategoryPinyin, trigger: 'blur'
}, { }, {
"pattern": /^[^[!@#$"'%^&*()_+-/~?@#¥%…&*()——+—?》《:“‘’]+$/, "pattern": /^[^[!@#$"'%^&*()_+-/~?\\、@#¥%…&*()——+—?》《:“‘’\s]+$/,
"message": "拼音格式不匹配" "message": "拼音格式不匹配"
}]; }];
if (this.regularCheck(regu, n)) { if (this.regularCheck(regu, n)) {