Prechádzať zdrojové kódy

release: update 3.4.6

xiaoxian521 2 rokov pred
rodič
commit
88bba7555b
5 zmenil súbory, kde vykonal 26 pridanie a 2 odobranie
  1. 8 0
      CHANGELOG.en_US.md
  2. 8 0
      CHANGELOG.md
  3. 8 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 8 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,11 @@
+# 3.4.6 (2022-8-23)
+
+### 🐞 Bug fixes
+
+- `process` is not defined in path
+- Fixed an error when dynamic routing `children` is an empty array
+- Fixed `iframe` loading failure
+
 # 3.4.5 (2022-8-22)
 
 ### 🐞 Bug fixes

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# 3.4.6 (2022-8-23)
+
+### 🐞 Bug fixes
+
+- `process` is not defined in path
+- Fixed an error when dynamic routing `children` is an empty array
+- Fixed `iframe` loading failure
+
 # 3.4.5 (2022-8-22)
 
 ### 🐞 Bug fixes

+ 8 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,11 @@
+# 3.4.6 (2022-8-23)
+
+### 🐞 Bug fixes
+
+- `process` is not defined in path
+- 修复动态路由`children`为空数组时报错
+- 修复`iframe`加载失败
+
 # 3.4.5 (2022-8-22)
 
 ### 🐞 Bug fixes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "3.4.5",
+  "version": "3.4.6",
   "private": true,
   "scripts": {
     "dev": "cross-env --max_old_space_size=4096 vite",

+ 1 - 1
public/serverConfig.json

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