diff --git a/contact-center/app/src/main/resources/templates/login.html b/contact-center/app/src/main/resources/templates/login.html index a2d16ae1..2b8dad3a 100644 --- a/contact-center/app/src/main/resources/templates/login.html +++ b/contact-center/app/src/main/resources/templates/login.html @@ -21,9 +21,9 @@ layui.use('layer', function(){ var layer = layui.layer; <#if msg?? && msg == '0'> - layer.alert('手机或密码错误,请重新填写', {icon: 2}); + layer.alert('用户名或密码错误,请重新填写', {icon: 2}); <#elseif msg?? && msg == '1'> - layer.alert('用户注册成功,请使用手机和密码登陆', {icon: 1}); + layer.alert('用户注册成功,请通过用户名和密码登陆', {icon: 1}); }); layui.use('form', function(){ @@ -49,7 +49,7 @@ + class="form-control required" value="" placeholder="用户名">