This commit is contained in:
2024-03-21 17:46:38 +08:00
parent fc286d3809
commit 5e8b9adb6c
11 changed files with 169 additions and 144 deletions

View File

@@ -19,7 +19,7 @@ export const toast = (str) => {
store.dispatch('toastMsg', str)
setTimeout(() => {
store.dispatch('showToast', false)
}, 3000)
}, 5000)
}
/**