本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
67
Wiki
活動
瀏覽代碼
refresh token is already in LessPass component
pull/342/head
Guillaume Vincent
8 年之前
父節點
ed4e3998a8
當前提交
23f342d3f2
共有
1 個檔案被更改
,包括
0 行新增
和
7 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
src/App.vue
+ 0
- 7
src/App.vue
查看文件
@@ -18,13 +18,6 @@
'hero': Hero,
'features': Features,
'lesspass-footer': Footer,
},
created(){
const fiveMinutes = 1000 * 60 * 5;
this.$store.dispatch('REFRESH_TOKEN');
setInterval(()=> {
this.$store.dispatch('REFRESH_TOKEN');
}, fiveMinutes);
}
}
</script>
Write
Preview
Loading…
取消
儲存