|
|
|
@ -173,10 +173,10 @@ import ScrollView from '@/base/ScrollView/ScrollView.vue' |
|
|
|
const store = useRootStore() |
|
|
|
const { shop, device, language, config } = storeToRefs(store) |
|
|
|
|
|
|
|
const { replay, pause, speedUp, handleReplay, togglePause, handleSpeedUp, resetPause } = useMapNavControl() |
|
|
|
const { speedUp, handleReplay, handleSpeedUp, resetPause } = useMapNavControl() |
|
|
|
const { directionInfo, pathShopList, backPathArray, startNavi } = useStartNavi(shop, device, resetPause) |
|
|
|
const { methodIdx, methodsList, handleControl } = useChangeNavMethod(backPathArray) |
|
|
|
const { cameraViews, setCameraViews } = useSetCameraViews(resetPause) |
|
|
|
const { cameraViews } = useSetCameraViews(resetPause) |
|
|
|
|
|
|
|
const isBack = ref(false) |
|
|
|
|
|
|
|
|