|
@@ -17,7 +17,7 @@ import { useApp } from '@/app'
|
|
const store = useStore()
|
|
const store = useStore()
|
|
const mode = computed(() => store.getters.mode)
|
|
const mode = computed(() => store.getters.mode)
|
|
const flying = computed(() => store.getters['flying'])
|
|
const flying = computed(() => store.getters['flying'])
|
|
-const floors = computed(() => store.getters['scene/floors'].reverse())
|
|
|
|
|
|
+const floors = computed(() => store.getters['scene/floors'])
|
|
const floorId = computed(() => store.getters.floorId)
|
|
const floorId = computed(() => store.getters.floorId)
|
|
const showTours = computed(() => store.getters['tour/showTours'])
|
|
const showTours = computed(() => store.getters['tour/showTours'])
|
|
const onGotoFloor = id => {
|
|
const onGotoFloor = id => {
|