|
@@ -45,7 +45,8 @@ async function getLogoPath(compnay_id: any) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const openPage = (site: 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"); |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
@@ -133,16 +134,15 @@ const openPage = (site: any) => { |
|
|
<div |
|
|
<div |
|
|
class="d-flex align-items-center justify-content-between w-100 prof-flex" |
|
|
class="d-flex align-items-center justify-content-between w-100 prof-flex" |
|
|
> |
|
|
> |
|
|
<button |
|
|
|
|
|
@click="openPage(site.domain_name)" |
|
|
|
|
|
type="button" |
|
|
|
|
|
|
|
|
<a |
|
|
|
|
|
:href="`https://drawise.net/web/${ site.domain_name }`" |
|
|
class="justify-content-center btn mb-1 btn-rounded btn-outline-success d-flex align-items-center najafi-btn" |
|
|
class="justify-content-center btn mb-1 btn-rounded btn-outline-success d-flex align-items-center najafi-btn" |
|
|
> |
|
|
> |
|
|
<i |
|
|
<i |
|
|
class="ti ti-external-link fs-4 me-2" |
|
|
class="ti ti-external-link fs-4 me-2" |
|
|
></i> |
|
|
|
|
|
|
|
|
></i> |
|
|
drawise.net/web/{{ site.domain_name }} |
|
|
drawise.net/web/{{ site.domain_name }} |
|
|
</button> |
|
|
|
|
|
|
|
|
</a> |
|
|
<RouterLink |
|
|
<RouterLink |
|
|
:to="`dash/${site.id}/pages`" |
|
|
:to="`dash/${site.id}/pages`" |
|
|
type="button" |
|
|
type="button" |
|
|