guonan
2025-05-29 6641cefa084db2636a997de00fde5be167788e1e
src/store/simAPI.js
@@ -5,6 +5,10 @@
import dayjs from 'dayjs'
export const SimAPIStore = defineStore('SimAPI', () => {
    // 定时器
    const shouldPoll = ref(false)
    const selectTab = ref("行政区划仿真")
    const isLoading = ref(false)
@@ -133,6 +137,7 @@
    return {
        selectTab,
        isLoading,
        shouldPoll,
        handleClickTab,
        addSimCheme,
        saveScheme,