Commit Graph

531 Commits

Author SHA1 Message Date
iczer 64589950e5 fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
2020-08-04 19:43:48 +08:00
iczer f32fa56ba7 update docs of authority; 2020-08-04 19:38:53 +08:00
iczer 4a8b985b99 update docs of authority; 2020-08-04 19:23:16 +08:00
iczer b796a4c9e4 fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:30:44 +08:00
iczer d7eba7e2b3 update README.md 2020-08-03 21:37:11 +08:00
iczer f82c33b0d3 update configuration for docs deploy 2020-08-03 21:35:50 +08:00
iczer a4f230ff6d update docs 2020-08-03 21:20:28 +08:00
iczer 9b96868586 feat: add authorize directive; 🌟
新增:权限验证指令;
2020-08-02 18:50:23 +08:00
iczer 55358b4107 fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
2020-07-31 22:22:10 +08:00
iczer 182ea21a29 fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
2020-07-31 17:45:47 +08:00
iczer 08e40f1a31 feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
2020-07-31 16:39:30 +08:00
dependabot[bot] 285233e201
chore(deps): bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 01:32:49 +00:00
iczer bfb0358217 feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
2020-07-29 11:15:31 +08:00
chenghongxing a4764d880d fix: solve the problem of @ant-design/colors dependency when using npm or cnpm; 🐛 #93 2020-07-29 09:19:42 +08:00
chenghongxing a5b571d2a0 chore: add boolean type support for props pagination of StandardTable.vue ; 🌟 2020-07-29 09:13:34 +08:00
chenghongxing 58c62442c3 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/pages/exception/404.vue
2020-07-25 13:28:55 +08:00
chenghongxing 768dacdef7 feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
2020-07-25 13:26:48 +08:00
chenghongxing 7e82c948da feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
2020-07-25 13:20:25 +08:00
chenghongxing 58e81ffad0 chore: optimize the code of StandardTable.vue; 🌟 2020-07-25 13:19:12 +08:00
iczer 680300e4e6 fix: problem of props rowKey in StandardTable.vue; 🐛
修复:StandardTable.vue props 属性 rowKey 的bug;
2020-07-24 17:34:15 +08:00
iczer ebb9d19ccd chore: update document; 🌟 2020-07-23 14:42:10 +08:00
chenghongxing b78cf5c6e1 chore: optimize the code of system layout; 🌟 2020-07-23 12:40:36 +08:00
chenghongxing fd3c79493f Merge remote-tracking branch 'origin/master' 2020-07-23 11:35:18 +08:00
chenghongxing 6c33fb0072 feat: add slots support for StandardTable.vue; 🌟
新增:StandardTable.vue 组件增加 slots 支持;
2020-07-23 11:22:26 +08:00
iczer db878d5eac Update issue templates 2020-07-22 23:17:26 +08:00
iczer 23eb948aa6 Update issue templates 2020-07-22 23:15:05 +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; 🌟 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
chenghongxing 3573a51dbd chore: add i18n support for TabsView.vue; 🌟 2020-07-19 18:40:27 +08:00
iczer b2e0accd97 feat: add cookie support for aixos; 🌟
新增:aixos 请求增加 cookie;
2020-07-18 14:39:52 +08:00
iczer 8688661c8c chore: optimize the code of StandardTable.vue; 🌟 2020-07-17 13:24:26 +08:00
iczer a964274d63
Merge pull request #91 from iczer/dependabot/npm_and_yarn/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19
2020-07-17 08:46:30 +08:00
dependabot[bot] b05b8f6bc3
chore(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 13:48:04 +00:00
chenghongxing 8e72934d38 chore: add i18n support for StepForm.vue; 🌟 2020-07-16 21:47:04 +08:00
chenghongxing e6fb49260d feat: add support for scopedSlots in StandardTable.vue; 🌟
新增:StandardTable.vue 组件增加 scopedSlots 的支持;
2020-07-16 19:46:27 +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 3f742a4dc1 chore: remove the deprecated API of Ant Design Vue; 🌟
移除 Ant Design Vue 废弃的 API;
2020-07-15 12:38:22 +08:00
iczer 75f2a1be83 chore: update docs; 🌟 2020-07-14 09:23:20 +08:00
iczer 1e37ca0c1e chore: update README; 🌟 2020-07-14 09:18:37 +08:00