module-menu 0.3.19 → 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.19",
3
+ "version": "0.3.20",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -394,7 +394,7 @@ export const sysNameMap = (stash = '') => [
394
394
  : require('../../assets/dataManager_logo_LNRD.svg'),
395
395
  },
396
396
  {
397
- sysName: 'datastandard',
397
+ sysName: 'dataStandard',
398
398
  title: '数据标准',
399
399
  logoSrc: require('../../assets/datastandard.svg'),
400
400
  },