diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index b35116d0b..a5cae192b 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -276,17 +276,17 @@ export default { // } // ] // }, - // { - // title: '配置管理', - // path: '/config', - // 'icon-class': 'conf', - // menuId: '95KGANGWCV', - // children: [ - // { - // title: '标准法规属性管理', - // path: '/standLawsAttrManage', - // menuId: 'C5VHBSYRMA' - // }, + { + title: '配置管理', + path: '/config', + 'icon-class': 'conf', + menuId: '95KGANGWCV', + children: [ + { + title: '标准法规属性管理', + path: '/standLawsAttrManage', + menuId: 'C5VHBSYRMA' + }, // { // title: '资料中心管理', // path: '/dynamicInformationManage', @@ -330,11 +330,11 @@ export default { // path: '/DynamicInformations', // menuId: '3C87BSHJUF' // }, - // { - // title: '标准属性自定义', - // path: '/attributeCustom', - // menuId: 'PGPZXNUFEXC85BVPV9AU' - // }, + { + title: '标准属性自定义', + path: '/attributeCustom', + menuId: 'PGPZXNUFEXC85BVPV9AU' + }, // // { // // title: '流程分类管理', // // path: '/processClassificationManage', @@ -355,8 +355,8 @@ export default { // path: '/enterpriseStandardNumberManagement', // menuId: '9YSFG39S3CBFUJCEU3QX' // } - // ] - // }, + ] + }, // { // title: '个人中心', // path: '/personal', diff --git a/src/pages/config/pages/attributeCustom/components/buss.vue b/src/pages/config/pages/attributeCustom/components/buss.vue index 75ee3b1e2..728c33ecc 100644 --- a/src/pages/config/pages/attributeCustom/components/buss.vue +++ b/src/pages/config/pages/attributeCustom/components/buss.vue @@ -2,8 +2,8 @@