zhytech-ui-mobile 1.1.9 → 1.1.11
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/README.md
CHANGED
|
@@ -78,6 +78,17 @@ npm install --legacy-peer-deps
|
|
|
78
78
|
3)、在使用zhy-file-preview组件预览pdf组件时,如果出现乱码问题,需要将zhytech-ui\dist\pdfjs-list文件夹复制到项目的static文件夹下
|
|
79
79
|
|
|
80
80
|
> #### 版本更新清单:
|
|
81
|
+
|
|
82
|
+
**V 1.1.11**
|
|
83
|
+
```html
|
|
84
|
+
1.调整动态接口设置画面,新增baseUrlFromProps参数,用于从props中获取baseUrl
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
**V 1.1.10**
|
|
88
|
+
```html
|
|
89
|
+
1.修复人员组件多显示下拉框问题
|
|
90
|
+
```
|
|
91
|
+
|
|
81
92
|
**V 1.1.9**
|
|
82
93
|
```html
|
|
83
94
|
1.调整组装动态请求数据,返回值里日期时间格式化处理
|