Ver código fonte

二维码配置bug修复

dongxin 1 ano atrás
pai
commit
a8f4fc9a00
1 arquivos alterados com 0 adições e 3 exclusões
  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>