@indfnd/common-mobile 0.0.15 → 0.0.16
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 +8 -0
- package/dist/ind-common-mobile.es.js +7 -9
- package/dist/ind-common-mobile.umd.cjs +41 -41
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.16](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.15...v0.0.16) (2024-04-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 更新localStorage的图标 ([278a5ba](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/278a5ba0f0faf3981d35db726df221a79c9e3b29))
|
|
11
|
+
* 滚动条宽度高度处理 ([7e10c24](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/7e10c24ce50c03c950f401d70589beff307a8695))
|
|
12
|
+
|
|
5
13
|
### [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
14
|
|
|
7
15
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { getQuarterNum, getHalfYearNum, getHalfYear, formatDate, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, useConfig, getLocalStorage, getCaptchaURL, guid, setLocalStorage,
|
|
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.
|
|
5
|
+
const version$1 = "0.0.15";
|
|
6
6
|
const author = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -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
|
-
|
|
44763
|
-
|
|
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
|
-
"
|
|
68464
|
+
"048016ce",
|
|
68467
68465
|
null,
|
|
68468
68466
|
null
|
|
68469
68467
|
);
|