fix(auth): 添加token过期检查并修复toast样式导入
在auth.js中添加了token过期检查功能,确保用户信息在token过期时不会被恢复。同时,在fn.js中修复了toast样式未导入的问题,确保toast显示正常。
Showing
2 changed files
with
32 additions
and
4 deletions
-
Please register or login to post a comment
在auth.js中添加了token过期检查功能,确保用户信息在token过期时不会被恢复。同时,在fn.js中修复了toast样式未导入的问题,确保toast显示正常。