iczer
|
f12fde6297
|
chore: fix style problem of HeaderAvatar.vue; 🐛
|
5 years ago |
iczer
|
a55210f9a6
|
chore: add menu invisible configuration for async router; 🌟
|
5 years ago |
iczer
|
523537953a
|
fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
|
5 years ago |
iczer
|
1d85bd7a70
|
fix: the style problem of expand table; 🐛
修复:嵌套表格样式问题;
|
5 years ago |
iczer
|
805cd799f8
|
fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
|
5 years ago |
iczer
|
48bb1c4bb1
|
feat: add dynamic title form HTML; 🌟 #97
新增:增加动态 HTML 标题;
|
5 years ago |
iczer
|
25a1a2582a
|
fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
|
5 years ago |
iczer
|
64589950e5
|
fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
|
5 years ago |
iczer
|
b796a4c9e4
|
fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
|
5 years ago |
iczer
|
9b96868586
|
feat: add authorize directive; 🌟
新增:权限验证指令;
|
5 years ago |
iczer
|
55358b4107
|
fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
|
5 years ago |
iczer
|
182ea21a29
|
fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
|
5 years ago |
iczer
|
08e40f1a31
|
feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
|
5 years ago |
iczer
|
bfb0358217
|
feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
|
5 years ago |
chenghongxing
|
a4764d880d
|
fix: solve the problem of @ant-design/colors dependency when using npm or cnpm; 🐛 #93
|
5 years ago |
chenghongxing
|
a5b571d2a0
|
chore: add boolean type support for props pagination of StandardTable.vue ; 🌟
|
5 years ago |
chenghongxing
|
768dacdef7
|
feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
|
5 years ago |
chenghongxing
|
7e82c948da
|
feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
|
5 years ago |
chenghongxing
|
58e81ffad0
|
chore: optimize the code of StandardTable.vue; 🌟
|
5 years ago |
iczer
|
680300e4e6
|
fix: problem of props rowKey in StandardTable.vue; 🐛
修复:StandardTable.vue props 属性 rowKey 的bug;
|
5 years ago |
chenghongxing
|
b78cf5c6e1
|
chore: optimize the code of system layout; 🌟
|
5 years ago |
chenghongxing
|
6c33fb0072
|
feat: add slots support for StandardTable.vue; 🌟
新增:StandardTable.vue 组件增加 slots 支持;
|
5 years ago |
chenghongxing
|
a62c293e42
|
chore: optimize the code of theme color; 🌟
|
5 years ago |
chenghongxing
|
d7fc23d78e
|
chore: optimize the code of workplace; 🌟
|
5 years ago |
chenghongxing
|
21cfb454d7
|
chore: optimize the code; 🌟
|
5 years ago |
chenghongxing
|
4e6a060dfe
|
feat: add login blocking; 🌟
新增:登录拦截功能;
|
5 years ago |
chenghongxing
|
d21a2ab062
|
chore: optimize the i18n code of router; 🌟
|
5 years ago |
chenghongxing
|
d91f3a8661
|
chore: optimize the code of workplace; 🌟
|
5 years ago |
chenghongxing
|
82e5955c3b
|
feat: add auth support for axios request; 🌟
新增:axios 请求添加 auth 认证支持;
|
5 years ago |
chenghongxing
|
886a19ddfc
|
chore: add i18n support for TabsView.vue; 🌟
|
5 years ago |
chenghongxing
|
3573a51dbd
|
chore: add i18n support for TabsView.vue; 🌟
|
5 years ago |
iczer
|
b2e0accd97
|
feat: add cookie support for aixos; 🌟
新增:aixos 请求增加 cookie;
|
5 years ago |
iczer
|
8688661c8c
|
chore: optimize the code of StandardTable.vue; 🌟
|
5 years ago |
chenghongxing
|
8e72934d38
|
chore: add i18n support for StepForm.vue; 🌟
|
5 years ago |
chenghongxing
|
e6fb49260d
|
feat: add support for scopedSlots in StandardTable.vue; 🌟
新增:StandardTable.vue 组件增加 scopedSlots 的支持;
|
5 years ago |
iczer
|
687a3adc37
|
chore: optimize the code; 🌟
|
5 years ago |
iczer
|
3ff12474cd
|
feat: add service module; 🌟
新增: 数据服务模块;
|
5 years ago |
iczer
|
3f742a4dc1
|
chore: remove the deprecated API of Ant Design Vue; 🌟
移除 Ant Design Vue 废弃的 API;
|
5 years ago |
秦旭洋
|
0f7f73fd1a
|
refactor: 重构TabView和ContextMenu的部分逻辑
1. 提取并修改getPageKey函数,表意更明确
2. 修复ContextMenu点击失败的bug(菜单项之间有margin缝隙)
3. 其他个别代码格式(基于eslint)调整
|
5 years ago |
iczer
|
255f68709e
|
fix: solve the cache problem in multi tabs mode; 🐛
修复: 解决多页签模式下的内存泄露问题;
|
5 years ago |
iczer
|
107e08c08e
|
fix: issue of contextmenu in TabsView component; 🐛
修复:TabsView 组件右键菜单的bug;
|
5 years ago |
iczer
|
1f26734a13
|
chore: optimize exception page; 🌟
|
5 years ago |
iczer
|
58caeee45c
|
bug: fix problem that page jitter when animation disabled; 🌟
修复:禁用动画时页面抖动的问题;
|
5 years ago |
iczer
|
9d5c100960
|
feat: add the configuration of disable animation; 🌟
新增:禁用页面切换动画的功能;
|
5 years ago |
iczer
|
d78f6d61d7
|
chore: optimize the function of copy configuration code ; 🌟
|
5 years ago |
iczer
|
e619e44d4f
|
feat: add functional colors to the theme configuration; 🌟
新增:主题配置增加功能性颜色;
|
5 years ago |
iczer
|
40472b21dd
|
feat: add the function of copying configuration code; 🌟
新增:复制配置项代码的功能;
|
5 years ago |
iczer
|
b5d17cd63b
|
chore: refactor the code of configuration; 🌟
|
5 years ago |
iczer
|
44a99a2987
|
chore: optimize the api of drawer components; 🌟
|
5 years ago |
iczer
|
195624a0a1
|
feat: add configuration of hidden settings drawer; 🌟
新增:隐藏设置抽屉的配置;
|
5 years ago |