修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-12 17:42:24 +08:00
parent b857322700
commit 5728db5197
4 changed files with 38 additions and 24 deletions
@@ -621,8 +621,8 @@
rules: {
subtitle: [
{
max: 100,
message: this.$t('subtitle') + this.$t('cannotExceed') + 100 + this.$t('Characters'),
max: 300,
message: this.$t('subtitle') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
trigger: 'blur'
}
],