From 1119a7837323e052d3e6256cddd3283d919bd959 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 26 六月 2025 15:44:02 +0800 Subject: [PATCH] 提交 --- src/store/simulation.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index b18bbdd..2b74dcb 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -2,6 +2,9 @@ import { defineStore } from 'pinia' import { ref } from 'vue' export const useSimStore = defineStore('simulation', () => { + // 鍖椾含甯傛墍鏈夋潙鐨刢ode + const townCodeAll = ref([]) + // 瀹炴椂妯℃嫙鏈�鏂扮殑layer const layerDate = ref("") // 甯ф暟 const frameNum = ref(0) -- Gitblit v1.9.3