Browse Source

优化登录注册页面

RuoYi 2 years ago
parent
commit
5b19d33af9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ruoyi-admin/src/main/resources/static/ruoyi/register.js

+ 0 - 1
ruoyi-admin/src/main/resources/static/ruoyi/register.js

@@ -5,7 +5,6 @@ $(function() {
         var url = ctx + "captcha/captchaImage?type=" + captchaType + "&s=" + Math.random();
         $(".imgcode").attr("src", url);
     });
-    layer.config({ extend: 'moon/style.css', skin: 'layer-ext-moon' });
 });
 
 $.validator.setDefaults({