Pārlūkot izejas kodu

二维码配置bug修复

dongxin 1 gadu atpakaļ
vecāks
revīzija
a8f4fc9a00
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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>