修复导览楼层切换点位错层
This commit is contained in:
@@ -528,7 +528,7 @@ const loadGuideFloors = async () => {
|
||||
const floors = await guideUseCase.getFloors()
|
||||
guideFloors.value = floors
|
||||
activeGuideFloor.value = floors.find((floor) => floor.label === activeGuideFloor.value)?.label
|
||||
|| floors.find((floor) => floor.id === 'L1')?.label
|
||||
|| floors.find((floor) => floor.label === '1F')?.label
|
||||
|| floors[0]?.label
|
||||
|| activeGuideFloor.value
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user