...
|
...
|
@@ -32,8 +32,6 @@ class LinkHandle { |
|
|
|
|
|
let transData = transToMiniappPath(href);
|
|
|
|
|
|
console.log(transData);
|
|
|
|
|
|
if (jumpAction.indexOf(transData.action) >= 0) {
|
|
|
// 跳转至小程序公共处理页
|
|
|
this.goMiniProgram(`/pages/common/webback?url=${encodeURIComponent(href)}`);
|
...
|
...
|
|