fix: 删除埋点
This commit is contained in:
parent
d0942afaec
commit
97e776f5c5
|
@ -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";
|
||||||
// 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址
|
// 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址
|
||||||
|
|
Loading…
Reference in New Issue