Bläddra i källkod

二维码配置bug修复

dongxin 1 år sedan
förälder
incheckning
a8f4fc9a00
1 ändrade filer med 0 tillägg och 3 borttagningar
  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>