@indfnd/common-mobile 1.0.71 → 1.0.73

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
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.73](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.72...v1.0.73) (2026-03-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 更改图标配置获取方式 ([67007ae](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/67007ae2476c152067e486c6a0b05748088bc06b))
11
+ * 更改图标配置获取方式 ([bd6865f](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/bd6865f6d7c193f889c468f7c088f964216c0756))
12
+ * 更改图标配置获取方式 ([ed78262](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/ed78262a2136bc716c14c20fa56d35d607022743))
13
+
14
+ ### [1.0.72](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.71...v1.0.72) (2026-03-23)
15
+
5
16
  ### [1.0.71](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.70...v1.0.71) (2026-03-20)
6
17
 
7
18
 
@@ -3,7 +3,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
3
3
  import Vue$1 from "vue";
4
4
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
5
5
  const name$1 = "@indfnd/common-mobile";
6
- const version$2 = "1.0.70";
6
+ const version$2 = "1.0.72";
7
7
  const author$1 = "huxuetong";
8
8
  const publishConfig = {
9
9
  registry: "https://registry.npmjs.org/"
@@ -24078,8 +24078,16 @@ const __vue2_script$h = {
24078
24078
  },
24079
24079
  computed: {
24080
24080
  iconSize: function() {
24081
- var _a, _b, _c, _d;
24082
- return ((_b = (_a = this.$config) == null ? void 0 : _a.systemDefaultConfig) == null ? void 0 : _b.iconSize) ? `${(_d = (_c = this.$config) == null ? void 0 : _c.systemDefaultConfig) == null ? void 0 : _d.iconSize}px` : "2.5rem";
24081
+ var _a, _b;
24082
+ let value17 = localStorage.getItem("systemDefaultConfig");
24083
+ let systemDefaultConfig;
24084
+ try {
24085
+ systemDefaultConfig = JSON.parse(value17);
24086
+ } catch (e) {
24087
+ console.error("\u274C JSON \u89E3\u6790\u5931\u8D25:", e.message);
24088
+ return "";
24089
+ }
24090
+ return ((_a = systemDefaultConfig == null ? void 0 : systemDefaultConfig.systemDefaultConfig) == null ? void 0 : _a.iconSize) ? `${(_b = value17 == null ? void 0 : value17.systemDefaultConfig) == null ? void 0 : _b.iconSize}px` : "2.5rem";
24083
24091
  }
24084
24092
  },
24085
24093
  methods: {
@@ -30144,8 +30152,16 @@ const __vue2_script$9 = {
30144
30152
  return count5 > 99 ? "99" : count5;
30145
30153
  },
30146
30154
  rowAppCount() {
30147
- var _a, _b;
30148
- return ((_b = (_a = this.$config) == null ? void 0 : _a.systemDefaultConfig) == null ? void 0 : _b.rowAppCount) || 5;
30155
+ var _a;
30156
+ let value17 = localStorage.getItem("systemDefaultConfig");
30157
+ let systemDefaultConfig;
30158
+ try {
30159
+ systemDefaultConfig = JSON.parse(value17);
30160
+ } catch (e) {
30161
+ console.error("\u274C JSON \u89E3\u6790\u5931\u8D25:", e.message);
30162
+ return "";
30163
+ }
30164
+ return ((_a = systemDefaultConfig == null ? void 0 : systemDefaultConfig.systemDefaultConfig) == null ? void 0 : _a.rowAppCount) || 4;
30149
30165
  }
30150
30166
  },
30151
30167
  methods: {
@@ -30528,8 +30544,16 @@ const __vue2_script$8 = {
30528
30544
  return pages2;
30529
30545
  },
30530
30546
  rowAppCount() {
30531
- var _a, _b;
30532
- return ((_b = (_a = this.$config) == null ? void 0 : _a.systemDefaultConfig) == null ? void 0 : _b.rowAppCount) || 5;
30547
+ var _a;
30548
+ let value17 = localStorage.getItem("systemDefaultConfig");
30549
+ let systemDefaultConfig;
30550
+ try {
30551
+ systemDefaultConfig = JSON.parse(value17);
30552
+ } catch (e) {
30553
+ console.error("\u274C JSON \u89E3\u6790\u5931\u8D25:", e.message);
30554
+ return "";
30555
+ }
30556
+ return ((_a = systemDefaultConfig == null ? void 0 : systemDefaultConfig.systemDefaultConfig) == null ? void 0 : _a.rowAppCount) || 4;
30533
30557
  }
30534
30558
  }
30535
30559
  };