@indfnd/common-mobile 0.0.32 → 0.0.33
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 +7 -0
- package/dist/ind-common-mobile.es.js +3 -3
- package/dist/ind-common-mobile.umd.cjs +18 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.33](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.32...v0.0.33) (2024-06-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 生产登录 ([c247763](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/c24776398fbd87fabba19a2b74400ae72163e323))
|
|
11
|
+
|
|
5
12
|
### [0.0.32](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.31...v0.0.32) (2024-06-16)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { getQuarterNum, getHalfYearNum, getHalfYear, formatDate, useConfig, getLocalStorage, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios as axios$3, getCaptchaURL, guid, setLocalStorage, clearSessionStorage, cryptor, listComTreeApi, config as config$1, getSessionStorage, getToken, setToken
|
|
1
|
+
import { getQuarterNum, getHalfYearNum, getHalfYear, formatDate, useConfig, getLocalStorage, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios as axios$3, 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 Vue$1 from "vue";
|
|
3
3
|
import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
|
|
4
4
|
const name$1 = "@indfnd/common-mobile";
|
|
5
|
-
const version$2 = "0.0.
|
|
5
|
+
const version$2 = "0.0.32";
|
|
6
6
|
const author$1 = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -70356,7 +70356,7 @@ var user = {
|
|
|
70356
70356
|
},
|
|
70357
70357
|
setToken(state, token) {
|
|
70358
70358
|
state.token = token;
|
|
70359
|
-
setToken
|
|
70359
|
+
setToken(token);
|
|
70360
70360
|
}
|
|
70361
70361
|
},
|
|
70362
70362
|
actions: {
|