chenghongxing
|
60be8cf4ec
|
fix: Fixed page refresh loading exception issue; 🐛
修复:修复页面刷新加载时异常问题;
|
2024-05-08 11:17:35 +08:00 |
|
chenghongxing
|
17e41ce1fc
|
fix: Fixed the display problem of breadcrumbs on dynamic route page; 🐛
修复:修复动态路由页面的面包屑显示问题;
|
2023-04-11 10:28:01 +08:00 |
|
chenghongxing
|
baae56f715
|
add: support parameterized route multi-tab title setting; #339 🐛
新增:支持带参路由多页签标题设置;
|
2023-04-10 23:27:37 +08:00 |
|
iczer
|
cc60ff1a27
|
Merge pull request #186 from fqucuo/patch-1
Optimization: Add beforeEnter parsing to asynchronous routing;
优化:异步路由中增加对beforeEnter的解析;
|
2023-03-29 10:51:14 +08:00 |
|
chenghongxing
|
a4d4b28ce3
|
fix: fixed the issue that the router permission configuration does not support arrays
; 🐛
修复:修复路由权限配置不支持数组的问题;
|
2023-03-15 14:50:41 +08:00 |
|
chenghongxing
|
d7a530db46
|
fix: fixed the color problem in night mode; 🐛
修复:修复黑夜模式下颜色问题;
|
2023-03-12 17:24:48 +08:00 |
|
iczer
|
7f5fbb7426
|
fix: fixed border color consistent with vue3 version; 🐛
修复:修正边框颜色与 vue3 版本一致;
|
2023-03-12 14:40:07 +08:00 |
|
iczer
|
6000da4220
|
fix: the problem of disable cache of dynamic route; 🐛
修复:动态路由配置禁用缓存无效问题;
|
2023-01-12 18:14:59 +08:00 |
|
iczer
|
c0aec854af
|
Merge branch 'master' of https://github.com/iczer/vue-antd-admin
Conflicts:
yarn.lock
|
2022-09-21 16:26:00 +08:00 |
|
iczer
|
8062905b17
|
fix: the check problem of standard table with pagination; 🐛
修复:标准表格分页勾选问题;
|
2022-09-21 16:24:30 +08:00 |
|
iczer
|
2d0c6c2a2b
|
Merge pull request #275 from Ten-K/fix/notice
fix(HeaderNotice.vue): change loadding to loading
|
2021-11-23 11:10:49 +08:00 |
|
lrl
|
6d43e9af42
|
fix(HeaderNotice.vue): change loadding to loading
|
2021-11-13 22:08:05 +08:00 |
|
ggymm
|
c2d2c2c686
|
修复混合导航,头部菜单没有选中状态问题
|
2021-11-02 15:20:16 +08:00 |
|
chenghongxing
|
816d19f7da
|
修复:带查询参数的路由导致多页签出现页面多开问题;
|
2021-05-08 20:41:57 +08:00 |
|
chenghongxing
|
ce83564335
|
修复:异步路由部分配置不生效问题;
|
2021-05-08 20:41:02 +08:00 |
|
chenghongxing
|
449fd99f9d
|
新增:增加列表详情页demo、动态路由菜单demo、带参路由菜单demo;
|
2021-05-06 12:11:55 +08:00 |
|
chenghongxing
|
97a1417112
|
新增:路由配置增加动态路由参数支持 和 高亮菜单配置;
|
2021-05-06 11:13:35 +08:00 |
|
chenghongxing
|
ba89880736
|
修复:混合模式下菜单权限过滤无效问题;
|
2021-05-05 22:07:25 +08:00 |
|
iczer
|
8127121ab6
|
Add files via upload
|
2021-04-12 15:53:30 +08:00 |
|
chenghongxing
|
80e3ad42bc
|
新增:打赏二维码;
|
2021-04-12 15:39:06 +08:00 |
|
chenghongxing
|
bb7fa9abb6
|
修复:异步路由加载异常问题;
fix: the loading exception of async routes;
|
2021-04-05 09:51:52 +08:00 |
|
chenghongxing
|
990daf2d27
|
修复:页面布局面包屑重复问题;
fix: the repeat problem of breadcrumbs in PageLayout.vue;
|
2021-04-05 09:50:27 +08:00 |
|
chenghongxing
|
939f8640d3
|
修复:高级表格组件分页属性不支持 boolean 类型的问题;
fix: the pagination props of AdvancedTable.vue does not support boolean value;
|
2021-04-05 09:46:27 +08:00 |
|
chenghongxing
|
8ddc7c167c
|
修复:更改角色后菜单不能正确显示的问题;#179
fix: the menu does not display correctly after changing roles;
|
2021-03-12 14:45:35 +08:00 |
|
fqucuo
|
f0d60a8242
|
异步路由中增加对beforeEnter的解析
异步路由中增加对beforeEnter的解析
|
2021-01-24 00:19:22 +08:00 |
|
chenghongxing
|
9ddd117d5e
|
修复:更改角色后菜单不能正确显示的问题;#179
fix: the menu does not display correctly after changing roles;
|
2021-01-15 09:52:20 +08:00 |
|
chenghongxing
|
2fc5b9d594
|
修复:更改角色后菜单不能正确显示的问题;#179
fix: the menu does not display correctly after changing roles;
|
2021-01-12 11:49:16 +08:00 |
|
chenghongxing
|
83c6381a4b
|
修复:加载异步路由不能正确提示的问题;
fix: the problem that it does not prompt correctly when loading routes;
|
2021-01-12 11:47:26 +08:00 |
|
chenghongxing
|
0c41878174
|
优化:切换布局时触发 resize 事件,以解决部分页面响应时布局问题;
optimize: resize event is triggered when switching layout to solve the layout problem when part of the page responds;
|
2021-01-12 11:45:43 +08:00 |
|
chenghongxing
|
a5c34a8514
|
优化:引入 moment 组件库中文包;
optimize: import chinese language for moment library;
|
2021-01-12 11:41:36 +08:00 |
|
chenghongxing
|
df076bda24
|
新增:request.js 增加请求配置参数;
feat: add configuration parameter for request.js;
|
2021-01-12 11:40:17 +08:00 |
|
chenghongxing
|
62b57a97cb
|
新增:增加 Mock 登录用户角色 test;
feat: add new role for login user;
|
2021-01-12 11:38:03 +08:00 |
|
chenghongxing
|
867377a6d2
|
优化:调整 copyright 间距;
optimize: adjust the spacing of copyright;
|
2020-12-18 09:26:17 +08:00 |
|
AshenOneOrz
|
39b64d0704
|
style(pagefooter): 修改页脚 copyright 版权外观
|
2020-12-17 21:47:09 +08:00 |
|
AshenOneOrz
|
d2b2631fb1
|
refactor(querylist): 使用组件库的间隔组件包裹按钮组
|
2020-12-17 21:31:43 +08:00 |
|
chenghongxing
|
b0fc3a943e
|
修复:修改页签头标题不生效的bug;⭐
fix: the problem that modify page title not effective;
|
2020-12-11 16:16:07 +08:00 |
|
chenghongxing
|
5a333faa2b
|
新增:增加多页签模式下配置是否缓存页面的功能;⭐ #154
feat: add the function to configure whether to cache pages in multi tab mode;
|
2020-12-06 14:49:25 +08:00 |
|
chenghongxing
|
f2d3823069
|
修复:当路由有查询参数时,设置页签标题不生效的问题;🐛 #166
fix: the problem that the setting of tab title is not effective when the route has query parameters;
|
2020-12-06 11:31:31 +08:00 |
|
chenghongxing
|
935cd77d4f
|
修复:标准表格不支持嵌套属性的问题;🐛
fix: the problem that StandardTable.vue not support nested attributes;
|
2020-12-06 10:33:02 +08:00 |
|
iczer
|
010ffdaacb
|
Merge pull request #155 from yexk/master
【进阶->国际化】文档 & 修复needTotal计算问题
|
2020-12-06 10:28:08 +08:00 |
|
iczer
|
5c6b2a2048
|
Merge pull request #165 from lsvih/patch-1
修复一个路由解析时候丢失 meta 值的问题
|
2020-12-06 10:22:21 +08:00 |
|
chenghongxing
|
34a76d5894
|
修复:更正 axios 拦截器demo;
|
2020-12-04 21:04:08 +08:00 |
|
lsvih
|
0f1a845189
|
Update routerUtil.js
|
2020-12-03 10:10:26 +08:00 |
|
chenghongxing
|
5de611523c
|
修复:弹出层挂载容器问题;🐛
fix: the problem of pop up layer mount container;
|
2020-12-02 22:30:49 +08:00 |
|
chenghongxing
|
c2915c93d3
|
修复:高级表格部分api默认值错误问题;🐛
fix: wrong default value of some api about AdvanceTable.vue;
|
2020-11-30 11:21:49 +08:00 |
|
chenghongxing
|
e661ae0813
|
修复:设置页签标题不生效的bug;🐛
fix: the problem that setting tabs title not affect;
|
2020-11-29 20:09:31 +08:00 |
|
chenghongxing
|
d9b5e4b766
|
优化:刷新页签 api 增加路由对象参数支持;⭐
optimize: add support of route parameter for refresh page api;
|
2020-11-29 14:31:22 +08:00 |
|
chenghongxing
|
31e22aaf0e
|
修复:AdvanceTable 组件异步获取列配置不生效的问题;🐛 #159 #160 #161
fix: the async configuration of columns not to take effect in AdvanceTable.vue;
|
2020-11-29 11:54:48 +08:00 |
|
chenghongxing
|
ae2b7a86ef
|
新增:动态修改标题的 api;⭐ #150
feat: add api of dynamic modify tab title;
|
2020-11-28 19:47:23 +08:00 |
|
chenghongxing
|
23b7dfe2a4
|
修复:混合导航模式下,菜单数据为空时导致的异常;🐛
fix: the exception caused by empty menuData in mix navigation mode;
|
2020-11-25 20:39:21 +08:00 |
|