fix:增加流量最大1024限制
This commit is contained in:
@@ -899,7 +899,7 @@ const local: any = {
|
||||
delete: 'Delete',
|
||||
hour: 'Hour',
|
||||
second:'s',
|
||||
rejtraffic: 'Please enter a traffic value greater than 0',
|
||||
rejtraffic: 'Please enter a traffic value greater than 0 and less than 1025',
|
||||
rejduration: 'Please enter a duration value greater than 0',
|
||||
rejclient: 'Please enter a device number greater than 0',
|
||||
idnull: 'Edit ID cannot be empty',
|
||||
|
||||
@@ -899,7 +899,7 @@ const local:any = {
|
||||
delete:'删除',
|
||||
hour:'小时',
|
||||
second:'秒',
|
||||
rejtraffic:'请输入大于0的流量值',
|
||||
rejtraffic:'请输入大于0小于1025的流量值',
|
||||
rejduration:'请输入大于0的时长值',
|
||||
rejclient:'请输入大于0的设备数',
|
||||
idnull:'编辑ID不能为空',
|
||||
|
||||
Reference in New Issue
Block a user