From 14c4785ad39267151d2209e03ff385703bd0ed45 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 1 Apr 2022 14:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=20=E8=B0=83=E6=95=B4-?= =?UTF-8?q?=E6=A0=87=E5=8D=8F=E4=BC=9A=E5=91=98-=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E7=9A=84=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/router.config.js | 47 +++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/src/config/router.config.js b/src/config/router.config.js index 865bfc5..fbf54da 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -250,18 +250,6 @@ export const routerData = [ name: 'standardsAssociation-PaymentInfo-MemberInfo', path: '/standardsAssociation/PaymentInfo/MemberInfo', route: '1' - }, { - component: 'standardsAssociation/PaymentInfo/CertificateInfo', - id: 'standardsCertificateInfo4-4-2', - meta: { - keepAlive: false, - internalOrExternal: false, - componentName: 'CertificateInfo', - title: '证书缴费' - }, - name: 'standardsAssociation-PaymentInfo-CertificateInfo', - path: '/standardsAssociation/PaymentInfo/CertificateInfo', - route: '1' }, { component: 'standardsAssociation/PaymentInfo/InvoiceInfo', id: 'standardsInvoiceInfo4-4-3', @@ -278,18 +266,47 @@ export const routerData = [ ] }, { - component: 'standardsAssociation/CertificateManagement', + component: 'layouts/RouteView', id: 'standardsCertificateManagement4-3', meta: { keepAlive: false, internalOrExternal: false, componentName: 'CertificateManagement', - title: '证书管理' + title: '证书缴费' }, name: 'standardsAssociation-CertificateManagement', path: '/standardsAssociation/CertificateManagement', - route: '1' + route: '1', + children: [ + { + component: 'standardsAssociation/CertificateManagement', + id: 'standardsCertificateManagement4-3-1', + meta: { + keepAlive: false, + internalOrExternal: false, + componentName: 'CertificateManagement', + title: '证书申请' + }, + name: 'standardsAssociation-CertificateManagement', + path: '/standardsAssociation/CertificateManagement', + route: '1' + }, + { + component: 'standardsAssociation/PaymentInfo/CertificateInfo', + id: 'standardsCertificateInfo4-3-2', + meta: { + keepAlive: false, + internalOrExternal: false, + componentName: 'CertificateInfo', + title: '项目查询' + }, + name: 'standardsAssociation-PaymentInfo-CertificateInfo', + path: '/standardsAssociation/PaymentInfo/CertificateInfo', + route: '1' + } + ] }, + { component: 'standardsAssociation/vinCertificate/Authorization', id: 'standardsAuthorization4-3-1',