393 Commits

Author SHA1 Message Date
iczer
ea8f19b327 chore: optimize services model;🌟 2020-08-08 21:56:20 +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
ffe5aba7d3 feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟
新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute);
2020-08-06 21:15:26 +08:00
iczer
3997f6b9e9 chore: rename HeaderlAvatar.vue to HeaderAvatar.vue; 2020-08-06 19:02:10 +08:00
iczer
0a918b19e1 chore: fix style problem of HeaderAvatar.vue; 🐛 2020-08-06 16:25:16 +08:00
iczer
fa839d8b48 fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
2020-08-06 16:21:42 +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
38363f2ec2 fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
2020-08-05 19:55:25 +08:00
iczer
4ffb233506 fix: the style problem of expand table; 🐛
修复:嵌套表格样式问题;
2020-08-05 14:53:47 +08:00
iczer
ef34bcfc8c fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
2020-08-05 13:44:50 +08:00
iczer
afe76a87ce feat: add dynamic title form HTML; 🌟
新增:增加动态 HTML 标题;
2020-08-05 11:51:49 +08:00
iczer
312fe40897 Merge pull request #96 from iczer/dependabot/npm_and_yarn/elliptic-6.5.3 2020-08-05 08:53:24 +08:00
iczer
3e665bb7a9 fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
2020-08-04 19:45:10 +08:00
iczer
c05efdee7a fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:32:45 +08:00
iczer
fcbd892e5c update README.md 2020-08-03 21:38:46 +08:00
iczer
2a038ac8ec feat: add authorize directive; 🌟
新增:权限验证指令;
2020-08-02 18:55:37 +08:00
iczer
4273ef8671 fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
2020-07-31 22:24:18 +08:00
iczer
1db4c1fafc fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
2020-07-31 17:47:22 +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
chenghongxing
17e7df6860 chore: add boolean type support for props pagination of StandardTable.vue ; 🌟 2020-07-29 09:09:43 +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
bceb33996b chore:replace pouchdb with localStorage; 🌟 2020-07-28 21:33:40 +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
657c061b89 chore: optimize the code of page 404; 🌟 2020-07-25 13:35:33 +08:00
chenghongxing
a3bca2756e Merge remote-tracking branch 'origin/basic' into basic 2020-07-25 13:12:15 +08:00
chenghongxing
f59f613f91 feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state
2020-07-25 13:11:39 +08:00
chenghongxing
ccba1485b1 chore: optimize the code of StandardTable.vue; 🌟 2020-07-25 13:08:48 +08:00
iczer
6ef62b352c fix: problem of props rowKey in StandardTable.vue; 🐛
修复:StandardTable.vue props 属性 rowKey 的bug;
2020-07-24 17:38:37 +08:00
iczer
1091c60fe6 chore: add document link for header; 🌟 2020-07-23 15:32:01 +08:00
chenghongxing
7f5edfa388 chore: optimize the code of router's i18n; 🌟 2020-07-23 13:02:37 +08:00
chenghongxing
de9af0c238 feat: add slots support for StandardTable.vue; 🌟 2020-07-23 12:52:20 +08:00
chenghongxing
d279d2f976 init: init for basic version 2020-07-23 10:39:01 +08:00
iczer
272f740597 chore: optimize the efficiency of theme switching; 🌟 2020-07-22 20:50:46 +08:00
chenghongxing
a62c293e42 chore: optimize the code of theme color; 🌟 2020-07-22 19:47:16 +08:00
chenghongxing
ad0b2bda34 chore: update document for develop/theme; 🌟 2020-07-22 19:06:00 +08:00
chenghongxing
107d64fb06 chore: add alert plugin for docs; 🌟 2020-07-22 15:59:45 +08:00
chenghongxing
ad5727eaf5 chore: update document for Page; 🌟 2020-07-21 17:37:31 +08:00
chenghongxing
d7fc23d78e chore: optimize the code of workplace; 🌟 2020-07-21 12:40:46 +08:00
chenghongxing
21cfb454d7 chore: optimize the code; 🌟 0.3.1 2020-07-21 09:40:10 +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
d91f3a8661 chore: optimize the code of workplace; 🌟 2020-07-20 18:11:13 +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