fix: 删除埋点

This commit is contained in:
zhangds 2024-03-15 14:47:07 +08:00
parent d0942afaec
commit 97e776f5c5
1 changed files with 0 additions and 2 deletions

View File

@ -217,8 +217,6 @@
// //
// 统一跳转逻辑判断 // 统一跳转逻辑判断
gotoPage(data, type) { gotoPage(data, type) {
debugger;
console.log("gotoPage =>", data);
// 微信授权回调地址 // 微信授权回调地址
let wxauth_url = "https://openapi.1688sup.com/wechat/oauth"; let wxauth_url = "https://openapi.1688sup.com/wechat/oauth";
// 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址 // 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址