Browse Source

1

Signed-off-by: lcw <1324309909@qq.com>
lcw 3 years ago
parent
commit
b3a0a497ba
1 changed files with 0 additions and 17 deletions
  1. 0 17
      index.html

+ 0 - 17
index.html

@@ -278,23 +278,6 @@
         <script src="./js/Common/Timer.js" type="text/javascript"></script>
 
         <script src="./uform.js" type="text/javascript"></script>
-
-        <!-- <script>
-            window.onload = function () {
-                isLogin();
-            }
-
-            function isLogin() {
-                this.ajax
-                    .get("https://beta.api.cocorobo.cn/api/getcookieuserid")
-                    .then((res) => {
-                        console.log(111)
-                    })
-                    .catch((err) => {
-                        console.error(err);
-                    });
-            }
-        </script> -->
     </div>
 </body>