Commit Graph

34 Commits

Author SHA1 Message Date
无木 3a5d1a5757 fix: refresh failed while token invalid
修复当token失效时,刷新页面可能出现异常的问题

fixed: #1101
2021-08-20 16:55:42 +08:00
无木 cc46935a82 feat: always refresh userinfo when page reload
每次刷新整个页面时都从接口更新用户信息
2021-08-16 06:04:12 +08:00
无木 87583c8b54 fix: ensure PAGE_NOT_FOUND_ROUTE exist
修复某些情况下404路由可能白屏的问题
2021-07-14 21:37:10 +08:00
无木 237e65eac9 fix: resolving `Vue Router warn`
移除因为动态加载路由而产生的vue-router警告
2021-07-14 20:32:58 +08:00
无木 0a3683a186 feat: customized user home page
新增自定义的用户首页(可以每个用户都不相同)
2021-07-13 14:10:31 +08:00
无木 e5f37885ff fix: multi windows token sharing
修复同时打开多个窗口时令牌没能同步共享的问题

fixed: #761
2021-06-29 19:41:06 +08:00
vben 913c22c84f feat(menu): the route is automatically mapped to the menu 2021-06-27 23:58:14 +08:00
Vben b6d5b0796d feat(axios): added authenticationScheme configuration,fix #774 2021-06-17 23:25:31 +08:00
Vben cda0f9c10a chore: add some notes 2021-06-07 21:30:27 +08:00
Netfan 9e5e630987
refactor(api): remove unnecessary userId param (#675)
* refactor(api): remove unnecessary userId param

移除getUserInfo、getPermCode、getMenuList接口的userId参数。
这些接口应当始终与当前登录用户相关而无需传递userId。

* fix: fix auth header key case error
2021-05-29 23:11:38 +08:00
Netfan b218f10e25
fix(login): login page modal style fixed: #662 (#666)
* fix: catch axios error data on request

* fix(login): login page modal style fixed: #662
2021-05-28 00:07:28 +08:00
vben 5465f058ce feat(user): add user login expiration example 2021-05-25 23:14:05 +08:00
vben cd4b5e14c2 fix(types): fix store types 2021-05-25 01:24:26 +08:00
vben bbf178f64b fix(store): fix pinia typo 2021-05-23 23:45:21 +08:00
Vben 215d8bab38 refactor: refactor store 2021-04-10 21:41:22 +08:00
Vben b7ce74abd6 refactor: refactor the project to solve the hot update problem caused by circular dependencies close #301 2021-03-08 21:19:09 +08:00
Vben 15567e478c fix: improve persistent cache logic 2021-02-28 12:25:57 +08:00
Vben f57eb944ed perf: improve persistent logic 2021-02-27 19:55:30 +08:00
Vben 8a9ca498d7 chore: remove useless code 2021-02-25 20:25:02 +08:00
vben da04913ef3 feat: added settingButtonPosition configuration close #275 2021-02-18 21:12:27 +08:00
vben 589409305f perf: adjust the return value of the interface to obtain user information in array format #259 2021-02-13 09:17:11 +08:00
vben 116a1f7745 wip(table): perf table #136,146,134 2020-12-31 00:11:44 +08:00
vben 0434030f27 fix(login): fix the problem of successful login and notify disappearing 2020-12-11 22:08:36 +08:00
vben 4ce1d526c8 refactor(lock-page): refactor lock page 2020-12-09 22:11:34 +08:00
vben f4621cc664 perf: perf loading logic 2020-12-04 21:25:33 +08:00
vben 962f90de44 feat: support vscode i18n-ally plugin 2020-12-01 23:51:39 +08:00
vben 73c8e0c158 perf: perf component 2020-11-26 21:19:39 +08:00
vben 19011296ed feat: multi-language support 2020-11-26 21:10:21 +08:00
vben 26b6109ca0 feat: add permissionCacheType setting 2020-11-25 21:26:10 +08:00
vben 737b1b190c wip: multi-language support 2020-11-23 00:35:15 +08:00
vben f7aa93f5b0 chore: miscellaneous modifications 2020-11-21 22:47:10 +08:00
vben c8021ef325 chore: changed login cache from sessionStorage to LocalStorage 2020-11-01 14:58:27 +08:00
vben e2333642c4 style: some format adjustments 2020-10-30 21:32:05 +08:00
陈文彬 2f6253cfb6 initial commit 2020-09-28 20:19:10 +08:00