src/store/simulation.js
@@ -2,6 +2,9 @@ import { defineStore } from 'pinia' import { ref } from 'vue' export const useSimStore = defineStore('simulation', () => { // 北京市所有村的code const townCodeAll = ref([]) // 实时模拟最新的layer const layerDate = ref("") // 帧数 const frameNum = ref(0)