update domain

This commit is contained in:
2023-10-22 10:14:27 +08:00
parent 989b562322
commit d5d719f168
9 changed files with 80 additions and 52 deletions

View File

@@ -28,6 +28,7 @@ function get() {
export const notifactions = () => n
export const GetNotifactions = () => {
if (account) {
setInterval(get, 5000)
//setInterval(get, 5000)
//暂时不用
}
}