From a8e5c275a8724feff972502c1b2db348dba4482b Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期五, 16 五月 2025 09:57:50 +0800 Subject: [PATCH] 对接中科软接口 --- src/store/simulation.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index 75c6ac6..4139e71 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -4,7 +4,8 @@ import { createSimData } from '@/api/trApi' export const useSimStore = defineStore('simulation', () => { - // 鎵�鏈塙I鐘舵��... + // 闅愭偅鐐瑰垪琛� + const DangerPoint = ref([]) const navigationShow = ref(true) const leftShow = ref(false) const rightShow = ref(false) @@ -145,6 +146,7 @@ schemCard, backToHome, rainFalls, + DangerPoint, // 鏂规鐩稿叧鏂规硶 setSchemCard, -- Gitblit v1.9.3