ztxkui 2.6.6 → 2.6.7

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.
@@ -45,7 +45,7 @@ export function getSearchParams(storageKey, params, otherKeys) {
45
45
  var _a = config[i] || {}, name_1 = _a.name, show = _a.show;
46
46
  // 如果这个key存在,那么不用处理
47
47
  if (show) {
48
- break;
48
+ continue;
49
49
  }
50
50
  // 如果不展示当前key
51
51
  // 如果key在源数据中,直接删除
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",