Преглед на файлове

release: update `3.7.1`

xiaoxian521 преди 2 години
родител
ревизия
90a61a1000
променени са 5 файла, в които са добавени 20 реда и са изтрити 2 реда
  1. 6 0
      CHANGELOG.en_US.md
  2. 6 0
      CHANGELOG.md
  3. 6 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 6 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,9 @@
+# 3.7.1 (2022-11-22)
+
+### 🔥 hotfix
+
+- Fixed the problem that the tab page may not be reset when logging out when the tab page cache is not turned on
+
 # 3.7.0 (2022-11-21)
 
 ### ✔️ refactor

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+# 3.7.1 (2022-11-22)
+
+### 🔥 hotfix
+
+- Fixed the problem that the tab page may not be reset when logging out when the tab page cache is not turned on
+
 # 3.7.0 (2022-11-21)
 
 ### ✔️ refactor

+ 6 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,9 @@
+# 3.7.1 (2022-11-22)
+
+### 🔥 hotfix
+
+- 修复在未开启标签页缓存时退出登录,可能存在标签页未重置的问题
+
 # 3.7.0 (2022-11-21)
 
 ### ✔️ refactor

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "3.7.0",
+  "version": "3.7.1",
   "private": true,
   "scripts": {
     "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

+ 1 - 1
public/serverConfig.json

@@ -1,5 +1,5 @@
 {
-  "Version": "3.7.0",
+  "Version": "3.7.1",
   "Title": "PureAdmin",
   "FixedHeader": true,
   "HiddenSideBar": false,