Commit 867f5f1e by pangchong

feat: 提交

parent ec3653bf
import { getAllTaskInfoByWeatherApi } from 'mocp/api/windDamageManagement'
import { defineStore } from 'pinia'
const useWindDamageManagementStore = defineStore('windDamageManagement303030', {
const useWindDamageManagementStore = defineStore('windDamageManagement', {
state: () => {
return {
tabIndex: 0,
......@@ -132,6 +132,6 @@ const useWindDamageManagementStore = defineStore('windDamageManagement303030', {
}
},
// 配置持久化
persist: true
persist: false
})
export default useWindDamageManagementStore
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment