service-daylucky/src/main/resources/static/admin/login.html
File was renamed from service-daylucky/src/main/resources/static/login.html @@ -45,6 +45,8 @@ </form> </div> <script src="js/common.js"></script> <script> var form = null; $(function () { @@ -98,8 +100,10 @@ captcha: vm.inputThis.yzm }, function (data) { layer.close(index); if (data.code == 200) { if (data.code == 0) { window.location.replace("index.html"); } else { common.notify.error(data.msg); } }, function (e) {