eoss-mobiles 0.1.94 → 0.1.96

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,9 +1,12 @@
1
1
  ## 更新日志
2
2
 
3
- ### 0.1.90
3
+ ### 0.1.95
4
4
 
5
+ - 2023-12-14
6
+ - fix:<br/>1. selector 组件新增属性show-tree只展示选择树、新增tree-icon插槽 自定义左侧图标<br/>2. table 组件样式优化
7
+ - 版本号:0.1.95
5
8
  - 2023-12-08
6
- - fix:<br/>1. input 组件新增属性required-position必填图标展示的位置<br/>2. form 组件优化验证表格<br/>2. table 组件样式优化
9
+ - fix:<br/>1. input 组件新增属性required-position必填图标展示的位置<br/>2. form 组件优化验证表格<br/>3. table 组件样式优化
7
10
  - 版本号:0.1.90
8
11
  - 2023-12-05
9
12
  - fix:<br/>1. input 组件新增属性show-password是否显示切换密码图标<br/>2. form 组件优化验证表格<br/>3. flow 组件优化
package/lib/checkbox.js CHANGED
@@ -1654,6 +1654,9 @@ var apiUrl = util["a" /* default */].getStorage('host');
1654
1654
  var http = external_axios_default.a.create({
1655
1655
  baseURL: apiUrl,
1656
1656
  timeout: 60000,
1657
+ headers: {
1658
+ // clientKey: 'csjk'
1659
+ },
1657
1660
  withCredentials: false
1658
1661
  });
1659
1662
  http.interceptors.request.use(function (config) {