Ryuiso 10 ماه پیش
والد
کامیت
da0fc355ed
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Web/src/pages/page-web/projects/media/detail/components/FileInfo.vue

+ 0 - 1
Web/src/pages/page-web/projects/media/detail/components/FileInfo.vue

@@ -256,7 +256,6 @@ onMounted(async () => {
 const onClickShare = () => {
   // const url = window.location.origin + `/mediaInfo?workspaceId=${getWorkspaceId()}&fileId=${state.currentId}`;
   const url = `https://uav.jkec.info` + `/mediaInfo?workspaceId=${getWorkspaceId()}&fileId=${state.currentId}`;
-  // const url = `${window.parent.location.origin}/mediaInfo?workspaceId=${getWorkspaceId()}&fileId=${state.currentId}`;
   navigator.clipboard.writeText(url);
   message.success('分享链接已复制到剪贴板');
 }