修复搜索与点位定位闭环
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-12 03:07:49 +08:00
parent e006333c0a
commit d8420fc7c2
18 changed files with 2961 additions and 621 deletions

View File

@@ -140,7 +140,7 @@ export class GuideUseCase {
}
getInitialSearchSpacePoints() {
return this.guide.listSpacePoints()
return this.guide.searchPois()
}
getPoiById(id: string) {