Co-authored-by: y.sivushkin <[email protected]>
@@ -144,7 +144,7 @@
return this.app.subUrl;
},
happUrl() {
- return `happ://add/${encodeURIComponent(this.app.subUrl)}`;
+ return `happ://add/${this.app.subUrl}`;
}
methods: {
@@ -206,7 +206,7 @@
<a-menu-item key="android-npvtunnel" @click="copy(app.subUrl)">NPV
Tunnel</a-menu-item>
<a-menu-item key="android-happ"
- @click="open('happ://add/' + encodeURIComponent(app.subUrl))">Happ</a-menu-item>
+ @click="open('happ://add/' + app.subUrl)">Happ</a-menu-item>
</a-menu>
</a-dropdown>
</a-col>