소스 검색

feat: save

gemercheung 7 달 전
부모
커밋
d02bc277c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/organization/index.vue

+ 1 - 1
src/view/organization/index.vue

@@ -55,7 +55,7 @@ import { topDeptIds } from "@/constant/appDeptId";
 import { copyText } from "@/util";
 
 const openMap = (data: Organization) => {
-  const result = location.protocol + "//" + location.host + location.pathname + `/map.html?deptId=${data.id}`
+  const result = location.protocol + "//" + location.host + location.pathname + `map.html?deptId=${data.id}`
   console.log('result', result)
   copyText(result);
   ElMessage.success("链接复制成功");