소스 검색

document.domain='hzinsights.com'

bding 1 년 전
부모
커밋
bc7f43e112
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 || "";
 });