소스 검색

二维码配置bug修复

dongxin 1 년 전
부모
커밋
a8f4fc9a00
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/main/resources/template/html/qrcode.html

+ 0 - 3
src/main/resources/template/html/qrcode.html

@@ -231,9 +231,6 @@
     </div>
     <script>
         $(function(){
-
-            // document.getElementById('code').src = "https://www.baidu.com";
-            // console.log()
             $('#code').qrcode($('#codeUrl').val());
         });
     </script>