This commit is contained in:
gongzijian 2019-04-26 11:19:37 +08:00
parent 4f3751d57a
commit 5999ae0751
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
_verifTimeout () {
const reg = /^[1-9]\d*$/
if (!reg.test(this.timeout)) {
this.$message.warning(`${i18n.$t('Please enter a positive integer')}`)
this.$message.warning(`${i18n.$t('Please enter a positive integer greater than 0')}`)
return false
}
return true