对接认证目录

This commit is contained in:
qq787203167
2022-05-23 14:44:00 +08:00
parent 912f2dac24
commit ab5b175d2d
3 changed files with 8 additions and 3 deletions
@@ -114,7 +114,7 @@
{ min:1, max: 50, message: this.$t('cantExeed')+'50'+this.$t('characters'), trigger: 'blur' },
],
description:[
{ required: true, message: this.$t('PleaseEnterDescription'), trigger: 'blur' },
// { required: true, message: this.$t('PleaseEnterDescription'), trigger: 'blur' },
{ min:1, max: 200, message: this.$t('cantExeed')+'200'+this.$t('characters'), trigger: 'blur' },
]
},