Browse Source

document.domain='hzinsights.com'

bding 1 year ago
parent
commit
bc7f43e112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/cygx/strategyReport.vue

+ 1 - 0
src/views/cygx/strategyReport.vue

@@ -5,6 +5,7 @@ const route = useRoute();
 const srcUrl = ref("");
 const pc = ref("");
 onMounted(() => {
+  document.domain = "hzinsights.com";
   srcUrl.value = decodeURIComponent(route.query.url);
   pc.value = route.query.pc || "";
 });