修复首页浮层验收问题
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-05 23:27:17 +08:00
parent ad692e233a
commit a71994d490
3 changed files with 40 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
:show-layer-mode-toggle="false"
:show-floor="is3DMode && !showRoutePlanner"
show-zoom-controls
zoom-controls-top="calc(100vh - 252px)"
zoom-controls-top="calc(100vh - 292px)"
:route-preview="activeRoutePreview"
:show-route="Boolean(activeRoutePreview)"
:disable-auto-exit="disableIndoorAutoExit"
@@ -638,7 +638,7 @@ const syncTopTabToUrl = (tabId: GuideTopTab) => {
const url = `#/pages/index/index?tab=${tabId}`
if (window.location.hash !== url) {
window.history.replaceState(null, '', url)
window.history.replaceState(window.history.state, '', url)
}
}