修改 - 服务器参数页面判断问题

This commit is contained in:
suwings 2018-04-21 15:25:32 +08:00
parent 8b8bf636be
commit 76c63a83d0

View File

@ -118,7 +118,7 @@
},
toRebulider: function () {
var addCmdList = this.addCmd.split(' ');
if (!TOOLS.isStdText(this.oldServerName) || !TOOLS.isStdText(this.name)) {
if (!TOOLS.isStdText(this.name)) {
TOOLS.pushMsgWindow("服务器名字不合法!仅限字母数字下划线!");
return;
}