@titaui/pc 1.12.92 → 1.12.93

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.
@@ -115,15 +115,14 @@ var summaryMenus = /*#__PURE__*/function () {
115
115
  href: "#/enterprise/manage?reactRouterName=daily",
116
116
  isShow: isShowManage,
117
117
  openBlank: true
118
- } // {
119
- // icon: 'yibiao',
120
- // label: locale.menu_summary_dashboard,
121
- // key: PAGE_SUMMARY_DASHBOARD,
122
- // type: MENU_ITEM_NOE,
123
- // href: '#/summary/dashboard',
124
- // isShow: isShowManage,
125
- // }
126
- ];
118
+ }, {
119
+ icon: 'yibiao',
120
+ label: _i18n.locale.menu_summary_dashboard,
121
+ key: PAGE_SUMMARY_DASHBOARD,
122
+ type: _index.MENU_ITEM_NOE,
123
+ href: '#/summary/dashboard',
124
+ isShow: props.isShowDept
125
+ }];
127
126
  }
128
127
 
129
128
  _createClass(summaryMenus, [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.12.92",
3
+ "version": "1.12.93",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",