From 8aa33fbcbc1e5c1a9546dfadd78d62a67d2d7ea2 Mon Sep 17 00:00:00 2001 From: luofann Date: Wed, 11 Sep 2024 15:58:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE.md | 10 +++++----- docs/RELEASE_EN.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 0ad9bfd9..5506661b 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,10 +1,10 @@ # Changelog ## [Version: 2.7.0] - 2024-08-29 -【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20 -【修复】导航栏样式按照设计规范统一处理 -【修复】公共API文件导出实现方式修改 -【修复】修复单据列表在非首页搜索报错的问题 -【修复】任务模板编辑点击上一步返回路径优化 +【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20 +【修复】导航栏样式按照设计规范统一处理 +【修复】公共API文件导出实现方式修改 +【修复】修复单据列表在非首页搜索报错的问题 +【修复】任务模板编辑点击上一步返回路径优化 ## [Version: 2.6.30] - 2024-08-15 【修复】项目初始化时登录后重定向url异常修复 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index c311f3b8..9dd8763c 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,10 +1,10 @@ # Changelog ## [Version: 2.7.0] - 2024-08-29 -【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20 -【Fixed】The navigation bar style has been standardized according to the design specifications. -【Fixed】Modified the implementation method for exporting common API files. -【Fixed】Fixed the issue where searching on the document list in non-home pages resulted in an error. -【Fixed】Optimized the return path when clicking ‘Previous’ during task template editing. +【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20 +【Fixed】The navigation bar style has been standardized according to the design specifications. +【Fixed】Modified the implementation method for exporting common API files. +【Fixed】Fixed the issue where searching on the document list in non-home pages resulted in an error. +【Fixed】Optimized the return path when clicking ‘Previous’ during task template editing. ## [Version: 2.6.30] - 2024-08-15 【Fixed】Fixed the URL Redirection Issue after Login during Project Initialization