diff --git a/apollo-portal/src/main/resources/static/scripts/valdr.js b/apollo-portal/src/main/resources/static/scripts/valdr.js index 7f42e522b7de46d52d673f0fb797b54cdc5a7067..003834a881d0efaeeb361f134d0da826932b300a 100644 --- a/apollo-portal/src/main/resources/static/scripts/valdr.js +++ b/apollo-portal/src/main/resources/static/scripts/valdr.js @@ -75,11 +75,6 @@ application_module.config(function (valdrProvider) { 'required': { 'message': 'Key不能为空' } - }, - 'value': { - 'required': { - 'message': 'value不能为空' - } }, 'comment': { 'size': { diff --git a/apollo-portal/src/main/resources/static/views/component/item-modal.html b/apollo-portal/src/main/resources/static/views/component/item-modal.html index 463315b91501191445a8399a2810f0a0372e9c67..392e80223c5daf543f0c6e226683453117d0b4c0 100644 --- a/apollo-portal/src/main/resources/static/views/component/item-modal.html +++ b/apollo-portal/src/main/resources/static/views/component/item-modal.html @@ -26,13 +26,10 @@
- +
注意: 隐藏字符(空格、换行符、制表符Tab)容易导致配置出错,如果需要检测Value中隐藏字符请点击 检测隐藏字符