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,