无木
|
1e63379088
|
fix(multiple-tab): ignore login page
修复标签页可能会创建登录页面标签的问题
|
2021-07-14 20:44:52 +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 |
无木
|
72ac240f28
|
feat: routers support `ignoreRoute` option
为路由配置添加`meta`.`ignoreRoute`配置,允许在`ROUTE_MAPPING`及`BACK`模式下配置纯菜单数据
fixed:
|
2021-07-01 23:54:10 +08:00 |
Eric
|
3871204d08
|
fix: routes filter can't effective when permission mode set to ROUTE_MAPPING (#836)
|
2021-06-30 22:27:26 +08:00 |
Vben
|
cdb10cc4ac
|
fix(menu): make sure the menu is activated correctly
|
2021-06-30 00:47:59 +08:00 |
无木
|
e5f37885ff
|
fix: multi windows token sharing
修复同时打开多个窗口时令牌没能同步共享的问题
fixed: #761
|
2021-06-29 19:41:06 +08:00 |
无木
|
d7b84c7874
|
fix(lock-screen): fix lock-screen can skip on new window
修复锁屏功能可以通过刷新页面或复制 URL 打开新的浏览器标签来跳过锁定状态的问题
|
2021-06-29 18:34:51 +08:00 |
vben
|
913c22c84f
|
feat(menu): the route is automatically mapped to the menu
|
2021-06-27 23:58:14 +08:00 |
vben
|
327d71b8fb
|
perf(router): reduce the number of guard files
|
2021-06-27 22:59:59 +08:00 |
vben
|
e8d6f8851e
|
fix(store): fix type error after pinia version upgrade
|
2021-06-19 23:17:44 +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 |
无木
|
d62d0ca08c
|
fix(keep-alive): tablist cache updating effect
修复 updateCacheTab 逻辑问题造成的KeepAlive配置可能失效的问题
close: #695
|
2021-06-03 16:28:48 +08:00 |
Netfan
|
5ddccf6ba2
|
feat(tabs): add setTabTitle method (#680)
添加设置标签页标题的方法和演示
|
2021-06-01 01:13:19 +08:00 |
vben
|
aebad61b3d
|
fix: ensure that roleList is not empty
|
2021-05-30 22:30:26 +08:00 |
Netfan
|
132c7fb944
|
fix: session timeout login logic error (#678)
修复超时重新登录的页面在某些逻辑下未能正确刷新数据的问题。
fix: #673
|
2021-05-31 09:23:19 +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 |
HUCHAOQI
|
336be680d3
|
fix(store): addTab fx (#607)
在更新tabList的时候也能同时更新cacheTab
|
2021-05-17 09:31:03 +08:00 |
Vben
|
6a8820597f
|
fix: ensure that the 401 jumps to the login page correctly, fix #512
|
2021-04-24 20:31:05 +08:00 |
Vben
|
b92b8a3c6a
|
fix(tabs): fix the problem that other functions are invalid when the tab is closed, close #376
|
2021-04-19 23:53:11 +08:00 |
Vben
|
0649011eba
|
feat: add JsonPreview component
|
2021-04-17 18:51:19 +08:00 |
Vben
|
967b28c4c0
|
feat: persistent save tab, fix #359
|
2021-04-10 21:41:22 +08:00 |
Vben
|
215d8bab38
|
refactor: refactor store
|
2021-04-10 21:41:22 +08:00 |
Vben
|
5b8eb4a49a
|
feat: dark mode
|
2021-04-07 23:39:54 +08:00 |
Vben
|
8fb03961f5
|
fix: ensure permissionMode exists close #409
|
2021-03-23 22:31:23 +08:00 |
Vben
|
e2cc5af937
|
fix(route): ensure that the first level menu can be hidden
|
2021-03-23 01:06:57 +08:00 |
Vben
|
f866e46535
|
chore: add test server
|
2021-03-19 22:53:39 +08:00 |
Vben
|
67962f1dee
|
fix(v-auth): ensure the background mode is correct close #330
|
2021-03-18 22:38:55 +08:00 |
Vben
|
82c3186309
|
fix(menu): make sure the menu is displayed properly on the small screen close #336
|
2021-03-17 21:08:46 +08:00 |
Vben
|
e12c588c0a
|
refactor(route): refactoring the routing multi-layer model close #215
|
2021-03-17 00:10:16 +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
|
d5d4c4b413
|
fix(menu): fix menu icon missing close #328
|
2021-03-07 20:59:11 +08:00 |
Vben
|
cd8e924d46
|
perf(tree): strengthen BasicTree function
|
2021-03-03 23:35:30 +08:00 |
Vben
|
c8e84dc14e
|
chore: typo
|
2021-02-28 23:05:37 +08:00 |
Vben
|
15567e478c
|
fix: improve persistent cache logic
|
2021-02-28 12:25:57 +08:00 |
Vben
|
f6cef1088d
|
refactor: refactored multi-language modules to support lazy loading and remote loading
|
2021-02-28 08:48:53 +08:00 |
Vben
|
f57eb944ed
|
perf: improve persistent logic
|
2021-02-27 19:55:30 +08:00 |
Vben
|
fcee7d4eb7
|
perf: move src/types to root
|
2021-02-26 20:09:24 +08:00 |
Vben
|
8a9ca498d7
|
chore: remove useless code
|
2021-02-25 20:25:02 +08:00 |
vben
|
a09a0eedd2
|
perf: improve login logic
|
2021-02-22 23:04:47 +08:00 |
vben
|
da04913ef3
|
feat: added settingButtonPosition configuration close #275
|
2021-02-18 21:12:27 +08:00 |
vben
|
b335e7511b
|
chore: fix the error-log list as the system route
|
2021-02-13 11:15:06 +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
|
10cd4fcdff
|
fix(locale): fix locale.show not work
|
2020-12-23 21:16:27 +08:00 |