feat: add autoRefresh (#7)

This commit is contained in:
Dream Hunter
2023-08-25 15:36:22 +08:00
committed by GitHub
parent d640f5147f
commit df06414a75

View File

@@ -13,7 +13,7 @@ const message = useMessage()
const jwt = useStorage('jwt')
const address = ref("")
const loading = ref(false)
const autoRefresh = ref(true)
const autoRefresh = ref(false)
const data = ref([])
const API_BASE = import.meta.env.VITE_API_BASE || "";
const timer = ref(null)