|
@@ -4,7 +4,7 @@ import { countyMapData } from "@/assets/data/Model";
|
|
|
import { usePanorama } from "@/store/Panorama/index";
|
|
|
import { copyFileSync } from "fs";
|
|
|
|
|
|
-const currentIndex = ref(0);
|
|
|
+const currentIndex = ref(3);
|
|
|
const router = useRouter();
|
|
|
const store = usePanorama();
|
|
|
const goDetail = (param: string | number) => {
|
|
@@ -31,9 +31,6 @@ watch(currentIndex, (newVale: any) => {
|
|
|
});
|
|
|
|
|
|
onMounted(() => {
|
|
|
- // if(store.currentIndex != 0) {
|
|
|
- // currentIndex.value = store.currentIndex
|
|
|
- // }
|
|
|
});
|
|
|
</script>
|
|
|
|
|
@@ -70,7 +67,7 @@ onMounted(() => {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="option-box">
|
|
|
+ <div class="option-box" v-show="false">
|
|
|
<div
|
|
|
v-for="(item, index) in countyMapData"
|
|
|
:key="index"
|