修改消息通知

This commit is contained in:
sunFlower
2022-10-25 09:44:34 +08:00
parent b8cc3e5b82
commit 440cf115b3
2 changed files with 9 additions and 2 deletions
@@ -66,8 +66,8 @@
rules: {
explanation: [
{
max: 300,
message: this.$t('explain') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
max: 500,
message: this.$t('explain') + this.$t('cannotExceed') + 500 + this.$t('Characters'),
trigger: 'blur'
}
],