瀏覽代碼

二维码配置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>