页面总是重复登录4次 #57
Labels
No Label
area/smartpanel
bug
done-waiting-confirmed
kind/feature
page/admin
page/simplepage
page/tab-admin
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: smartoilets-front/projects#57
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
对接 https://gitea.yunhorn.com/smartoilets-front/projects/issues/51 后就可以知道token的有效期,每次打开页面通过时间戳检查token是否有效,如果过期了则立刻登录一次,达到页面只请求一次的效果
#51 一起处理了, 现在这里应该不会重复请求了。