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
|
@@ -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: '元数据管理',
|