This commit is contained in:
USER-20220102CG\noblelift
2023-02-08 14:35:29 +08:00
parent b6bb1f8647
commit 51ef2677da
137 changed files with 11180 additions and 3105 deletions

View File

@@ -24,7 +24,7 @@ export default {
this.timmer = setTimeout(() => {
sessionStorage.clear()
this.logout()
}, 1000 * 60 * 15) // 15分钟 https://blog.csdn.net/qq_42345108/article/details/103496456
}, 1000 * 60 * 60) // 15分钟 https://blog.csdn.net/qq_42345108/article/details/103496456
},
logout() {
this.$store.dispatch('LogOut').then(() => {