@indfnd/common 1.0.91 → 1.0.92
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.es.js +4 -2
- package/dist/ind-common.umd.cjs +2 -2
- 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
|
+
### [1.0.92](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.0.91...v1.0.92) (2025-02-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 去掉组织menuTree的逻辑 ([227486d](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/227486d8e5759ccc76c7b0c12fa2a4b54f8c7710))
|
|
11
|
+
* 去掉组织menuTree的逻辑 ([cdc948b](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/cdc948bc11cd9bdf535f253f8d79e62e3e934982))
|
|
12
|
+
|
|
5
13
|
### [1.0.91](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.0.90...v1.0.91) (2025-02-06)
|
|
6
14
|
|
|
7
15
|
|
package/dist/ind-common.es.js
CHANGED
|
@@ -5460,7 +5460,7 @@ var lodash = { exports: {} };
|
|
|
5460
5460
|
})(lodash, lodash.exports);
|
|
5461
5461
|
var _ = lodash.exports;
|
|
5462
5462
|
const name$1 = "@indfnd/common";
|
|
5463
|
-
const version = "1.0.
|
|
5463
|
+
const version = "1.0.91";
|
|
5464
5464
|
const author = "huxuetong";
|
|
5465
5465
|
const publishConfig = {
|
|
5466
5466
|
registry: "https://registry.npmjs.org/"
|
|
@@ -68159,7 +68159,9 @@ var app = {
|
|
|
68159
68159
|
}
|
|
68160
68160
|
commit2("setPermissionList", permissionList2);
|
|
68161
68161
|
commit2("setPermission", permission2);
|
|
68162
|
-
|
|
68162
|
+
if (top == self) {
|
|
68163
|
+
commit2("setMenuTreeList", generatorMenuTree(permissionList2));
|
|
68164
|
+
}
|
|
68163
68165
|
setPermissionCache(permissionList2);
|
|
68164
68166
|
return permissionList2;
|
|
68165
68167
|
} catch (error) {
|