From 6641cefa084db2636a997de00fde5be167788e1e Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 29 五月 2025 10:41:28 +0800 Subject: [PATCH] 优化定时加载 --- src/store/simulation.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index 3911a2c..56c028e 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -1,7 +1,6 @@ // stores/ui.js import { defineStore } from 'pinia' import { ref } from 'vue' -import { createSimData } from '@/api/trApi' export const useSimStore = defineStore('simulation', () => { // 闅愭偅鐐瑰垪琛� @@ -30,7 +29,9 @@ const schemCard = ref([]) const backToHome = ref(false) const selectedScheme = ref(null) + // 闄嶉洦鏁版嵁鍒楄〃 const rainFalls = ref() + // 闄嶉洦鍗曚綅 const intensityUnit = ref() const setSelectedScheme = (scheme) => { selectedScheme.value = scheme -- Gitblit v1.9.3