From cfe93a7e32a4a5b062923a15e1860975afb065e1 Mon Sep 17 00:00:00 2001 From: ehsan vaseghi Date: Tue, 16 Apr 2024 19:41:04 +0330 Subject: [PATCH] 6 --- src/pages/dashboard.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/dashboard.vue b/src/pages/dashboard.vue index 2372d51..f0d1eac 100644 --- a/src/pages/dashboard.vue +++ b/src/pages/dashboard.vue @@ -45,7 +45,8 @@ async function getLogoPath(compnay_id: any) { } const openPage = (site: any) => { - window.open("https://drawise.net/web/" + site, "_blank"); + var userAgent = window.navigator.userAgent.toLowerCase(); + window.open("intent:https://drawise.net/web/" + site+"#Intent;end", "_blank"); }; @@ -133,16 +134,15 @@ const openPage = (site: any) => {
- +