iczer
|
772fe6247e
|
chore: remove useless code;
|
2020-10-18 19:33:11 +08:00 |
|
iczer
|
e2660fdb13
|
feat: add function of link for out website in menu; ⭐ #135
新增:菜单增加外链功能;
|
2020-10-18 19:27:38 +08:00 |
|
chenghongxing
|
8c46e74640
|
chore: optimize code of AdvanceTable.vue;
|
2020-10-05 17:11:33 +08:00 |
|
chenghongxing
|
23fa5d8099
|
fix: problem that old routes configuration not clearing when merging async routes; 🐛
修复:合并异步路由时,旧的路由配置未及时清除的问题。
|
2020-09-28 21:13:39 +08:00 |
|
iczer
|
34e20a2110
|
fix: exception of saving local setting;
修复:保存配置到本地导致的异常;
|
2020-09-14 11:30:26 +08:00 |
|
iczer
|
e3bf585ff8
|
fix: exception caused by mix layout mode; ⭐
修复:混合布局模式下导致的异常;
|
2020-09-13 17:33:57 +08:00 |
|
iczer
|
ae643e4dd9
|
feat: add function of saving personal setting to local; ⭐
新增:增加保存个人主题配置到本地的功能;
|
2020-09-13 17:17:21 +08:00 |
|
iczer
|
2848d13f0d
|
fix: the style problem of danger button when switching theme mode; 🐛
修复:切换主题模式时危险按钮的样式问题;
|
2020-09-12 23:42:17 +08:00 |
|
chenghongxing
|
09aae4d921
|
chore: optimize the code of routerUtil.js
|
2020-09-03 19:05:18 +08:00 |
|
chenghongxing
|
39ba4225b2
|
fix: configuration problem of first route's path; 🐛
修复:一级路由 path 配置问题;
|
2020-09-03 19:04:30 +08:00 |
|
chenghongxing
|
0b451d98b3
|
feat: add deep merge routes function for routerUtil.js; ⭐
新增:routerUtil.js 工具新增深度合并路由方法;
|
2020-09-03 19:03:39 +08:00 |
|
iczer
|
99efa5213c
|
fix: problem that child route can't inherit authority configuration of it's parent; 🐛
修复:子路由无法继承其父路由的权限配置的问题;
|
2020-09-02 19:06:37 +08:00 |
|
iczer
|
f805171cec
|
fix: problem tha the authority config of route be overwritten; 🐛
修复:路由权限配置被覆盖的问题;
|
2020-09-01 20:01:18 +08:00 |
|
iczer
|
096f75ab7b
|
feat: add function of filtering menu data through authority; ⭐
修复:增加通过权限过滤菜单数据的功能;
|
2020-08-31 20:49:43 +08:00 |
|
iczer
|
e5d56675b8
|
feat: add mixed navigation mode; ⭐
新增:混合导航模式;
|
2020-08-31 12:12:32 +08:00 |
|
iczer
|
685f5f5c4e
|
refactor: remove enquireScreen function from device.js to util.js; 🌟
重构:把 enquireScreen 功能从 device.js 迁移至 util.js;
|
2020-08-28 12:25:49 +08:00 |
|
iczer
|
192d4f243d
|
refactor: config of async router and guards of router; 🌟
重构:异步路由配置和路由守卫配置;
|
2020-08-28 12:25:28 +08:00 |
|
iczer
|
7df77ea10d
|
fix: problem that can't receive rejected message caused by interceptors; 🐛
修复:无法接受响应失败的消息;
|
2020-08-27 15:38:23 +08:00 |
|
chenghongxing
|
0638bbd85c
|
fix: problem that can't set roles array for route's authority; 🐛
修复:路由权限认证无法设置角色数组的问题;
|
2020-08-26 21:56:19 +08:00 |
|
iczer
|
04955fee47
|
feat: add interceptors for axios; 🐛
新增:axios 添加拦截器配置;
|
2020-08-26 13:20:45 +08:00 |
|
iczer
|
75e2370f1b
|
fix: the i18n problem of router; 🐛
修复:路由的国际化问题;
|
2020-08-21 16:05:03 +08:00 |
|
iczer
|
9a21fe3b09
|
fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
|
2020-08-07 22:18:02 +08:00 |
|
iczer
|
e62d5c4561
|
fix: the exception when async route is not registered;🌟
修复:异步路由组件未注册时导致的异常;
|
2020-08-07 09:47:11 +08:00 |
|
iczer
|
4241156903
|
fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
|
2020-08-06 16:18:54 +08:00 |
|
iczer
|
afe76a87ce
|
feat: add dynamic title form HTML; 🌟
新增:增加动态 HTML 标题;
|
2020-08-05 11:51:49 +08:00 |
|
iczer
|
c05efdee7a
|
fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
|
2020-08-04 11:32:45 +08:00 |
|
iczer
|
2a038ac8ec
|
feat: add authorize directive; 🌟
新增:权限验证指令;
|
2020-08-02 18:55:37 +08:00 |
|
iczer
|
c27e97beff
|
feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
|
2020-07-31 16:43:10 +08:00 |
|
iczer
|
703125542f
|
Merge branch 'basic-async-router' into basic
|
2020-07-29 12:08:09 +08:00 |
|
iczer
|
07ba9a11cf
|
Merge branch 'basic' of https://github.com/iczer/vue-antd-admin into basic
|
2020-07-29 09:38:47 +08:00 |
|
chenghongxing
|
b468b9d87b
|
fix: solve the problem of @ant-design/colors dependency when using npm or cnpm; 🐛 #93
|
2020-07-29 09:21:31 +08:00 |
|
iczer
|
440f9bf577
|
chore: add configuration for async router; 🌟
|
2020-07-28 23:17:00 +08:00 |
|
iczer
|
c19e3d5a1e
|
chore: resolve warning of duplicate name in async router; 🌟
|
2020-07-28 22:21:17 +08:00 |
|
iczer
|
c9e4451974
|
chore: optimize the code of async router; 🌟
|
2020-07-28 20:48:02 +08:00 |
|
iczer
|
f5b452f82b
|
feat: add support for async router; 🌟
新增:添加异步路由支持;
|
2020-07-26 22:08:31 +08:00 |
|
chenghongxing
|
a62c293e42
|
chore: optimize the code of theme color; 🌟
|
2020-07-22 19:47:16 +08:00 |
|
chenghongxing
|
4e6a060dfe
|
feat: add login blocking; 🌟
新增:登录拦截功能;
|
2020-07-20 22:39:46 +08:00 |
|
chenghongxing
|
d21a2ab062
|
chore: optimize the i18n code of router; 🌟
|
2020-07-20 21:39:00 +08:00 |
|
chenghongxing
|
82e5955c3b
|
feat: add auth support for axios request; 🌟
新增:axios 请求添加 auth 认证支持;
|
2020-07-20 13:10:03 +08:00 |
|
chenghongxing
|
886a19ddfc
|
chore: add i18n support for TabsView.vue; 🌟
|
2020-07-20 08:49:20 +08:00 |
|
iczer
|
b2e0accd97
|
feat: add cookie support for aixos; 🌟
新增:aixos 请求增加 cookie;
|
2020-07-18 14:39:52 +08:00 |
|
iczer
|
687a3adc37
|
chore: optimize the code; 🌟
|
2020-07-15 19:32:43 +08:00 |
|
iczer
|
3ff12474cd
|
feat: add service module; 🌟
新增: 数据服务模块;
|
2020-07-15 19:15:23 +08:00 |
|
iczer
|
d78f6d61d7
|
chore: optimize the function of copy configuration code ; 🌟
|
2020-07-10 11:12:13 +08:00 |
|
iczer
|
e619e44d4f
|
feat: add functional colors to the theme configuration; 🌟
新增:主题配置增加功能性颜色;
|
2020-07-09 22:42:07 +08:00 |
|
iczer
|
40472b21dd
|
feat: add the function of copying configuration code; 🌟
新增:复制配置项代码的功能;
|
2020-07-09 21:24:55 +08:00 |
|
iczer
|
b5d17cd63b
|
chore: refactor the code of configuration; 🌟
|
2020-07-09 17:42:59 +08:00 |
|
iczer
|
0e21e005cb
|
fix: hover color problem in night mode; 🐛
修复:夜晚模式下 hover 颜色问题;
|
2020-07-08 23:35:58 +08:00 |
|
iczer
|
cfd334a4b4
|
fix: style problem of checkbox component when switching themes; 🐛
修复:切换主题时 checkbox 的样式问题;
|
2020-07-08 23:00:54 +08:00 |
|
iczer
|
6e5592fff7
|
chore: Optimize the code of the theme switching function; 🌟
|
2020-07-08 20:51:06 +08:00 |
|