42 Commits

Author SHA1 Message Date
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
iczer
4063a4f08a feat: add global night mode; 🌟
新增:全局夜晚模式;
2020-07-06 21:52:36 +08:00
iczer
14f6aebfe1 fix: style issues with side menu components and drawer components; 🐛
修复:侧边菜单组件和抽屉组件的样式问题;
2020-07-02 11:21:51 +08:00
iczer
5f68e2d231 chore: optimize the realization of theme color 🌟 2020-07-01 17:23:39 +08:00
iczer
42a34f7a16 fix: the problem that changing the theme color does not work because of cache reasons 🌟
修复: 缓存原因导致主题色更换不生效的问题;
2020-06-30 21:21:42 +08:00
iczer
8034f474d6 fix: the problem that changing the theme color does not work because of cache reasons 🌟
修复: 缓存原因导致主题色更换不生效的问题;
2020-06-30 21:04:37 +08:00
iczer
f348ddfe5e feat: custom theme colors support for dark mode; 🌟
新增:自定义主题色对暗黑模式的支持;
2020-06-30 20:49:47 +08:00
iczer
2382dd8abc fix: components's style overlay problem when toggle theme color. (切换主题色时组件样式覆盖问题。)
fixes #78
2020-06-23 18:57:00 +08:00
iczer
b16b5893c8 新增:菜单组件增加国际化语言支持; 2020-06-23 14:22:11 +08:00
iczer
6530ce5a35 修复: 解决 webpack-theme-color-replacer 导致的IE 兼容性问题; 2020-06-18 19:28:27 +08:00
iczer
ce3ee754f5 新增: 全局动画切换功能; 2020-06-18 15:01:39 +08:00
iczer
25e1c0f808 修复: 更换主题色时 box-shadow 颜色无法更换的bug; 2020-06-16 20:38:44 +08:00
iczer
066ab7ec22 新增: 增加动态修改主题色功能; 2020-06-16 18:41:07 +08:00
chenghx
c4eaac050c feat: add device recognition 2018-08-13 17:54:21 +08:00