dlt-for-react 2.1.1 → 2.1.2
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/README.md +1 -1
- package/lib/utils/common.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/utils/common.js
CHANGED
|
@@ -467,7 +467,6 @@ var filterChildrenMenus = exports.filterChildrenMenus = function filterChildrenM
|
|
|
467
467
|
var filterAuthMenus = exports.filterAuthMenus = function filterAuthMenus(menus, auths, routes) {
|
|
468
468
|
var filterMenus = [];
|
|
469
469
|
menus.map(function (item) {
|
|
470
|
-
item.key = (0, _NHCore.createUuid)();
|
|
471
470
|
var authority = item.authority;
|
|
472
471
|
if (item.url && routes && routes.length > 0) {
|
|
473
472
|
authority = findAuth(routes, item);
|