登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
12月28日,「开源中国源创会年终盛典」珠海站再次回归!点击免费报名参会
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
后台管理框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
246
Star
2.5K
Fork
823
iczer
/
vue-antd-admin
代码
Issues
8
Pull Requests
1
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
0.7.4
1345a02
2021-05-06 12:26
对比
V 0.7.4
iczer
* 🐞 修复了混合导航模式下,菜单权限过滤无效问题。 * 🐞 修复动态路由菜单无法正确高亮问题。 * 🤩 菜单增加动态路由参数和查询参数支持。 * 🤩 路由增加高亮菜单配置项(解决列表详情页菜单高亮问题)。
最后提交信息为:
update version
0.7.3
aa4e3d9
2021-04-20 12:42
对比
V 0.7.3
iczer
* 🤩 新增了多页签模式下是否缓存页面数据的配置。 * 🐞 修复了修改页签头标题不生效的bug。 * 🐞 修复了更改角色后菜单不能正确显示的问题。 * 🐞 修复了 npm 安装 webpack-theme-color-replacer 依赖启动报错问题。
最后提交信息为:
Merge branch 'master' of
https://github.com/iczer/vue-antd-admin
0.7.2
37f66c8
2020-12-06 16:24
对比
V 0.7.2
iczer
* 🤩 新增了多页签模式下是否缓存页面数据的配置。 * 🐞 修复了设置页签标题不生效的bug。 * 🐞 修复了高级表格表头不显示问题。 * 🐞 修复了 StandardTable 组件不支持嵌套属性的bug。 *** * 🤩 Added the configuration of whether to cache page data in multi tab mode. * 🐞 Fixed the bug in which the setting of tab's title does not work. * 🐞 Fixed the problem that advanced table's header not showing。 * 🐞 Fixed the bug where the StandardTable component does not support nested column properties.
最后提交信息为:
update version
0.7.1
75a510e
2020-11-29 12:48
对比
V 0.7.1
iczer
* 🤩 新增了动态修改页签标题的api {`this.$setPageTitle(route, title)` & `this.$openPage(route, title)`} * 🐞 修复了 AndvanceTable 组件异步设置列配置不生效的问题 * 🐞 修复了Modal 组件导致的 body 白边问题。 * 🐞 修复了混合模式下,菜单数组为空时导致的异常。 * 🐞 修复了 menu.js 组件的 openChange 事件的bug。 * 🐞 修复了切换语言时,浏览器标签标题不改变的问题。 * 🐞 修复了 AvatarList 组件 tooltip 不生效的bug。 *** * 🤩 Added api of dynamic modify tab title {`this.$setPageTitle(route, title)` & `this.$openPage(route, title)`}. * 🐞 Fixed the problem that the async configuration of columns not affect in AdvanceTable.vue. * 🐞 Fixed the white edge problems caused by Modal component. * 🐞 Fixed the exception caused by empty menuData in mix navigation mode. * 🐞 Fixed the problem of openChange event in menu.js. * 🐞 Fixed the problem that the title language of the browser tab does not change when switching languages. * 🐞 Fixed the problem that tooltip function not affect of AvatarList.vue.
最后提交信息为:
update version
0.7.0
6c79a54
2020-11-08 16:54
对比
V 0.7.0
iczer
* 🤩 新增菜单外链功能。 * 🐞 修复了开发时修改代码导致页面内容空白的问题。 * 🐞 修复了高级表格的一些bug。 * 🐞 修复了混合模式下多级菜单重定向问题。 * 🐞 修复了自定义页面标题不生效问题。 * 🐞 修复了主题切换时错误色被覆盖问题。 * 🐞 修复了主题切换时树组件选择框样式错乱问题。 *** * 🤩 Added custom link for menu. * 🐞 Fixed the problem that page content become blank when modifying the code. * 🐞 Fixed some bug of AdvancedTable.vue. * 🐞 Fixed redirect problem in mix navigation mode. * 🐞 Fixed the problem that custom page title not effect. * 🐞 Fixed the problem that the error color being changed when toggling theme color. * 🐞 Fixed the style problem of tree checkbox when toggling theme color.
最后提交信息为:
update version
0.6.1
3619242
2020-10-05 17:26
对比
V 0.6.1
iczer
* 🤩 新增表格组件 AdvanceTable.vue。 * 🤩 新增锁定页签头功能。 * 🤩 新增刷新单个页签功能。 * 🤩 新增禁止关闭页签功能。 *** * 🤩 Added component of AdvanceTable.vue. * 🤩 Added function of locking tabs head. * 🤩 Added function of refreshing tabs page. * 🤩 Added function of disable closing page.
最后提交信息为:
feat: add document for AdvanceTable.vue;
0.5.0
6a0ef90
2020-09-13 17:56
对比
V 0.5.0
iczer
* 🤩 新增混合导航菜单模式。 * 🤩 新增本地保存主题配置的功能。 * 🤩 新增页面宽度设置项。 * 🤩 新增根据权限过滤菜单功能。 * 🐞 修复一了一些bug及样式问题。 *** * 🤩 Added mixed navigation mode. * 🤩 Added function of saving personal setting to local. * 🤩 Added configuration of page width. * 🤩 Added function of filtering menu data through authority. * 🐞 Fixed some bug and style problem.
最后提交信息为:
chore: update version of project;
0.4.3
04be83a
2020-08-28 09:41
对比
V 0.4.3
iczer
* 🤩 新增 [IInput.vue](https://github.com/iczer/vue-antd-admin/blob/master/src/components/input/IInput.vue) 组件。 * 🤩 新增 axios 拦截器配置。 * 🤩 侧边栏菜单 icon 增加 scoped slot API 支持。 * 🤩 新增隐藏页面标题配置选项。 * 🐞 修复路由权限认证无法配置角色数组的问题。 * 🐞 修复异步路由的国际化问题。 * 🐞 修复弹出式组件滚动时的位置问题。 *** * 🤩 Added [IInput.vue](https://github.com/iczer/vue-antd-admin/blob/master/src/components/input/IInput.vue) component. * 🤩 Added interceptors configuration for axios. * 🤩 Added scoped slot for icon in side menu. * 🤩 Added configuration of hiding page title. * 🐞 Fixed the problem that can't set roles array for route's authority。 * 🐞 Fixed the i18n problem of router. * 🐞 Fixed the position problem of dropdown components.
最后提交信息为:
fix: style problem of message component;
0.4.2
23cf2fa
2020-08-11 11:17
对比
V 0.4.2
iczer
* 紧急修复 权限检验注入 的bug。 *** * Emergency repair that the bug of authority verification injection.
最后提交信息为:
fix: the exception when using authorize inject function;
0.4.1
d741904
2020-08-08 22:03
对比
V 0.4.1
iczer
* 新增权限控制功能。 * 新增异步路由和异步菜单功能。 * 新增全局关闭页签 api。 * 解决了使用 npm 和 cnpm 安装依赖时 @ant-design/colors 的漏包问题。 * 解决了多页签模式下的缓存问题。 * 优化了主题切换效率。 * 优化了 StandardTable.vue 组件 和 menu.js 组件的代码。 * 优化了布局和侧边栏代码。 *** * Added function of authority control. * Added functions of asynchronous router and asynchronous menu. * Added API of global close page tab. * Solved the problem of missing package of @ant-design/colors when using npm and cnpm to install dependencies. * Solved the cache problem in multi tab mode. * Optimized theme switching efficiency. * Optimized components code of StandardTable.vue and menu.js. * Optimized code of layout and side menu.
最后提交信息为:
fix: the cache problem in tabs mode;
0.3.1
21cfb45
2020-07-21 12:30
对比
V 0.3.1
iczer
- 新增数据服务 services 模块。 - 优化主题切换功能。 - 设置面板增加隐藏和禁用动画功能。 - 重构 TabsView.vue 组件和 Contextmenu.vue 组件。 - 修复 TabsView.vue 组件导致的内存泄漏问题。 - 优化 StandardTable.vue 组件,增加对 scopedSlots 的支持。 - http 增加 Cookie 管理和 Authorization 认证。 - 重构了路由的 i18n 国际化配置。 - 增加了登录拦截功能。 *** - Added service module. - Optimized the function of theme switching. - Added the function of hiding setting and disable animation for setting panel. - Refactor components of TabsView.vue and Contextmenu.vue. - Repaired memory leaks caused by TabsView.vue components. - Optimized StandardTable.vue component, add support for scopedSlots. - Added cookie management and Authorization for http. - Refactor the i18n configuration for router. - Added function of login blocking.
最后提交信息为:
chore: optimize the code;
0.2.1
f6904cf
2020-07-09 09:51
对比
V 0.2.1
iczer
- 新增全局暗黑模式 。 [4063a4f](https://github.com/iczer/vue-antd-admin/commit/4063a4f08adc3b375447de389e40325f308a9204) - 修复设置动画不生效的问题。 [gitee#I1MG3I](https://gitee.com/iczer/vue-antd-admin/issues/I1MG3I) - 修复在配置文件中修改语言设置不生效的问题。 - 修复在配置文件中修改布局和主题设置不生效的问题。 - 修复颜色选择组件在单选模式下的问题。 - 优化了主题切换功能代码逻辑。 *** - Added global night mode. [4063a4f](https://github.com/iczer/vue-antd-admin/commit/4063a4f08adc3b375447de389e40325f308a9204) - Fixed issue that animation setting does not work. [gitee#I1MG3I](https://gitee.com/iczer/vue-antd-admin/issues/I1MG3I) - Fixed issue that modifying language settings in the configuration file does not take effect. - Fixed issue that modifying layout and theme settings in the configuration file does not take effect. - Fixed issue with color selection component in radio mode. - Optimized code logic of theme switching function .
最后提交信息为:
Update README.en-US.md
0.1.1
066dc41
2020-07-09 09:50
对比
V 0.1.1
iczer
- :star2: 增加了页面多页签功能。 - :star2: 增加了全局动画支持。 - :star2: 增加了主题色定制及动态切换主题色功能。 - :star2: 增加了全局色弱模式。 - :star2: 增加了i18n国际化支持。 - :star2: 增加了IE10+浏览器支持。 - :star2: 增加了说明文档。 - :star2: 增加了移动端适配。 *** - :star2: added multi tabs function. - :star2: added global animation support. - :star2: added theme color customization and dynamic switching function. - :star2: added global color weakening mode. - :star2: added I18N internationalization support. - :star2: added ie10+ browsers support. - :star2: added documentation. - :star2: Mobile adaptation is added.
最后提交信息为:
Update README.en-US.md
0.0.1
263f306
2020-07-09 09:49
对比
V 0.0.1
iczer
:star2:由于新版项目结构发生了比较大的变更,故对此前源码做一个release版本。 注意:此前已fork的项目如果有自己的修改,之后的版本不建议直接merge,以防出现 module not found 等错误。 感谢! *** :star2:As the new version of the project structure has undergone relatively large changes, it is necessary to make a release version of the original source code. Note: If the previous fork project has your own modifications, I do not recommend you direct merge subsequent versions in case of module not foundation errors. Thank you!
最后提交信息为:
Merge remote-tracking branch 'origin/master'
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
JavaScript
1
https://gitee.com/iczer/vue-antd-admin.git
git@gitee.com:iczer/vue-antd-admin.git
iczer
vue-antd-admin
vue-antd-admin
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册