Commit Graph

  • 25dacad3a2 1 master caolc 2022-09-08 17:16:01 +0800
  • 0ff558befe 1 caolc 2022-09-08 17:09:32 +0800
  • 03a006c618 1 caolc 2022-09-08 16:49:26 +0800
  • 06e4d1f92b 11 caolc 2022-09-08 16:49:00 +0800
  • 7262de58d1 11 caolc 2022-09-08 16:36:46 +0800
  • 6a93f8126d 11 caolc 2022-09-08 16:35:46 +0800
  • 0722e991b8 第一次提交 caolc 2022-09-08 16:32:42 +0800
  • 09de0bdc61 11 caolc 2022-09-08 16:24:12 +0800
  • b08066f373 11 caolc 2022-09-08 16:16:18 +0800
  • f07a567de4 提价 caolc 2022-09-08 16:15:07 +0800
  • a31960fc1a 第一次提交 caolc 2022-09-08 16:13:28 +0800
  • 56635a948b
    Merge pull request #265 from xcchcaptain/patch-1 iczer 2021-11-23 11:11:34 +0800
  • 2d0c6c2a2b
    Merge pull request #275 from Ten-K/fix/notice iczer 2021-11-23 11:10:49 +0800
  • 5d4bd75b22
    Merge pull request #274 from ggymm/patch-1 iczer 2021-11-23 11:10:08 +0800
  • 6d43e9af42 fix(HeaderNotice.vue): change loadding to loading lrl 2021-11-13 22:08:05 +0800
  • c2d2c2c686
    修复混合导航,头部菜单没有选中状态问题 ggymm 2021-11-02 15:20:16 +0800
  • a9b3da4d19
    更新文本错误 xcchcaptain 2021-09-26 11:15:12 +0800
  • 816d19f7da 修复:带查询参数的路由导致多页签出现页面多开问题; chenghongxing 2021-05-08 20:41:57 +0800
  • ce83564335 修复:异步路由部分配置不生效问题; chenghongxing 2021-05-08 20:41:02 +0800
  • 1345a02cd0 update version chenghongxing 2021-05-06 12:19:30 +0800
  • 449fd99f9d 新增:增加列表详情页demo、动态路由菜单demo、带参路由菜单demo; chenghongxing 2021-05-06 12:11:55 +0800
  • 97a1417112 新增:路由配置增加动态路由参数支持 和 高亮菜单配置; chenghongxing 2021-05-06 11:13:35 +0800
  • ba89880736 修复:混合模式下菜单权限过滤无效问题; chenghongxing 2021-05-05 22:07:25 +0800
  • aa4e3d93d5 Merge branch 'master' of https://github.com/iczer/vue-antd-admin chenghongxing 2021-04-20 12:17:58 +0800
  • d730f6d783 修复:npm 安装 webpack-theme-color-replacer 依赖启动报错问题; chenghongxing 2021-04-20 12:11:05 +0800
  • 8127121ab6
    Add files via upload iczer 2021-04-12 15:53:30 +0800
  • d29a14936a
    Update README.md iczer 2021-04-12 15:51:56 +0800
  • 80e3ad42bc 新增:打赏二维码; chenghongxing 2021-04-12 15:39:06 +0800
  • bb7fa9abb6 修复:异步路由加载异常问题; fix: the loading exception of async routes; chenghongxing 2021-04-05 09:51:52 +0800
  • 990daf2d27 修复:页面布局面包屑重复问题; fix: the repeat problem of breadcrumbs in PageLayout.vue; chenghongxing 2021-04-05 09:50:27 +0800
  • 939f8640d3 修复:高级表格组件分页属性不支持 boolean 类型的问题; fix: the pagination props of AdvancedTable.vue does not support boolean value; chenghongxing 2021-04-05 09:46:27 +0800
  • a1ae7d1e3f Merge remote-tracking branch 'origin/master' chenghongxing 2021-03-31 11:33:42 +0800
  • 8ddc7c167c 修复:更改角色后菜单不能正确显示的问题;#179 fix: the menu does not display correctly after changing roles; chenghongxing 2021-03-12 14:45:35 +0800
  • ce536b95c2
    Update README.en-US.md iczer 2021-02-25 16:38:18 +0800
  • 4dbbb852a9
    Update README.md iczer 2021-02-25 16:37:26 +0800
  • 9ddd117d5e 修复:更改角色后菜单不能正确显示的问题;#179 fix: the menu does not display correctly after changing roles; chenghongxing 2021-01-15 09:52:20 +0800
  • 2fc5b9d594 修复:更改角色后菜单不能正确显示的问题;#179 fix: the menu does not display correctly after changing roles; chenghongxing 2021-01-12 11:49:16 +0800
  • 83c6381a4b 修复:加载异步路由不能正确提示的问题; fix: the problem that it does not prompt correctly when loading routes; chenghongxing 2021-01-12 11:47:26 +0800
  • 0c41878174 优化:切换布局时触发 resize 事件,以解决部分页面响应时布局问题; optimize: resize event is triggered when switching layout to solve the layout problem when part of the page responds; chenghongxing 2021-01-12 11:45:43 +0800
  • a5c34a8514 优化:引入 moment 组件库中文包; optimize: import chinese language for moment library; chenghongxing 2021-01-12 11:41:36 +0800
  • df076bda24 新增:request.js 增加请求配置参数; feat: add configuration parameter for request.js; chenghongxing 2021-01-12 11:40:17 +0800
  • 62b57a97cb 新增:增加 Mock 登录用户角色 test; feat: add new role for login user; chenghongxing 2021-01-12 11:38:03 +0800
  • 867377a6d2 优化:调整 copyright 间距; optimize: adjust the spacing of copyright; chenghongxing 2020-12-18 09:26:17 +0800
  • a2e5370ae8
    Merge pull request #174 from AshenOneOrz/dev-ashen iczer 2020-12-18 09:21:59 +0800
  • 39b64d0704 style(pagefooter): 修改页脚 copyright 版权外观 AshenOneOrz 2020-12-17 21:47:09 +0800
  • d2b2631fb1 refactor(querylist): 使用组件库的间隔组件包裹按钮组 AshenOneOrz 2020-12-17 21:31:43 +0800
  • 345b46bf6f chore: update configuration of environment; chenghongxing 2020-12-13 11:21:53 +0800
  • b0fc3a943e 修复:修改页签头标题不生效的bug; fix: the problem that modify page title not effective; chenghongxing 2020-12-11 16:16:07 +0800
  • 37f66c8786 update version chenghongxing 2020-12-06 16:12:10 +0800
  • 5a333faa2b 新增:增加多页签模式下配置是否缓存页面的功能; #154 feat: add the function to configure whether to cache pages in multi tab mode; chenghongxing 2020-12-06 14:49:25 +0800
  • f2d3823069 修复:当路由有查询参数时,设置页签标题不生效的问题;🐛 #166 fix: the problem that the setting of tab title is not effective when the route has query parameters; chenghongxing 2020-12-06 11:31:31 +0800
  • 33179d96b7 update docs; chenghongxing 2020-12-06 11:14:16 +0800
  • 935cd77d4f 修复:标准表格不支持嵌套属性的问题;🐛 fix: the problem that StandardTable.vue not support nested attributes; chenghongxing 2020-12-06 10:33:02 +0800
  • 010ffdaacb
    Merge pull request #155 from yexk/master iczer 2020-12-06 10:28:08 +0800
  • 5c6b2a2048
    Merge pull request #165 from lsvih/patch-1 iczer 2020-12-06 10:22:21 +0800
  • 34a76d5894 修复:更正 axios 拦截器demo; chenghongxing 2020-12-04 21:04:08 +0800
  • 0f1a845189
    Update routerUtil.js lsvih 2020-12-03 10:10:26 +0800
  • 5de611523c 修复:弹出层挂载容器问题;🐛 fix: the problem of pop up layer mount container; chenghongxing 2020-12-02 22:30:49 +0800
  • c2915c93d3 修复:高级表格部分api默认值错误问题;🐛 fix: wrong default value of some api about AdvanceTable.vue; chenghongxing 2020-11-30 11:21:49 +0800
  • e661ae0813 修复:设置页签标题不生效的bug;🐛 fix: the problem that setting tabs title not affect; chenghongxing 2020-11-29 20:09:31 +0800
  • 915c2078cb update docs chenghongxing 2020-11-29 14:45:05 +0800
  • 407c2719cb update docs chenghongxing 2020-11-29 14:31:42 +0800
  • d9b5e4b766 优化:刷新页签 api 增加路由对象参数支持; optimize: add support of route parameter for refresh page api; chenghongxing 2020-11-29 14:31:22 +0800
  • 75a510edbd update version chenghongxing 2020-11-29 12:30:00 +0800
  • 31e22aaf0e 修复:AdvanceTable 组件异步获取列配置不生效的问题;🐛 #159 #160 #161 fix: the async configuration of columns not to take effect in AdvanceTable.vue; chenghongxing 2020-11-29 11:54:48 +0800
  • 63ea2a9459 修复:Modal 组件导致的白边问题;🐛 #162 #149 fix: white edge problems caused by Modal component; chenghongxing 2020-11-28 23:07:12 +0800
  • ae2b7a86ef 新增:动态修改标题的 api; #150 feat: add api of dynamic modify tab title; chenghongxing 2020-11-28 19:47:23 +0800
  • 23b7dfe2a4 修复:混合导航模式下,菜单数据为空时导致的异常;🐛 fix: the exception caused by empty menuData in mix navigation mode; chenghongxing 2020-11-25 20:39:21 +0800
  • 10296fd022 chore: update the version of ant-design-vue from 1.6.2 to 1.7.2; #156 chenghongxing 2020-11-22 17:21:35 +0800
  • 9e7a03fcd8 修复:菜单组件 openChang 事件的 bug;🐛 #156 fix: the problem of openChange event in menu.js; chenghongxing 2020-11-22 17:17:06 +0800
  • f74d08248e 修复:切换语言时浏览器页签标题语言不改变的问题;🐛 fix: the problem that the title language of the browser tab does not change when switching languages; chenghongxing 2020-11-22 16:54:10 +0800
  • d638eaa6bf 修复:头像列表组件 tooltip 不生效的问题; 🐛 fix: tooltip function not affect of AvatarList.vue; chenghongxing 2020-11-22 16:52:24 +0800
  • 344ad1d1f6 fix: 修复needTotal求和的时候不支持多维数组以及字符串求和问题 Yexk 2020-11-13 21:48:27 +0800
  • c82103d64d [add] i18n Yexk 2020-11-13 01:06:57 +0800
  • 74c54cbf73 [add] 进阶国际化 Yexk 2020-11-13 01:05:58 +0800
  • a8dab1687a update docs chenghongxing 2020-11-09 09:45:12 +0800
  • 19ab79c88c
    Update README.md iczer 2020-11-09 09:42:13 +0800
  • 2262cb98ef
    Update README.en-US.md iczer 2020-11-09 09:41:30 +0800
  • 7cea44c216
    Update README.md iczer 2020-11-09 09:39:59 +0800
  • 6c79a54a53 update version chenghongxing 2020-11-08 16:32:11 +0800
  • 97979c5059 fix: the problem of hiding column of AdvancedTable.vue; 🐛 #139 修复:高级表格无法隐藏列的bug; chenghongxing 2020-11-08 16:18:43 +0800
  • 8130f9f250 fix: the style problem of tree checkbox when toggling theme color; 🐛 修复:切换主题色时树选择框的样式问题; chenghongxing 2020-11-08 14:35:52 +0800
  • 57dc7fe2e8 fix: the style problem of tabs head; 🐛 修复:页签头样式问题; chenghongxing 2020-11-08 14:20:23 +0800
  • e841ac77fd bug: fix the problem that page content become blank when modifying the code; 🐛 #141 修复:修改代码时页面内容变为空白的问题; chenghongxing 2020-11-08 14:09:04 +0800
  • ec2c70d181 Merge branch 'master' of https://github.com/iczer/vue-antd-admin chenghongxing 2020-11-08 12:33:57 +0800
  • 3a7c51cd8a bug: fix the problem that the error color be changed when toggle theme color; 🐛 修复:切换主题色时,错误色被改变的bug; chenghongxing 2020-11-08 12:31:09 +0800
  • a4b0785f0f bug: fix the problem that custom page title not effect; 修复:自定义页面标题不起作用的问题; chenghongxing 2020-11-08 12:20:40 +0800
  • c1e956a5a0 Merge branch 'master' of https://github.com/iczer/vue-antd-admin iczer 2020-10-30 08:54:45 +0800
  • acd66d7d6c fix: redirect problem in mix navigation mode; 🐛 修复:混合模式下重定向问题; iczer 2020-10-30 08:53:01 +0800
  • 533890a376 update docs chenghongxing 2020-10-22 11:42:27 +0800
  • 10fc9c11b8 chore: remove useless code; iczer 2020-10-18 19:32:28 +0800
  • c4e81a1a61 feat: add function of link for out website in menu; #135 新增:菜单增加外链功能; iczer 2020-10-18 19:26:07 +0800
  • b021ce4f0b Merge branch 'master' of https://github.com/iczer/vue-antd-admin iczer 2020-10-17 16:39:38 +0800
  • 59bb834da8 fix: the problem of calculating minimum height of page; 🐛 修复:页面内容最小高度计算错误问题; iczer 2020-10-17 16:39:08 +0800
  • 1a434dbd2a chore: update default html title; chenghongxing 2020-10-06 20:27:35 +0800
  • 501bd23c20 fix: the events bug of AdvanceTable.vue; 修复:AdvanceTable.vue 组件的事件问题; chenghongxing 2020-10-06 16:50:25 +0800
  • 3619242076 feat: add document for AdvanceTable.vue; 🐛 新增:给 AdvanceTable.vue 增加说明文档; chenghongxing 2020-10-05 16:48:50 +0800
  • a4281b62dc fix: scroll problem of page; 🐛 修复:页面滚动问题; iczer 2020-10-03 10:52:01 +0800
  • 6b41fa7f31 Merge remote-tracking branch 'origin/master' iczer 2020-10-03 01:30:28 +0800
  • 463fc93af9 fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛 fix:高级表格全屏模式下浮层的显示问题; chenghongxing 2020-10-03 00:20:30 +0800