@zgfe/modules-settings 1.2.51-zhongyuan.7 → 1.2.51-zhongyuan.9

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.
@@ -9,7 +9,6 @@ import { DesktopOutlined } from '@ant-design/icons';
9
9
  import Notice from './notice';
10
10
  import Approvalmanage from './approvalmanage';
11
11
  import SettingTabs from '../../components/settingTabs';
12
- import Dictionary from './Dictionary';
13
12
  import { DemoManage } from '@zgfe/modules-demo-manage';
14
13
  import { BizGlobalDataContext } from '@zgfe/business-lib';
15
14
  import CreateProcess from '../createProcess';
@@ -72,12 +71,13 @@ var SystemSetting = function SystemSetting(_ref) {
72
71
  key: '5',
73
72
  label: '接口管理',
74
73
  content: /*#__PURE__*/React.createElement(AuthUrl, null)
75
- }, {
76
- key: '6',
77
- label: '字典管理',
78
- content: /*#__PURE__*/React.createElement(Dictionary, null)
79
74
  }
80
75
  // {
76
+ // key: '6',
77
+ // label: '字典管理',
78
+ // content: <Dictionary />,
79
+ // },
80
+ // {
81
81
  // key: '7',
82
82
  // label: '文档库',
83
83
  // content: <DocumentSetting />,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.51-zhongyuan.7",
3
+ "version": "1.2.51-zhongyuan.9",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",