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 CHANGED
@@ -8,7 +8,7 @@ npm publish
8
8
 
9
9
  ## 前端 dlt-for-react 依赖包版本更新记录
10
10
 
11
- ##### 当前最新版本:2.1.1
11
+ ##### 当前最新版本:2.1.2
12
12
 
13
13
  ##### 安装依赖
14
14
 
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {