fix: 增加断点
This commit is contained in:
parent
82d0e7478f
commit
294381080b
|
@ -214,9 +214,10 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// aq,qf
|
//
|
||||||
// 统一跳转逻辑判断
|
// 统一跳转逻辑判断
|
||||||
gotoPage(data, type) {
|
gotoPage(data, type) {
|
||||||
|
debugger;
|
||||||
console.log("gotoPage =>", data);
|
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