Преглед на файлове

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