配置中涉及字符串的最长不超过数据库中的长度限制

This commit is contained in:
zhanghongqing
2019-01-07 15:55:40 +08:00
parent ae704d3065
commit 1c1214ffd8
4 changed files with 10 additions and 10 deletions

View File

@@ -446,7 +446,7 @@
<spring:message code="include_cookie" />
</label>
<div class="col-md-6">
<input id="cookie" name="cookie" class="form-control invisibleChar" type="text" value="${_cfg.userRegion.cache_key.cookie}">
<input id="cookie" name="cookie" class="form-control invisibleChar" type="text" maxlength="1024" value="${_cfg.userRegion.cache_key.cookie}">
</div>
<div for="cookie"></div>
</div>