...
|
...
|
@@ -12,11 +12,13 @@ class LinkHandle { |
|
|
return;
|
|
|
}
|
|
|
|
|
|
let path = this.transToPath(href);
|
|
|
if (href.indexOf('#') !== 0) {
|
|
|
let path = this.transToPath(href);
|
|
|
|
|
|
this.goMiniProgram(path);
|
|
|
this.goMiniProgram(path);
|
|
|
|
|
|
event.preventDefault();
|
|
|
event.preventDefault();
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|