chenghongxing
|
435b2ff585
|
chore: optimize the code of caching tabs;
|
5 years ago |
chenghongxing
|
bad44562e7
|
feat: add function of caching tabs in multi page mode; ⭐
新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失);
|
5 years ago |
chenghongxing
|
d14d1ee9b8
|
fix: the setting of fixed width do not effect in some page; 🐛
修复:部分页面固定宽度设置不生效的bug;
|
5 years ago |
chenghongxing
|
a19e8a226f
|
chore: optimize min height of page content;
|
5 years ago |
chenghongxing
|
80baf8d202
|
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
|
5 years ago |
chenghongxing
|
b8ccb5c6a1
|
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
|
5 years ago |
guoranred
|
e2e92e9df9
|
fix: fixed search item
|
5 years ago |
iczer
|
fb146e2a36
|
fix: the problem z level of layout and components; 🐛
修复:布局和组件的层级问题;
|
5 years ago |
iczer
|
6a3ec944c6
|
fix: the collapsed problem of drawer menu; 🐛 #114
修复:抽屉菜单折叠问题;
|
5 years ago |
chenghongxing
|
5a65032772
|
chore: optimize the code of page width style;
|
5 years ago |
iczer
|
1fb75f491d
|
feat: add function of filtering menu data through authority; ⭐
新增:增加通过权限过滤菜单数据的功能;
|
5 years ago |
iczer
|
094935b758
|
feat: add mixed navigation mode; ⭐ #102
新增:混合导航菜单模式;
|
5 years ago |
samulle
|
b2b62914ef
|
增加设置面板‘流式’、‘定宽’切换界面随之修改。
|
5 years ago |
samulle
|
2436182baf
|
增加设置面板‘流式’、‘定宽’切换界面随之修改。
|
5 years ago |
iczer
|
431c78ff26
|
fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
|
5 years ago |
chenghongxing
|
9f034092a9
|
feat: add configuration of hiding page title in PageLayout; ⭐ #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
|
5 years ago |
chenghongxing
|
de925b254e
|
fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
|
5 years ago |
chenghongxing
|
f777920f89
|
fix: style problem caused by layout;
修复:布局调整导致的样式问题;
|
5 years ago |
chenghongxing
|
8c3afcc3ab
|
fix: the position problem of pop component in fixed side mode;🐛
修复:固定侧边栏模式下弹出式组件的位置问题;
|
5 years ago |
iczer
|
e5f2eb9955
|
fix: exception in single tab mode; 🐛 #103
修复:单页签模式下的异常问问题;
|
5 years ago |
iczer
|
45d62e4860
|
chore: optimize services model;🌟
|
5 years ago |
iczer
|
d741904f50
|
fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
|
5 years ago |
iczer
|
c10ea64ba7
|
feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟
新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute);
|
5 years ago |
iczer
|
9c10453f97
|
chore: rename HeaderlAvatar.vue to HeaderAvatar.vue;
|
5 years ago |
iczer
|
f12fde6297
|
chore: fix style problem of HeaderAvatar.vue; 🐛
|
5 years ago |
iczer
|
523537953a
|
fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
|
5 years ago |
iczer
|
805cd799f8
|
fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
|
5 years ago |
iczer
|
b796a4c9e4
|
fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
|
5 years ago |
iczer
|
55358b4107
|
fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
|
5 years ago |
iczer
|
bfb0358217
|
feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
|
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
|
b78cf5c6e1
|
chore: optimize the code of system layout; 🌟
|
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
|
886a19ddfc
|
chore: add i18n support for TabsView.vue; 🌟
|
5 years ago |
chenghongxing
|
3573a51dbd
|
chore: add i18n support for TabsView.vue; 🌟
|
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
|
9d5c100960
|
feat: add the configuration of disable animation; 🌟
新增:禁用页面切换动画的功能;
|
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 |
iczer
|
1f02623837
|
chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; 🌟
|
5 years ago |
iczer
|
719dba0bd9
|
fix: problem of component style in night mode; 🐛
修复:夜晚模式下组件样式问题;
|
5 years ago |
iczer
|
4063a4f08a
|
feat: add global night mode; 🌟
新增:全局夜晚模式;
|
5 years ago |
iczer
|
14f6aebfe1
|
fix: style issues with side menu components and drawer components; 🐛
修复:侧边菜单组件和抽屉组件的样式问题;
|
5 years ago |
iczer
|
5f68e2d231
|
chore: optimize the realization of theme color 🌟
|
5 years ago |
iczer
|
112f862988
|
chore: modify the i18n implementation logic of PageLayout component 🌟
|
5 years ago |