@@ -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
+- 修复在未开启标签页缓存时退出登录,可能存在标签页未重置的问题
@@ -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,5 +1,5 @@
- "Version": "3.7.0",
+ "Version": "3.7.1",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,