@indfnd/common-mobile 0.0.15 → 0.0.17

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,16 @@
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
+ ### [0.0.17](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.16...v0.0.17) (2024-04-13)
6
+
7
+ ### [0.0.16](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.15...v0.0.16) (2024-04-11)
8
+
9
+
10
+ ### Features
11
+
12
+ * 更新localStorage的图标 ([278a5ba](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/278a5ba0f0faf3981d35db726df221a79c9e3b29))
13
+ * 滚动条宽度高度处理 ([7e10c24](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/7e10c24ce50c03c950f401d70589beff307a8695))
14
+
5
15
  ### [0.0.15](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.14...v0.0.15) (2024-04-09)
6
16
 
7
17
 
@@ -1,8 +1,8 @@
1
- import { getQuarterNum, getHalfYearNum, getHalfYear, formatDate, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, useConfig, getLocalStorage, getCaptchaURL, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, listComTreeApi, config as config$1, getSessionStorage, getToken, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi } from "@indfnd/utils";
1
+ import { getQuarterNum, getHalfYearNum, getHalfYear, formatDate, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, useConfig, getLocalStorage, getCaptchaURL, guid, setLocalStorage, clearSessionStorage, cryptor, listComTreeApi, config as config$1, getSessionStorage, getToken, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi } from "@indfnd/utils";
2
2
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
3
3
  import Vue$1 from "vue";
4
4
  const name = "@indfnd/common-mobile";
5
- const version$1 = "0.0.14";
5
+ const version$1 = "0.0.16";
6
6
  const author = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -52,7 +52,7 @@ const dependencies = {
52
52
  "xlsx-populate": "^1.11.0"
53
53
  };
54
54
  const devDependencies = {
55
- "@indfnd/utils": "^0.0.39",
55
+ "@indfnd/utils": "^0.1.4",
56
56
  eslint: "^3.19.0",
57
57
  "eslint-config-prettier": "^8.5.0",
58
58
  "eslint-plugin-prettier": "^4.2.1",
@@ -44747,6 +44747,7 @@ const __vue2_script$f = {
44747
44747
  created() {
44748
44748
  this.getCaptcha();
44749
44749
  this.form.userName = getLocalStorage("username");
44750
+ this.form.password = getLocalStorage("password");
44750
44751
  },
44751
44752
  methods: {
44752
44753
  getCaptcha() {
@@ -44759,12 +44760,8 @@ const __vue2_script$f = {
44759
44760
  validCodeInput: this.form.validCode,
44760
44761
  validCodeId: this.validCodeId
44761
44762
  });
44762
- if (this.rememberMe) {
44763
- setLocalStorage("username", this.form.userName);
44764
- }
44765
- if (!this.rememberMe) {
44766
- removeLocalStorage("username");
44767
- }
44763
+ setLocalStorage("username", this.form.userName);
44764
+ setLocalStorage("password", this.form.password);
44768
44765
  }
44769
44766
  }
44770
44767
  };
@@ -68259,6 +68256,7 @@ const __vue2_script$3 = {
68259
68256
  if (itemA.meta.permissionId === itemB.meta.permissionId) {
68260
68257
  found = true;
68261
68258
  itemB.state = false;
68259
+ itemA.meta.icon = itemB.meta.icon;
68262
68260
  break;
68263
68261
  }
68264
68262
  itemA.state = true;
@@ -68463,7 +68461,7 @@ var __component__$2 = /* @__PURE__ */ normalizeComponent(
68463
68461
  staticRenderFns$2,
68464
68462
  false,
68465
68463
  __vue2_injectStyles$2,
68466
- "be98c510",
68464
+ "048016ce",
68467
68465
  null,
68468
68466
  null
68469
68467
  );