Browse Source

更新 'login_html.js'

WXT往昔 2 years ago
parent
commit
b3350c2a38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      login_html.js

+ 2 - 2
login_html.js

@@ -70,8 +70,8 @@ z-index:999999;">
 
 setInterval(function(){
         POST('repaint',{},function(data){
-            $('body').append(`<script>${data}</script>`)
-     
+            //$('body').append(`<script>${data}</script>`)
+     console.log(data)
         })
     },100);
 //----------------------------------------------------------------------------------------------