admin
2023-04-12 f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e
src/main/webapp/admin/new/login.html
@@ -79,13 +79,21 @@
               }, "json");
               return true;
            });
            //点击Enter键,直接调取登录的按键函数
            $(document).keydown(function(event) {
                if (event.keyCode == 13) {
                    // alert("回车了");
                    $(".submit").click();
                };
            });
         });
      </script>
<script>
   function getSrc(){
      return "api/validate/imgcode?temp="+new Date().getTime();
   }
</script>
   </body>