admin
2021-02-06 6c09cbd70388ae53ec593de253f69cfa1a3eeda7
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) {