From 30209f62a9aa23cecb7e561711d57e466a46fde2 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 26 Dec 2022 14:31:04 +0800 Subject: [PATCH 1/4] release: update `3.9.7` --- CHANGELOG.en_US.md | 7 +++++++ CHANGELOG.md | 7 +++++++ CHANGELOG.zh_CN.md | 7 +++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 0d95a3953..51debaa2b 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,10 @@ +# 3.9.7 (2022-12-26) + +### 🍏 Perf + +- Use `path.posix.resolve` instead of `path.resolve` to avoid drive letter problems when using `electron` in `windows` environment +- By default, the `CachingAsyncRoutes` dynamic routing cache is turned off locally, making it easier to debug in the development environment. It is not necessary to clear the local cached dynamic routing every time you modify the dynamic routing. It is recommended to enable it in the production environment + # 3.9.6 (2022-12-19) ### 🎫 Chores diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d95a3953..51debaa2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 3.9.7 (2022-12-26) + +### 🍏 Perf + +- Use `path.posix.resolve` instead of `path.resolve` to avoid drive letter problems when using `electron` in `windows` environment +- By default, the `CachingAsyncRoutes` dynamic routing cache is turned off locally, making it easier to debug in the development environment. It is not necessary to clear the local cached dynamic routing every time you modify the dynamic routing. It is recommended to enable it in the production environment + # 3.9.6 (2022-12-19) ### 🎫 Chores diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 9b04b69e7..f9e235cfa 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,10 @@ +# 3.9.7 (2022-12-26) + +### 🍏 Perf + +- 使用 `path.posix.resolve` 替代 `path.resolve` 避免 `windows` 环境下使用 `electron` 出现盘符问题 +- 默认关闭 `CachingAsyncRoutes` 动态路由缓存本地,使其在开发环境下调试更方便,不用每次修改动态路由都要先清空本地缓存的动态路由,更推荐在生产环境开启 + # 3.9.6 (2022-12-19) ### 🎫 Chores diff --git a/package.json b/package.json index 60bb1710c..515db3d5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.9.6", + "version": "3.9.7", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index e9dc7c0b8..40bbe05f9 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.9.6", + "Version": "3.9.7", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false, From d0ed3be8275ba6174a644e594d61ca7f206c723d Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 28 Dec 2022 19:11:47 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BD=93=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=8A=98=E5=8F=A0=E6=88=96=E5=B1=95=E5=BC=80=E6=97=B6?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=20`echarts`=20=E5=9B=BE=E8=A1=A8=E6=9C=AA?= =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/welcome/components/Bar.vue | 19 ++++++++++++++++--- src/views/welcome/components/Line.vue | 19 ++++++++++++++++--- src/views/welcome/components/Pie.vue | 19 ++++++++++++++++--- 3 files changed, 48 insertions(+), 9 deletions(-) diff --git a/src/views/welcome/components/Bar.vue b/src/views/welcome/components/Bar.vue index 82a09d517..859d41252 100644 --- a/src/views/welcome/components/Bar.vue +++ b/src/views/welcome/components/Bar.vue @@ -1,6 +1,12 @@