Browse Source

二维码配置bug修复

dongxin 1 năm trước cách đây
mục cha
commit
a8f4fc9a00
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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>