gemercheung 7 bulan lalu
induk
melakukan
d02bc277c7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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("链接复制成功");