vue2-client 1.6.54-single → 1.6.56-single

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
+ **1.6.56 -2023-08-07 @江超**
5
+ - 优化XNativeForm
6
+
7
+ **1.6.55 -2023-08-07 @江超**
8
+ - 修复查询表单中日期范围框新增时的错误
9
+
4
10
  **1.6.54 -2023-08-07 @江超**
5
11
  - 登陆时可设置默认头像路径
6
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.6.54-single",
3
+ "version": "1.6.56-single",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",