|
@@ -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" })
|
|
|
}
|
|
|
})
|
|
|
});
|