|
|
@ -163,10 +163,13 @@ import Marquees from '@/base/Marquees/Marquees.vue' |
|
|
import PathGroup from '@/components/PathGroup/PathGroup.vue' |
|
|
import PathGroup from '@/components/PathGroup/PathGroup.vue' |
|
|
const { switchLanguage } = useSwitchLanguage() |
|
|
const { switchLanguage } = useSwitchLanguage() |
|
|
const store = useRootStore() |
|
|
const store = useRootStore() |
|
|
const { shop, device, showSearch, config, language } = storeToRefs(store) |
|
|
|
|
|
|
|
|
const { shop, device, showSearch, config, language, showColumnList } = storeToRefs(store) |
|
|
const router = useRouter() |
|
|
const router = useRouter() |
|
|
const pathGroupRef = ref() |
|
|
const pathGroupRef = ref() |
|
|
useStatistics({ tag: 'navigation', shopCode: shop.value.shopCode }) |
|
|
useStatistics({ tag: 'navigation', shopCode: shop.value.shopCode }) |
|
|
|
|
|
if (showColumnList.value) { |
|
|
|
|
|
showColumnList.value = false |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
const { replay, pause, speedUp, handleReplay, togglePause, handleSpeedUp, resetPause } = useMapNavControl() |
|
|
const { replay, pause, speedUp, handleReplay, togglePause, handleSpeedUp, resetPause } = useMapNavControl() |
|
|
const { directionInfo, pathShopList, backPathArray, startNavi } = useStartNavi(shop, device, resetPause) |
|
|
const { directionInfo, pathShopList, backPathArray, startNavi } = useStartNavi(shop, device, resetPause) |
|
|
|