store_modules_user.js - xinwu-yang/cube-vue GitHub Wiki

store/modules/user.js

用户登录状态管理,包含登录用户基础信息、权限、登录、登出等。

登录后在localStorage中记录了token、username、userInfo、sysAllDictItems。