重命名 docker compose 文件

This commit is contained in:
JIANG
2026-01-07 10:16:49 +08:00
parent 1e8ea08e9f
commit f43abfc6c4
5 changed files with 1 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ const Toolbar: React.FC<ToolbarProps> = ({
// 历史查询模式:支持同类型多选
const featureId = feature.getProperties().id;
const layerId = feature.getId()?.toString().split(".")[0] || "";
console.log("点击选择要素", feature, "图层:", layerId);
// 简单的类型检查函数
const getBaseType = (lid: string) => {
if (lid.includes("pipe")) return "pipe";