소스 검색

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

1037015548@qq.com 1 년 전
부모
커밋
99a7e3f3db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {