vue2-client 1.6.23 → 1.6.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.6.23 -2023-04-11 @江超**
4
+ **1.6.23 - 1.6.24 -2023-04-11 @江超**
5
5
  - `request.js`的响应拦截器增加了一种对非v4环境调用v4接口的兼容处理
6
6
 
7
7
  **1.6.20 - 1.6.21 -2023-03-29 @江超**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.6.23",
3
+ "version": "1.6.24",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",