zhangdehua hace 1 año
padre
commit
79b154d867
Se han modificado 2 ficheros con 6 adiciones y 25 borrados
  1. 1 1
      app/index/view/base.html
  2. 5 24
      app/index/view/index/index.html

+ 1 - 1
app/index/view/base.html

@@ -276,8 +276,8 @@
                         </div>
                     </div>
                 </div>
-                </div>
             </div>
+        </div>
     </section>
     <section class="sectionContainer warningContainer">
         <div class="elementorContainer">

+ 5 - 24
app/index/view/index/index.html

@@ -381,37 +381,18 @@
         //触屏事件 || 点击事件
         const tap = "ontouchstart" in window ? "touchstart" : "click";
 
-        /*        $(".swiperContainer").on(tap, function () {
-                    Turbolink.init({
-                        "dev": true,
-                        "appKey": "9589c3544565ee8e73c526c928849187",
-                        "appSecret": "f0ffea8c4983e99250a33956df833841a32fa0eb",
-                        "projectId": "cl5f8merdj7g19gah8c0",
-                        "lv": "vip1",
-                    }).then((result) => {
-                        if (result.code == 200) {
-                            console.log("初始化成功、可调用上报方法")
-                            // Turbolink.logout()
-                            //Turbolink.loadUrl({ url: "http://192.168.10.201:5173/c?l=cnl7a06rdj7sl3ptno7g&c=CR&loginUrl=http://192.168.10.201:8080/logIn.html&lg=111" })
-                        }
-                    })
-                });*/
-
         $(".swiperContainer").on(tap, function () {
             Turbolink.init({
                 "dev": true,
-                "appKey": "uX9GdP1fTCEeJLwaRD4FoRGi25jb4h",
-                "appSecret": "2609db6594ceb3bcf35c2e621a0f6a86feb78eae",
-                "projectId": "X5c6Zz8CeUcwim82YXtsh9",
+                "appKey": "9589c3544565ee8e73c526c928849187",
+                "appSecret": "f0ffea8c4983e99250a33956df833841a32fa0eb",
+                "projectId": "cl5f8merdj7g19gah8c0",
                 "lv": "vip1",
-                "loginUrl": "http://192.168.10.171:8080/logIn.html"
             }).then((result) => {
                 if (result.code == 200) {
                     console.log("初始化成功、可调用上报方法")
-                    // Turbolink.logout(
-                    // Turbolink.setIdentity({ uid: "123" })
-                    //https://dev.c.allapp.link/c?l=cnpgif6rdj7th8sn82q0&c=lj
-                    Turbolink.loadUrl({url: "https://dev.c.allapp.link/c?l=cp25i6urdj7q63f8qqtg&c=zK"})
+                    // Turbolink.logout()
+                    //Turbolink.loadUrl({ url: "http://192.168.10.201:5173/c?l=cnl7a06rdj7sl3ptno7g&c=CR&loginUrl=http://192.168.10.201:8080/logIn.html&lg=111" })
                 }
             })
         });