使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
heuzef
/
lesspass
镜像自地址
https://github.com/lesspass/lesspass.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
67
百科
动态
浏览代码
refresh token is already in LessPass component
pull/342/head
Guillaume Vincent
8 年前
父节点
ed4e3998a8
当前提交
23f342d3f2
共有
1 个文件被更改
,包括
0 次插入
和
7 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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>
撰写
预览
正在加载...
取消
保存