diff --git a/src/config/router.config.js b/src/config/router.config.js index d9cfdf7..865bfc5 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -176,30 +176,53 @@ export const routerData = [ path: '/standardsAssociation/MemberManagement', route: '1' }, { - component: 'standardsAssociation/CertificateManagement', - id: 'standardsCertificateManagement4-3', + component: 'standardsAssociation/Council', + id: 'standardsCouncil4-5', meta: { keepAlive: false, internalOrExternal: false, - componentName: 'CertificateManagement', - title: '证书管理' + componentName: 'Council', + title: '理事会' }, - name: 'standardsAssociation-CertificateManagement', - path: '/standardsAssociation/CertificateManagement', + name: 'standardsAssociation-Council', + path: '/standardsAssociation/Council', route: '1' }, { - component: 'standardsAssociation/vinCertificate/Authorization', - id: 'standardsAuthorization4-3-1', - hidden: true, + component: 'standardsAssociation/StandardPublicizingImplementation', + id: 'standardsStandardPublicizingImplementation4-6', meta: { keepAlive: false, internalOrExternal: false, - componentName: 'Authorization', - title: '授权申请' + componentName: 'StandardPublicizingImplementation', + title: '标准宣贯' }, - name: 'member-vinCertificate-Authorization', - path: '/standardsAssociation/vinCertificate/Authorization', + name: 'standardsAssociation-StandardPublicizingImplementation', + path: '/standardsAssociation/StandardPublicizingImplementation', + route: '1' + }, { + component: 'standardsAssociation/InfoCommunicationMeeting', + id: 'standardsInfoCommunicationMeeting4-7', + meta: { + keepAlive: false, + internalOrExternal: false, + componentName: 'InfoCommunicationMeeting', + title: '信息交流会' + }, + name: 'standardsAssociation-InfoCommunicationMeeting', + path: '/standardsAssociation/InfoCommunicationMeeting', + route: '1' + }, { + component: 'standardsAssociation/TrainingMeeting', + id: 'standardsTrainingMeeting4-8', + meta: { + keepAlive: false, + internalOrExternal: false, + componentName: 'TrainingMeeting', + title: '培训会' + }, + name: 'standardsAssociation-TrainingMeeting', + path: '/standardsAssociation/TrainingMeeting', route: '1' }, { @@ -253,55 +276,35 @@ export const routerData = [ route: '1' } ] - }, { - component: 'standardsAssociation/Council', - id: 'standardsCouncil4-5', + }, + { + component: 'standardsAssociation/CertificateManagement', + id: 'standardsCertificateManagement4-3', meta: { keepAlive: false, internalOrExternal: false, - componentName: 'Council', - title: '理事会' + componentName: 'CertificateManagement', + title: '证书管理' }, - name: 'standardsAssociation-Council', - path: '/standardsAssociation/Council', + name: 'standardsAssociation-CertificateManagement', + path: '/standardsAssociation/CertificateManagement', route: '1' - }, { - component: 'standardsAssociation/StandardPublicizingImplementation', - id: 'standardsStandardPublicizingImplementation4-6', + }, + { + component: 'standardsAssociation/vinCertificate/Authorization', + id: 'standardsAuthorization4-3-1', + hidden: true, meta: { keepAlive: false, internalOrExternal: false, - componentName: 'StandardPublicizingImplementation', - title: '标准宣贯' + componentName: 'Authorization', + title: '授权申请' }, - name: 'standardsAssociation-StandardPublicizingImplementation', - path: '/standardsAssociation/StandardPublicizingImplementation', - route: '1' - }, { - component: 'standardsAssociation/InfoCommunicationMeeting', - id: 'standardsInfoCommunicationMeeting4-7', - meta: { - keepAlive: false, - internalOrExternal: false, - componentName: 'InfoCommunicationMeeting', - title: '信息交流会' - }, - name: 'standardsAssociation-InfoCommunicationMeeting', - path: '/standardsAssociation/InfoCommunicationMeeting', - route: '1' - }, { - component: 'standardsAssociation/TrainingMeeting', - id: 'standardsTrainingMeeting4-8', - meta: { - keepAlive: false, - internalOrExternal: false, - componentName: 'TrainingMeeting', - title: '培训会' - }, - name: 'standardsAssociation-TrainingMeeting', - path: '/standardsAssociation/TrainingMeeting', + name: 'member-vinCertificate-Authorization', + path: '/standardsAssociation/vinCertificate/Authorization', route: '1' } + ] }, {