From db60bbd99c08a9860f47cb4f16284dd395427914 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期五, 20 六月 2025 10:51:03 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- 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 c9d7ee6..ea5a36a 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -2,6 +2,8 @@ import { defineStore } from 'pinia' import { ref } from 'vue' export const useSimStore = defineStore('simulation', () => { + // 甯ф暟 + const frameNum = ref(0) // 鐩綍鏍戦�変腑 const userSelectedLayers = ref([]) // 闅愭偅鐐瑰垪琛� @@ -193,6 +195,7 @@ isShowEarth, userSelectedLayers, devices, + frameNum, // 鏂规鐩稿叧鏂规硶 setSchemCard, -- Gitblit v1.9.3