Browse Source

伊宁项目更改相关 统一app相关 变更login

1037015548@qq.com 1 năm trước cách đây
mục cha
commit
99a7e3f3db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ruoyi-admin/src/main/resources/templates/loginYining.html

+ 1 - 1
ruoyi-admin/src/main/resources/templates/loginYining.html

@@ -173,7 +173,7 @@
         }
         // 文本框密文显示
         passwordDisc.value = password.value.replace(/./g, '*');
-        console.log(password.value);
+        // console.log(password.value);
     })
     // 获取粘贴板的文本数据
     passwordDisc.addEventListener("paste", function (event) {