实现删除集群

This commit is contained in:
刘祥超
2020-10-25 16:22:36 +08:00
parent a6e2453aa8
commit 93b6171604
7 changed files with 56 additions and 4 deletions

View File

@@ -7,6 +7,11 @@ Vue.component("csrf-token", {
this.$refs.token.form.addEventListener("submit", function () {
that.refreshToken()
})
// 自动刷新
setInterval(function () {
that.refreshToken()
}, 10 * 60 * 1000)
},
data: function () {
return {