const cku_gold_certificate = [ /** * 金质证书 */ { path: '/cku_gold_certificate/index', name: 'goldCertificateIndex', meta: { title: "金质证书" }, component: () => import('../pages/cku_gold_certificate/index.vue'), }, /** * 金质证书详情 */ { path: '/cku_gold_certificate/goldCertificateDetail', name: 'goldCertificateDetail', meta: { title: "金质证书详情" }, component: () => import('../pages/cku_gold_certificate/goldCertificateDetail.vue'), }, /** * 待我审核详情 */ { path: '/cku_gold_certificate/goldCertifiedAuditDetail', name: 'goldCertifiedAuditDetail', meta: { title: "待我审核详情" }, component: () => import('../pages/cku_gold_certificate/goldCertifiedAuditDetail.vue'), }, /** *金质证书-申请 */ { path: '/cku_gold_certificate/apply', name: 'goldCertificateApply', meta: { title: "金质证书申请" }, component: () => import('../pages/cku_gold_certificate/apply.vue'), }, /** *金质证书-申请须知 */ { path: '/cku_gold_certificate/goldCertificateGuide', name: 'goldCertificateGuide', meta: { title: "金质证书申请" }, component: () => import('../pages/cku_gold_certificate/goldCertificateGuide.vue'), }, /** *金质证书-血统证书升级 */ { path: '/cku_gold_certificate/goldStudbookUpdate', name: 'goldStudbookUpdate', meta: { title: "金质证书申请" }, component: () => import('../pages/cku_gold_certificate/goldStudbookUpdate.vue'), }, /** *金质证书-血统证书升级Next */ { path: '/cku_gold_certificate/goldStudbookUpdateNext', name: 'goldStudbookUpdateNext', meta: { title: "金质证书申请" }, component: () => import('../pages/cku_gold_certificate/goldStudbookUpdateNext.vue'), }, /** *金质证书-登记卡申请 */ { path: '/cku_gold_certificate/goldNewbornApply', name: 'goldNewbornApply', meta: { title: "金质证书申请" }, component: () => import('../pages/cku_gold_certificate/goldNewbornApply.vue'), }, ] export default cku_gold_certificate