Commit Graph

  • 4d69602595 fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛 新增:高级表格全屏模式下浮层的显示问题; chenghongxing 2020-10-03 00:20:30 +0800
  • 517c1959d8 feat: add AdvanceTable.vue component; 新增:高级表格; chenghongxing 2020-10-02 23:24:26 +0800
  • 3d3e56de12 feat: add function of disable closing page; 新增:禁用关闭页面功能; chenghongxing 2020-09-30 21:50:20 +0800
  • 313af63f33 feat: add function of refreshing page; #132 新增:刷新页面的功能; chenghongxing 2020-09-30 19:39:26 +0800
  • 83576d88d7 feat: add function of fixing the head of tabs; 新增:固定页签头功能。 chenghongxing 2020-09-30 16:38:37 +0800
  • 9df2666304 fix: problem that old routes configuration not clearing when merging async routes; 🐛 修复:合并异步路由时,旧的路由配置未及时清除的问题。 chenghongxing 2020-09-28 21:11:47 +0800
  • a03b37ff30 chore: update version; chenghongxing 2020-09-28 20:19:46 +0800
  • 435b2ff585 chore: optimize the code of caching tabs; chenghongxing 2020-09-26 23:20:28 +0800
  • bad44562e7 feat: add function of caching tabs in multi page mode; 新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失); chenghongxing 2020-09-26 23:10:08 +0800
  • 1738f601a3 chore: update yarn.lock and guards.js; 🐛 chenghongxing 2020-09-26 17:41:48 +0800
  • 7b23be808f
    Merge pull request #123 from guoranred/master iczer 2020-09-26 17:35:32 +0800
  • d14d1ee9b8 fix: the setting of fixed width do not effect in some page; 🐛 修复:部分页面固定宽度设置不生效的bug; chenghongxing 2020-09-26 15:40:49 +0800
  • a19e8a226f chore: optimize min height of page content; chenghongxing 2020-09-26 15:15:40 +0800
  • 7bfb900e59 fix: problem of tooltip color in collapsed menu; 🐛 修复:折叠菜单下的气泡提示窗文字颜色问题; chenghongxing 2020-09-26 15:13:38 +0800
  • d593670835 fix: setting of local saving do not work in some case; 🐛 修复:有些情况下本地保存配置不生效的问题; chenghongxing 2020-09-26 11:05:52 +0800
  • 80baf8d202 fix: layout problem of head navigation in narrow screen; 🐛 修复:窄屏下顶部导航布局问题; chenghongxing 2020-09-25 22:09:55 +0800
  • dcf65935e1 optimize production environment packaging guoranred 2020-09-22 22:49:24 +0800
  • b8ccb5c6a1 fix: layout problem of head navigation in narrow screen; 🐛 修复:窄屏下顶部导航布局问题; chenghongxing 2020-09-17 13:25:27 +0800
  • 556b5bf6fc fix: display problem of menu item's title in collapsed state; 🐛 修复:折叠状态下菜单项标题的显示问题; chenghongxing 2020-09-17 13:22:59 +0800
  • f0e9a50919 fix: problem that it's not effective of authority in button; 修复:按钮中的权限不起作用的问题; chenghongxing 2020-09-16 23:04:27 +0800
  • d23cfef147 Merge branch 'master' of https://github.com/guoranred/vue-antd-admin guoranred 2020-09-15 21:35:17 +0800
  • bdde606ee5 rename progress guard guoranred 2020-09-15 21:32:08 +0800
  • e2e92e9df9 fix: fixed search item guoranred 2020-09-15 09:07:59 +0800
  • 4c7c5c1da1 add cdn assets guoranred 2020-09-15 00:02:53 +0800
  • e414f89e27 add nprogress guoranred 2020-09-14 23:47:20 +0800
  • aa25af0252 fix: exception of saving local setting; 修复:保存配置到本地导致的异常; iczer 2020-09-14 11:29:54 +0800
  • 6a0ef90d5c chore: update version of project; iczer 2020-09-13 17:41:39 +0800
  • 15d18db7e0 fix: exception caused by mix layout mode; 🐛 #121 修复:混合布局模式下导致的异常; iczer 2020-09-13 17:37:06 +0800
  • c61570d2ff feat: add function of saving personal setting to local; 新增:增加保存个人主题配置到本地的功能; iczer 2020-09-13 17:14:28 +0800
  • fb146e2a36 fix: the problem z level of layout and components; 🐛 修复:布局和组件的层级问题; iczer 2020-09-13 10:58:53 +0800
  • 1ebed9eaec fix: the style problem of danger button when switching theme mode; 🐛 修复:切换主题模式时危险按钮的样式问题; iczer 2020-09-12 23:37:08 +0800
  • f9aa9e2c53 fix: table header style problem in night mode; 🐛 修复:表头黑夜模式下的样式问题; iczer 2020-09-12 21:18:07 +0800
  • 4877f13239 fix: style problem of SearchLayout.vue in head navigation mode; 🐛 #116 修复:搜索表单页顶部导航模式下的样式问题; iczer 2020-09-12 19:54:09 +0800
  • 75c165c83f fix: the shake problem of head menu when mouse hover; 🐛 #115 修复:鼠标移入时顶部菜单抖动问题; iczer 2020-09-12 18:35:27 +0800
  • 6a3ec944c6 fix: the collapsed problem of drawer menu; 🐛 #114 修复:抽屉菜单折叠问题; iczer 2020-09-12 17:26:10 +0800
  • 5a65032772 chore: optimize the code of page width style; chenghongxing 2020-09-06 12:06:20 +0800
  • 346c1b8a87
    Merge pull request #112 from samulle/master iczer 2020-09-06 11:09:13 +0800
  • a84952577f
    Merge branch 'master' into master iczer 2020-09-06 11:06:58 +0800
  • fd13c7d042 update docs chenghongxing 2020-09-05 21:56:17 +0800
  • 8b38e77922 update docs chenghongxing 2020-09-05 21:07:00 +0800
  • 8a7b82ac50 update docs chenghongxing 2020-09-05 12:36:37 +0800
  • 69b514ee10 chore: optimize the code of routerUtil.js chenghongxing 2020-09-03 19:01:16 +0800
  • 4856f06f41 fix: configuration problem of first route's path; 🐛 修复:一级路由 path 配置问题; chenghongxing 2020-09-03 18:47:03 +0800
  • 8102c8a924 feat: add deep merge routes function for routerUtil.js; 新增:routerUtil.js 工具新增深度合并路由方法; chenghongxing 2020-09-03 18:24:28 +0800
  • 4db7c2deff fix: problem that child route can't inherit authority configuration of it's parent; 🐛 修复:子路由无法继承其父路由的权限配置的问题; iczer 2020-09-02 18:55:28 +0800
  • 5ec6f73d6f fix: problem tha the authority config of route be overwritten; 🐛 修复:路由权限配置被覆盖的问题; iczer 2020-09-01 19:59:50 +0800
  • 1fb75f491d feat: add function of filtering menu data through authority; 新增:增加通过权限过滤菜单数据的功能; iczer 2020-08-31 20:51:58 +0800
  • cbda23e3db fix: style problem of tooltip in setting pane; 🐛 修复:设置面板中 tooltip 组件的样式问题; iczer 2020-08-31 12:38:49 +0800
  • 094935b758 feat: add mixed navigation mode; #102 新增:混合导航菜单模式; iczer 2020-08-31 12:23:56 +0800
  • b2b62914ef 增加设置面板‘流式’、‘定宽’切换界面随之修改。 samulle 2020-08-28 16:25:04 +0800
  • 2436182baf 增加设置面板‘流式’、‘定宽’切换界面随之修改。 samulle 2020-08-28 15:21:16 +0800
  • 002cf50440 update docs; iczer 2020-08-28 14:25:54 +0800
  • 365dde7e66 refactor: remove enquireScreen function from device.js to util.js; 🌟 重构:把 enquireScreen 功能从 device.js 迁移至 util.js; iczer 2020-08-28 12:18:59 +0800
  • d4261bc401 refactor: config of async router and guards of router; 🌟 重构:异步路由配置和路由守卫配置; iczer 2020-08-28 11:18:44 +0800
  • 88c7653dab update docs; iczer 2020-08-28 11:09:07 +0800
  • 04be83ac7c fix: style problem of message component; 🐛 修复:message 组件样式问题; iczer 2020-08-27 22:35:07 +0800
  • ad11e315e6 update the version of project iczer 2020-08-27 21:30:59 +0800
  • a44c82f937 fix: the exception of authority plugin; 🐛 修复:权限认证插件异常问题; iczer 2020-08-27 21:30:10 +0800
  • 902afbe47a fix: problem that title of menu item can't be hidden when using slot icon in side menu; 🐛 修复:在侧边栏菜单中使用插槽图标时,菜单项标题不能隐藏的问题; iczer 2020-08-27 19:55:44 +0800
  • 3b3cd76e51 feat: add scoped slot for icon in menu.js; 新增:为 menus.js 的 icon 增加 scoped slot API; iczer 2020-08-27 19:05:48 +0800
  • 58784c81fd feat: add scoped slot for icon in menu.js; 新增:为 menus.js 的 icon 增加 scoped slot API; iczer 2020-08-27 18:55:31 +0800
  • d1f84218c6 fix: problem that can't receive rejected message caused by interceptors; 🐛 修复:无法接受响应失败的消息; iczer 2020-08-27 15:36:46 +0800
  • 2021fb575d fix: problem that can't set roles array for route's authority; 🐛 修复:路由权限认证无法设置角色数组的问题; chenghongxing 2020-08-26 21:53:38 +0800
  • ec3e4b5571 feat: add watch method for i18n and options of menu.js; 新增:为 menu.js 组件增加 i18n 和 options 选项的监听; chenghongxing 2020-08-26 18:52:39 +0800
  • 1ba8f20b76 fix: problem that the menu item can't be activated when the route changes; 🐛 修复:路由切换时,菜单项无法激活的问题; chenghongxing 2020-08-26 17:29:11 +0800
  • 431c78ff26 fix: style problem in mobile; 🐛 #108 修复:移动端样式问题; iczer 2020-08-26 13:34:27 +0800
  • 51c2c354ba feat: add interceptors for axios; 🐛 新增:axios 添加拦截器配置; iczer 2020-08-26 13:17:56 +0800
  • 9f034092a9 feat: add configuration of hiding page title in PageLayout; #106 新增:增加隐藏 PageLayout 布局中页面标题的配置; chenghongxing 2020-08-25 19:22:08 +0800
  • de925b254e fix: style problem of dropdown components in Setting.vue; 🐛 #105 修复:设置面板里下拉组件的样式问题; chenghongxing 2020-08-25 18:42:18 +0800
  • f777920f89 fix: style problem caused by layout; 修复:布局调整导致的样式问题; chenghongxing 2020-08-24 15:56:08 +0800
  • d0281e5707 update docs chenghongxing 2020-08-23 17:50:23 +0800
  • 8c3afcc3ab fix: the position problem of pop component in fixed side mode;🐛 修复:固定侧边栏模式下弹出式组件的位置问题; chenghongxing 2020-08-23 17:41:06 +0800
  • 4e29918bac fix: the i18n problem of router; 🐛 修复:路由的国际化问题; iczer 2020-08-21 16:04:17 +0800
  • e5f2eb9955 fix: exception in single tab mode; 🐛 #103 修复:单页签模式下的异常问问题; iczer 2020-08-19 10:00:00 +0800
  • 93eaf9d36f fix: problem of expandedRowRender in StandardTable.vue; 🐛 修复:StandardTable.vue 组件展开行插槽问题; iczer 2020-08-18 10:51:44 +0800
  • 5b5a5ea3ef feat: add responsive support for slots of StandardTable.vue; 🌟 新增:StandardTable.vue 组件的插槽增加响应式支持; iczer 2020-08-18 09:37:19 +0800
  • b2317e3209 fix: the problem that select events can't be triggered in menu.js component; 🐛 #99 修复:menu.js 组件中 select 事件无法触发的问题; iczer 2020-08-12 13:19:29 +0800
  • 088b36aec1 feat: add IInput.vue component; 🌟 新增:IInput.vue 组件; iczer 2020-08-12 11:25:18 +0800
  • 23cf2fab0b fix: the exception when using authorize inject function; 🐛 修复:使用权限校验注入功能时出现的异常; chenghongxing 2020-08-10 11:54:16 +0800
  • f14936f2bf
    Merge pull request #98 from iczer/dependabot/npm_and_yarn/prismjs-1.21.0 iczer 2020-08-09 19:41:46 +0800
  • c1c51d7b57 update docs iczer 2020-08-08 21:51:40 +0800
  • 45d62e4860 chore: optimize services model;🌟 iczer 2020-08-08 21:51:18 +0800
  • ed8a89afa5
    chore(deps): bump prismjs from 1.20.0 to 1.21.0 dependabot[bot] 2020-08-08 00:31:07 +0000
  • d741904f50 fix: the cache problem in tabs mode;🐛 修复:多页签模式下的缓存问题; iczer 2020-08-07 22:14:56 +0800
  • 9445f0fbbb fix: the exception when async route is not registered;🌟 修复:异步路由组件未注册时导致的异常; iczer 2020-08-07 09:46:14 +0800
  • c10ea64ba7 feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟 新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute); iczer 2020-08-06 21:12:51 +0800
  • 9c10453f97 chore: rename HeaderlAvatar.vue to HeaderAvatar.vue; iczer 2020-08-06 19:00:48 +0800
  • f12fde6297 chore: fix style problem of HeaderAvatar.vue; 🐛 iczer 2020-08-06 16:29:40 +0800
  • db3122327c update docs; iczer 2020-08-06 15:20:55 +0800
  • a55210f9a6 chore: add menu invisible configuration for async router; 🌟 iczer 2020-08-06 15:06:20 +0800
  • af0cce4f1e update docs; iczer 2020-08-06 14:42:44 +0800
  • 523537953a fix: the cache problem of tabs page; 🐛 修复:多页签页面缓存问题; iczer 2020-08-05 19:54:15 +0800
  • 1d85bd7a70 fix: the style problem of expand table; 🐛 修复:嵌套表格样式问题; iczer 2020-08-05 14:55:20 +0800
  • 805cd799f8 fix: the cache problem of page with dynamic route; 🐛 修复:动态路由下页面缓存问题; iczer 2020-08-05 13:42:53 +0800
  • 48bb1c4bb1 feat: add dynamic title form HTML; 🌟 #97 新增:增加动态 HTML 标题; iczer 2020-08-05 11:50:28 +0800
  • 817ee10a7a update docs iczer 2020-08-05 10:23:45 +0800
  • 25a1a2582a fix: the problem that v-auth directive doesn't take effect in native html element; 🐛 修复:v-auth 指令在原生 HTML 元素上不生效的 bug; iczer 2020-08-05 10:11:52 +0800
  • a7ac5f8019
    Merge pull request #96 from iczer/dependabot/npm_and_yarn/elliptic-6.5.3 iczer 2020-08-05 08:24:21 +0800
  • 64589950e5 fix: the problem that v-auth directive doesn't take effect in native html element; 🐛 修复:v-auth 指令在原生 HTML 元素上不生效的 bug; iczer 2020-08-04 19:43:48 +0800
  • f32fa56ba7 update docs of authority; iczer 2020-08-04 19:38:53 +0800