ruoyi-vue-pro 开发指南 ruoyi-vue-pro 开发指南
  • 萌新必读
  • 后端手册
  • 中间件手册
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
  • 运维手册
  • 前端手册 Vue 2.x
  • 前端手册 Vue 3.x
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
视频教程
  • Vue3 + element-plus (opens new window)
  • Vue3 + vben(ant-design-vue) (opens new window)
  • Vue2 + element-ui (opens new window)
微服务版 (opens new window)
作者博客 (opens new window)
GitHub (opens new window)
  • 萌新必读
  • 后端手册
  • 中间件手册
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
  • 运维手册
  • 前端手册 Vue 2.x
  • 前端手册 Vue 3.x
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
视频教程
  • Vue3 + element-plus (opens new window)
  • Vue3 + vben(ant-design-vue) (opens new window)
  • Vue2 + element-ui (opens new window)
微服务版 (opens new window)
作者博客 (opens new window)
GitHub (opens new window)
  • 【v1.9.0】2023-12-01
  • 【v1.8.3】2023-10-24
  • 【v1.8.2】2023-09-24
  • 【v1.8.1】2023-09-04
  • 【v1.8.0】2023-07-27
  • 【v1.7.3】2023-05-29
  • 【v1.7.2】2023-04-19
    • 重构 Vue3 管理后台,提升易用性、稳定性
      • 📈 Statistic
      • ⭐ New Features
      • 🐞 Bug Fixes
      • 🔨 Dependency Upgrades
  • 【v1.7.1】2023-03-05
  • 【v1.7.0】2023-01-30
  • 【v1.6.6】2023-01-05
  • 【v1.6.5】2022-12-01
  • 【v1.6.4】2022-08-22
  • 【v1.6.3】2022-07-29
  • 【v1.6.2】2022-06-05
  • 【v1.6.1】2022-03-21
  • 【v1.6.0】2022-03-10
  • 【v1.5.1】2022-02-28
  • 【v1.5.0】2022-02-17
  • 【v1.4.0】2022-02-04
  • 【v1.3.0】2022.01.24
  • 【v1.2.0】2021.12.15
  • 【v1.1.0】2021.10.25
  • 【v1.0.0】2021.05.03
  • 更新日志
芋道源码
2023-03-06
目录

【v1.7.2】2023-04-19

# 重构 Vue3 管理后台,提升易用性、稳定性

# 📈 Statistic

  • 总代码行数:125001
  • 源码代码行数:77128
  • 注释行数:28642
  • 单元测试用例数:789

# ⭐ New Features

  • 【新增】《代码热加载》 (opens new window) 文档,提升开发效率。
  • 【新增】Vue 管理后台:优化 VSCode 代码 Debugger 调试,使用 VSCode 自带的功能,由 @puhui999 (opens new window) 贡献 #117 (opens new window)
  • 【新增】代码生成时,增加 UI 类型的选择,可生成 Vue2、Vue3 多种管理后台的代码,支持 CRUD Schema 模式,由 @芋道源码 (opens new window) 贡献 #453 (opens new window)
  • 【新增】代码生成器,支持 VBEN 管理后台,由 @xingyu (opens new window) 贡献 #454 (opens new window)
  • 【优化】Vue3 管理后台:去除 BPMNJS、FormCreate、Highlight 的全局引入,降低打包后的大小(6.6M -> 1.3M),由 @芋道源码 (opens new window) 贡献 #128 (opens new window)
  • 【重构】Vue3 管理后台:[基础设施 -> 配置管理] 由 @芋道源码 (opens new window) 贡献 #24 (opens new window)
  • 【重构】Vue3 管理后台:[SSO 登录] 由 @puhui999 (opens new window) 贡献 #107 (opens new window)
  • 【重构】Vue3 管理后台:[基础设施 -> 数据源配置] 由 @xiaowuye (opens new window) 贡献 #25 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 通知公告] 由 @babylazsss (opens new window) 贡献 #26 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 文件管理] 由 @xiaowuye (opens new window) 贡献 #29 (opens new window)、#28 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 字典管理] 由 @Theo (opens new window) 贡献 #38 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 错误码管理] 由 @kinlon92 (opens new window) 贡献 #39 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 岗位管理] 由 @Chika (opens new window) 贡献 #44 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 登录日志] 由 @lour6498 (opens new window) 贡献 #41 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 客户端管理] 由 @yj441106 (opens new window) 贡献 #60 (opens new window)
  • 【重构】Vue3 管理后台:[基础设施 -> 错误日志] 由 @oldBaby (opens new window) 贡献 #43 (opens new window)
  • 【重构】Vue3 管理后台:[基础设施 -> 访问日志] 由 @oldBaby (opens new window) 贡献 #48 (opens new window)
  • 【重构】Vue3 管理后台:[基础设施 -> 代码生成] 由 @xiaowuye (opens new window) 贡献 #68 (opens new window)
  • 【重构】Vue3 管理后台:[基础设施 -> 定时任务] 由 @孔思宇 (opens new window) 贡献 #65 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 租户管理] 由 @东方白 (opens new window) 贡献 #40 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 租户套餐] 由 @puhui999 (opens new window) 贡献 #77 (opens new window)、#75 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 短信管理] 由 @puhui999 (opens new window) 贡献 #45 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 部门管理] 由 @凌太虚 (opens new window) 贡献 #36 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 敏感词管理] 由 @syd (opens new window) 贡献 #55 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 菜单管理] 由 @Theo (opens new window) 贡献 #54 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 用户管理] 由 @fessor (opens new window) 贡献 #67 (opens new window)、#76 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 角色管理] 由 @Chika (opens new window) 贡献 #63 (opens new window)、#85 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 站内信消息] 由 @咱哥丶 (opens new window) 贡献 #53 (opens new window)
  • 【重构】Vue3 管理后台:[系统管理 -> 站内信消息] 由 @咱哥丶 (opens new window) 贡献 #53 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 账号管理] 由 @kinlon92 (opens new window) 贡献 #49 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 标签管理] 由 @矿泉水 (opens new window) 贡献 #50 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 数据统计] 由 @kinlon92 (opens new window) 贡献 #69 (opens new window)、#72 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 粉丝管理] 由 @dhb52 (opens new window) 贡献 #103 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 消息管理] 由 @&wxr (opens new window) 贡献 #58 (opens new window)、#70 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 图文草稿箱] 由 @dhb52 (opens new window) 贡献 #102 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 素材管理] 由 @dhb52 (opens new window) 贡献 #105 (opens new window)
  • 【重构】Vue3 管理后台:[公众号 -> 自动回复] 由 @dhb52 (opens new window) 贡献 #110 (opens new window)
  • 【重构】Vue3 管理后台:[商品中心 -> 商品分类] 由 @孔思宇 (opens new window) 贡献 #82 (opens new window)
  • 【重构】Vue3 管理后台:[商品中心 -> 商品属性] 由 @孔思宇 (opens new window) 贡献 #83 (opens new window)
  • 【重构】Vue3 管理后台:[商品中心 -> 商品品牌] 由 @Aix (opens new window) 贡献 #104 (opens new window)
  • 【重构】Vue3 管理后台:[支付管理 -> 商户信息] 由 @凌太虚 (opens new window) 贡献 #81 (opens new window)
  • 【重构】Vue3 管理后台:[支付管理 -> 应用信息] 由 @东方白 (opens new window) 贡献 #116 (opens new window)
  • 【重构】Vue3 管理后台:[支付管理 -> 支付订单] 由 @东方白 (opens new window) 贡献 #116 (opens new window)
  • 【重构】Vue3 管理后台:[支付管理 -> 退款订单] 由 @东方白 (opens new window) 贡献 #116 (opens new window)
  • 【重构】Vue3 管理后台:[工作流 -> 我的流程] 由 @Chika (opens new window) 贡献 #93 (opens new window)
  • 【重构】Vue3 管理后台:[工作流 -> 已办任务] 由 @Chika (opens new window) 贡献 #90 (opens new window)
  • 【重构】Vue3 管理后台:[工作流 -> 待办任务] 由 @Chika (opens new window) 贡献 #93 (opens new window)
  • 【重构】Vue3 管理后台:[工作流 -> 请假查询] 由 @ZanGe丶 (opens new window) 贡献 #108 (opens new window)
  • 【新增】Vue3 管理后台:增加全局权限判断函数 checkPermi 和 checkRole,由 @LinkLi (opens new window) 贡献 #22 (opens new window)
  • 【新增】字典数据 starter 模块单元测试,由 @与或非 (opens new window) 贡献 #440 (opens new window)
  • 【新增】多租住 Job 部分的单元测试,由 @与或非 (opens new window) 贡献 #27 (opens new window)
  • 【优化】校验手机号码是否正确的正则,由 @冰是睡着的水 (opens new window) 贡献 #447 (opens new window)
  • 【新增】PasswordEncoder 加密复杂度自定义,由 @Fanjc (opens new window) 贡献 #24 (opens new window)
  • 【新增】Vue3 增加 @element-plus/icons-vue 依赖,由 @dhb52 (opens new window) 贡献 #101 (opens new window)
  • 【优化】Vue3 管理后台:增加 Mp 账号 Select 下拉框组件,由 @dhb52 (opens new window) 贡献 #113 (opens new window)、#118 (opens new window)
  • 【优化】Vue3 管理后台:使用 Editor 替代 WxEditor,移除 @vueup/vue-quill 依赖,由 @dhb52 (opens new window) 贡献 #121 (opens new window)
  • 【优化】Vue3 管理后台:公众号消息独立 MessageTable 等组件,解决消息弹窗不重置的问题,由 @dhb52 (opens new window) 贡献 #121 (opens new window)
  • 【优化】Vue3 管理后台:公众号的素材管理,拆分多个独立组建,由 @dhb52 (opens new window) 贡献 #126 (opens new window)
  • 【优化】Vue3 管理后台:公众号的自动回复,拆分 ReplyTable 列表组件,由 @dhb52 (opens new window) 贡献 #129 (opens new window)
  • 【优化】Vue3 管理后台:公众号的消息回复组件,不同消息拆分不同表单,提升可维护性,由 @dhb52 (opens new window) 贡献 #129 (opens new window)
  • 【优化】Vue3 管理后台:公众号的草稿管理件,拆分多个独立组建,由 @dhb52 (opens new window) 贡献 #129 (opens new window)
  • 【优化】Vue3 管理后台:公众号的菜单管理,拆分多个独立组建,由 @dhb52 (opens new window) 贡献 #129 (opens new window)
  • 【优化】Vue2 管理后台:将工作流的业务表单做为动态组件,直接显示到审批页面,不再需要点击查看,由 @疯狂的世界 (opens new window) 贡献 #432 (opens new window)
  • 【优化】Vue3 管理后台:将工作流的业务表单做为动态组件,直接显示到审批页面,不再需要点击查看,由 @puhui999 (opens new window) 贡献 #130 (opens new window)
  • 【重构】Vue3 管理后台:给所有组件添加 name 属性预防未知 bug!!! 由 @puhui999 (opens new window) 贡献 #125 (opens new window)

# 🐞 Bug Fixes

  • 【修复】Flowable 无法自动建表问题,由 @LinkLi (opens new window) 贡献 #427 (opens new window)
  • 【修复】Vue3 管理后台:包含字典表的页面加载时报错,由 @毕梅 (opens new window) 贡献 #21 (opens new window)
  • 【修复】Vue3 管理后台:ProcessDesigner.vue 编译错误(eslint),由 @孔思宇 (opens new window) 贡献 #23 (opens new window)
  • 【修复】积木报告建表语句错误,由 @疯狂的世界 (opens new window) 贡献 #430 (opens new window)
  • 【修复】基于 Spring Cloud Bus 实现的 Producer 抽象类,获取自己服务实例时获取不到,由 @Lee.J.Eric (opens new window) 贡献 #26 (opens new window)
  • 【修复】修复某些情况下 ContextHolder 的 NPE 异常,由 @xuing (opens new window) 贡献 #225 (opens new window)
  • 【修复】生成代码测试里面的时间问题(buildBetweenTime 方法),由 @xiaohe4966 (opens new window) 贡献 #228 (opens new window)
  • 【修复】Vue3 管你后台的各种验收 bug,由 @周建 (opens new window) 贡献 #32 (opens new window)、#51 (opens new window)、#56 (opens new window)、#71 (opens new window)、#84 (opens new window)
  • 【修复】PostgreSQLSQL 的 system_menu 表缺少 component_name、always_show 字段、缺少 system_mail_account、system_mail_log、system_mail_template、system_notify_message、system_notify_template 表,由 @libran (opens new window) 贡献 #435 (opens new window)、#435 (opens new window)、#436 (opens new window)、#437 (opens new window)
  • 【修复】订单的创建时间差 8 小时的问题,由 @chop (opens new window) 贡献 #442 (opens new window)
  • 【修复】Vue2 短信验证码登录问题,由 @打听幸福的下落 (opens new window) 贡献 #438 (opens new window)
  • 【修复】工作流的审批任务列表的时间不正确的问题,由 @SuperHao (opens new window) 贡献 #426 (opens new window)
  • 【修复】IP 查询时,因为空格导致异常问题,由 @chasel-jc (opens new window) 贡献 #31 (opens new window)
  • 【修复】Spring Cloud 打包后,无法使用 java -jar 的问题,由 @lovezhike (opens new window) 贡献 #28 (opens new window)
  • 【修复】点击遮罩层弹窗关闭后,页面就操作不了了会一直转圈的问题,由 @puhui999 (opens new window) 贡献 #78 (opens new window)
  • 【修复】设置 vite basePath 后,重新登录跳转路由错误,由 @mgzu (opens new window) 贡献 #89 (opens new window)
  • 【修复】在 Vue3 + Vite4 模块中,使用顶层 await打 包的时候报错,由 @puhui999 (opens new window) 贡献 #78 (opens new window)
  • 【修复】Vue3 公众号素材选择时,获取 FreePublic 出错,以及分页溢出,由 @dhb52 (opens new window) 贡献 #96 (opens new window)
  • 【修复】Vue3 公众号图文显示有误,articles 为数组,由 @dhb52 (opens new window) 贡献 #100 (opens new window)
  • 【修复】xss 请求 Wrapper getAttribute 方法返回错误,由 @zhangxingjia (opens new window) 贡献 #451 (opens new window)
  • 【修复】支付通知的通知 Transaction 不生效的问题,由 @kokoko (opens new window) 贡献 #450 (opens new window)
  • 【修复】修复工作流创建流程时,流程名可能不存在的问题,由 @xushu (opens new window) 贡献 #439 (opens new window)
  • 【修复】修复租户名的重复问题,由 @clockdotnet (opens new window) 贡献 #446 (opens new window)
  • 【修复】Vue3 debugger 位置异常,由 @黄爱武 (opens new window) 贡献 #114 (opens new window)
  • 【修复】Vue3 新增或修改菜单时,无法选择菜单图标的 Bug,由 @chongyul (opens new window) 贡献 #2 (opens new window)
  • 【修复】Vue2 管理后台新增租户时,未校验账号、密码是否为空,由 @LiZhongShi (opens new window) 贡献 #456 (opens new window)
  • 【修复】敏感词导出和字典数据编辑保存的两个 BUG,由 @clockdotnet (opens new window) 贡献 #457 (opens new window)
  • 【修复】Vue3 管理后台:用户管理查询入参错误、站内信模板删除 API 调用错误,由 @AhJindeg (opens new window) 贡献 #132 (opens new window)

# 🔨 Dependency Upgrades

  • 【升级】knife4j from 4.0.0 to 4.1.0
  • 【升级】spring-boot from 2.7.8 to 2.7.10
  • 【升级】spring-doc 1.6.14 to 1.6.15
  • 【升级】lombok from 1.18.24 to 1.18.26
  • 【升级】druid from 1.2.15 to 1.2.16
  • 【升级】jedis-mock from 1.0.6 to 1.0.7
  • 【升级】hutool from 1.15.3 to 1.15.4
  • 【升级】tika-core from 2.6.0 to 2.7.0
  • 【升级】netty-all from 4.1.86.Final to 4.1.90.Final
  • 【升级】minio from 8.5.1 to 8.5.2
  • 【升级】tencentcloud-sdk-java from 3.1.676 to 3.1.715
  • 【升级】alipay-sdk-java from 4.35.32.ALL to 4.35.79.ALL
  • 【升级】ip-region from 2.6.6 to 2.7.0
【v1.7.3】2023-05-29
【v1.7.1】2023-03-05

← 【v1.7.3】2023-05-29 【v1.7.1】2023-03-05→

Theme by Vdoing | Copyright © 2019-2025 芋道源码 | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式
×