Fix DeepLink for Happ, remove encoding URL (#3863)

Co-authored-by: y.sivushkin <y.sivushkin@corp.101xp.com>
This commit is contained in:
Happ-dev
2026-03-04 14:29:46 +03:00
committed by GitHub
parent 96b8fe472c
commit ccd223aeea
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@
return this.app.subUrl;
},
happUrl() {
return `happ://add/${encodeURIComponent(this.app.subUrl)}`;
return `happ://add/${this.app.subUrl}`;
}
},
methods: {