|
@@ -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("链接复制成功");
|