iczer
|
e09a3d38f8
|
fix: redirect problem in mix navigation mode; 🐛
修复:混合模式下重定向问题;
|
2020-10-30 08:53:57 +08:00 |
|
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 |
|
iczer
|
5dab682e05
|
fix: the problem of calculating minimum height of page; 🐛
修复:页面内容最小高度计算错误问题;
|
2020-10-17 16:41:31 +08:00 |
|
chenghongxing
|
3696260ff3
|
chore: update default html title;
|
2020-10-06 20:28:13 +08:00 |
|
chenghongxing
|
8f480a84e8
|
fix: the events bug of AdvanceTable.vue;
修复:AdvanceTable.vue 组件的事件问题;
|
2020-10-06 16:51:35 +08:00 |
|
chenghongxing
|
2c9b86e0e5
|
Merge remote-tracking branch 'origin/basic' into basic
# Conflicts:
# src/components/table/advance/SearchArea.vue
|
2020-10-05 17:12:26 +08:00 |
|
chenghongxing
|
8c46e74640
|
chore: optimize code of AdvanceTable.vue;
|
2020-10-05 17:11:33 +08:00 |
|
iczer
|
9dcb132acd
|
fix: scroll problem of page; 🐛
修复:页面滚动问题;
|
2020-10-03 10:52:39 +08:00 |
|
iczer
|
6bc94d030f
|
Merge remote-tracking branch 'origin/basic' into basic
# Conflicts:
# src/components/table/advance/SearchArea.vue
|
2020-10-03 01:28:59 +08:00 |
|
chenghongxing
|
904649c7c8
|
fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛
fix:高级表格全屏模式下浮层的显示问题;
|
2020-10-03 01:27:30 +08:00 |
|
chenghongxing
|
5297aec510
|
fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛
新增:高级表格全屏模式下浮层的显示问题;
|
2020-10-03 00:22:27 +08:00 |
|
chenghongxing
|
0f95beb77d
|
feat: add AdvanceTable.vue component; ⭐
新增:高级表格;
|
2020-10-02 23:28:13 +08:00 |
|
chenghongxing
|
285a4b798b
|
feat: add function of disable closing page; ⭐
新增:禁用关闭页面功能;
|
2020-10-02 23:26:40 +08:00 |
|
chenghongxing
|
8ed600d4d2
|
feat: add function of refreshing page; ⭐ #132
新增:刷新页面的功能;
|
2020-09-30 19:42:18 +08:00 |
|
chenghongxing
|
4c25980b97
|
feat: add function of fixing the head of tabs; ⭐
新增:固定页签头功能。
|
2020-09-30 16:53:20 +08:00 |
|
chenghongxing
|
23fa5d8099
|
fix: problem that old routes configuration not clearing when merging async routes; 🐛
修复:合并异步路由时,旧的路由配置未及时清除的问题。
|
2020-09-28 21:13:39 +08:00 |
|
chenghongxing
|
010f1ddc32
|
chore: optimize the code of caching tabs;
|
2020-09-26 23:21:00 +08:00 |
|
chenghongxing
|
69c41ac2c3
|
feat: add function of caching tabs in multi page mode; ⭐
新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失);
|
2020-09-26 23:11:46 +08:00 |
|
chenghongxing
|
ed8d02aeaa
|
chore: update yarn.lock and guards.js; 🐛
|
2020-09-26 17:50:24 +08:00 |
|
chenghongxing
|
684533cee9
|
Merge pull request #123 from guoranred/master;
|
2020-09-26 17:48:56 +08:00 |
|
chenghongxing
|
5cb6e783fa
|
fix: the setting of fixed width do not effect in some page; 🐛
修复:部分页面固定宽度设置不生效的bug;
|
2020-09-26 15:43:37 +08:00 |
|
chenghongxing
|
c239c01749
|
chore: optimize min height of page content;
|
2020-09-26 15:17:44 +08:00 |
|
chenghongxing
|
3a69ec0ac8
|
fix: problem of tooltip color in collapsed menu; 🐛
修复:折叠菜单下的气泡提示窗文字颜色问题;
|
2020-09-26 15:17:27 +08:00 |
|
chenghongxing
|
542dbe6389
|
fix: setting of local saving do not work in some case; 🐛
修复:有些情况下本地保存配置不生效的问题;
|
2020-09-26 11:06:53 +08:00 |
|
chenghongxing
|
f6b7363160
|
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
|
2020-09-25 22:10:44 +08:00 |
|
chenghongxing
|
c10ee34eaf
|
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
|
2020-09-17 13:27:36 +08:00 |
|
chenghongxing
|
51b280429b
|
fix: display problem of menu item's title in collapsed state; 🐛
修复:折叠状态下菜单项标题的显示问题;
|
2020-09-17 13:27:20 +08:00 |
|
chenghongxing
|
b8a9b57818
|
fix: problem that it's not effective of authority in button; ⭐
修复:按钮中的权限不起作用的问题;
|
2020-09-16 23:05:22 +08:00 |
|
iczer
|
34e20a2110
|
fix: exception of saving local setting;
修复:保存配置到本地导致的异常;
|
2020-09-14 11:30:26 +08:00 |
|
iczer
|
b35cd4d8c5
|
chore: update version of project;
|
2020-09-13 17:42:01 +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
|
f17f8c64a1
|
fix: the problem z level of layout and components; 🐛
修复:布局和组件的层级问题;
|
2020-09-13 11:00:46 +08:00 |
|
iczer
|
2848d13f0d
|
fix: the style problem of danger button when switching theme mode; 🐛
修复:切换主题模式时危险按钮的样式问题;
|
2020-09-12 23:42:17 +08:00 |
|
iczer
|
e7dd4a13d2
|
fix: table header style problem in night mode; 🐛
修复:表头黑夜模式下的样式问题;
|
2020-09-12 21:19:27 +08:00 |
|
iczer
|
48376325da
|
fix: the shake problem of head menu when mouse hover; 🐛 #115
修复:鼠标移入时顶部菜单抖动问题;
|
2020-09-12 18:36:48 +08:00 |
|
iczer
|
e0d4bf9117
|
fix: the collapsed problem of drawer menu; 🐛 #114
修复:抽屉菜单折叠问题;
|
2020-09-12 17:30:15 +08:00 |
|
chenghongxing
|
4a7bee7506
|
feat: add configuration for width of page content; ⭐
新增:增加页面内容宽度配置;
|
2020-09-06 12:16:51 +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
|
6da3e78157
|
fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
|
2020-08-31 12:39:51 +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
|
75f53df1e4
|
fix: style problem of message component; 🐛
修复:message 组件样式问题;
|
2020-08-27 22:37:02 +08:00 |
|