Bladeren bron

feat: save

gemercheung 7 maanden geleden
bovenliggende
commit
d02bc277c7
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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("链接复制成功");