gemercheung hai 7 meses
pai
achega
d02bc277c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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("链接复制成功");