module-menu 0.3.18 → 0.3.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -393,6 +393,11 @@ export const sysNameMap = (stash = '') => [
393
393
  ? require('../../assets/dataManager_logo.svg')
394
394
  : require('../../assets/dataManager_logo_LNRD.svg'),
395
395
  },
396
+ {
397
+ sysName: 'dataStandard',
398
+ title: '数据标准',
399
+ logoSrc: require('../../assets/datastandard.svg'),
400
+ },
396
401
  {
397
402
  sysName: 'metadata',
398
403
  title: '元数据管理',