liming 1 month ago
parent
commit
2ec487327e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/composables/dAppView.js

+ 1 - 1
src/composables/dAppView.js

@@ -14,7 +14,7 @@ export const openDapp = async (url, params, open = false) => {
   }
 
   if(open){
-    await Browser.open({ url: url });
+    await Browser.open({ url: getPlatform });
     return
   }