@indfnd/common-mobile 1.0.6 → 1.0.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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.7](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.6...v1.0.7) (2025-12-30)
|
|
6
|
+
|
|
5
7
|
### [1.0.6](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.5...v1.0.6) (2025-12-30)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -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.
|
|
6
|
+
const version$2 = "1.0.6";
|
|
7
7
|
const author$1 = "huxuetong";
|
|
8
8
|
const publishConfig = {
|
|
9
9
|
registry: "https://registry.npmjs.org/"
|
|
@@ -30596,9 +30596,12 @@ const Cookie = {
|
|
|
30596
30596
|
};
|
|
30597
30597
|
async function renderRoutes({ router, store: store2, microType, allowPermissionList, routerOptionsBak }) {
|
|
30598
30598
|
var _a, _b;
|
|
30599
|
-
await store2.dispatch("getUserInfo");
|
|
30599
|
+
let userInfo = await store2.dispatch("getUserInfo");
|
|
30600
30600
|
await store2.dispatch("getAppListData");
|
|
30601
|
-
await store2.dispatch("getMyAppsList"
|
|
30601
|
+
await store2.dispatch("getMyAppsList", {
|
|
30602
|
+
userId: userInfo.userId,
|
|
30603
|
+
funId: "store-my-app"
|
|
30604
|
+
});
|
|
30602
30605
|
const permissionData = await store2.dispatch("getPermissionData");
|
|
30603
30606
|
const sessionVersion = JSON.parse(((_b = (_a = getSessionStorage("appInfo")) == null ? void 0 : _a.extendProps) == null ? void 0 : _b.extendProps) || "{}");
|
|
30604
30607
|
const localVersion = getLocalStorage("versionInfo");
|