import Main from '@/components/main' import parentView from '@/components/parent-view' /** * iview-admin中meta除了原生参数外可配置的参数: * meta: { * title: { String|Number|Function } * 显示在侧边栏、面包屑和标签栏的文字 * 使用'{{ 多语言字段 }}'形式结合多语言使用,例子看多语言的路由配置; * 可以传入一个回调函数,参数是当前路由对象,例子看动态路由和带参路由 * hideInBread: (false) 设为true后此级路由将不会出现在面包屑中,示例看QQ群路由配置 * hideInMenu: (false) 设为true后在左侧菜单不会显示该页面选项 * notCache: (false) 设为true后页面在切换标签后不会缓存,如果需要缓存,无需设置这个字段,而且需要设置页面组件name属性和路由配置的name一致 * access: (null) 可访问该页面的权限数组,当前路由设置的权限会影响子路由 * icon: (-) 该页面在左侧菜单、面包屑和标签导航处显示的图标,如果是自定义图标,需要在图标名称前加下划线'_' * beforeCloseName: (-) 设置该字段,则在关闭当前tab页时会去'@/router/before-close.js'里寻找该字段名对应的方法,作为关闭前的钩子函数 * } */ export default [{ path: '/', name: 'login', meta: { title: 'Login - 登录', hideInMenu: true }, component: () => import('@/view/login/login2.vue') }, { path: '/register', name: 'register', meta: { title: 'register - 注册', hideInMenu: true }, component: () => import('@/view/login/register.vue') }, { path: '/newPushDetail', name: 'newPushDetail', meta: { title: '新闻推送', hideInMenu: true }, component: () => import('@/view/login/newPushDetail.vue') }, { path: '/', name: 'newdiligenceTools', redirect: '/newsFlashEx_tool', component: Main, meta: { notCache: true, access: ['no_admin', 'newdiligenceTools'], icon: 'custom custom-gongkaiguquan', title: '全球要闻' }, children: [{ path: '/newsFlashEx_tool', name: 'newsFlashEx_tool', meta: { notCache: true, access: ['no_admin', 'newdiligenceTools'], icon: 'custom custom-guquan', title: '全球要闻' }, component: () => import('@/view/diligenceTools/newsFlashEx.vue') },] }, { path: '/zoneAnalyses', name: 'zoneAnalyses', redirect: '/zoneAnalyse', meta: { notCache: true, access: ['no_admin', 'zoneAnalyses', 'zoneCompare', 'zoneDetail', 'zhengxinAreas'], icon: 'custom custom-icon_xinyong_xianxing_jijin-168', title: '区域经济' }, component: Main, children: [{ path: '/zoneAnalyse', name: 'zoneAnalyse', meta: { access: ['no_admin', 'zoneAnalyses'], notCache: true, icon: 'custom custom-gailan', title: '区域经济' }, component: () => import('@/view/chengtou/zoneAnalyse.vue'), }, { path: '/zhengxinAreas', name: 'zhengxinAreas', meta: { access: ['no_admin', 'zhengxinAreas'], notCache: true, icon: 'custom custom-yinhangliushuifenxi_b', title: '区域评估' }, component: () => // import ('@/view/chengtou/zongheEvaluates.vue') import('@/view/chengtou/zhengxinAreas.vue') }, { path: '/checkCityInvestmentZone', name: 'checkCityInvestmentZone', meta: { hideInMenu: true, notCache: true, icon: 'custom custom-area', title: '查看区域' }, component: () => import('@/view/diligenceTools/checkCityInvestmentZone.vue') }, { path: '/contrastCityInvestmentZone', name: 'contrastCityInvestmentZone', meta: { hideInMenu: true, notCache: true, icon: 'custom custom-area', title: '区域对比' }, component: () => import('@/view/diligenceTools/contrastCityInvestmentZone.vue') }, // { // path: '/zoneAnalysej', // name: 'zoneAnalysej', // meta: { // notCache: true, // icon: 'custom custom-gailan', // title: '区域概览' // }, // component: parentView, // children:[ // { // path: '/zoneAnalyse', // name: 'zoneAnalyse', // meta: { // access: ['no_admin', 'zoneAnalyses'], // notCache: true, // icon: 'custom custom-gailan', // title: '区域概览' // }, // component: () => import('@/view/chengtou/zoneAnalyse.vue'), // }, // { // path: '/zoneDetail', // name: 'zoneDetail', // meta: { // access: ['no_admin', 'zoneDetail'], // notCache: true, // icon: 'custom custom-xiangmufengxianliebiao', // title: '区域详情' // }, // component: () => import('@/view/chengtou/zoneDetail.vue'), // }, // { // path: '/zoneCompare', // name: 'zoneCompare', // meta: { // access: ['no_admin', 'zoneCompare'], // notCache: true, // icon: 'custom custom-canshubiaoweihu_b', // title: '区域对比' // }, // component: () => import('@/view/chengtou/zoneCompare.vue'), // }, // { // path: '/checkCityInvestmentZone', // name: 'checkCityInvestmentZone', // meta: { // hideInMenu: true, // notCache: true, // icon: 'custom custom-area', // title: '查看区域' // }, // component: () => import('@/view/diligenceTools/checkCityInvestmentZone.vue') // }, // ] // }, // { // path: '/zoneAnalyse', // name: 'zoneAnalyse', // meta: { // access: ['no_admin', 'zoneAnalyses'], // notCache: true, // icon: 'custom custom-gailan', // title: '区域概览' // }, // component: () => import('@/view/chengtou/zoneAnalyse.vue'), // { // path: '/checkCityInvestmentZone', // name: 'checkCityInvestmentZone', // meta: { // hideInMenu: true, // notCache: true, // icon: 'custom custom-area', // title: '查看区域' // }, // component: () => import('@/view/diligenceTools/checkCityInvestmentZone.vue') // }, // ] // }, // ] ] }, { path: '/zhengxinCompanys', name: 'zhengxinCompanys', redirect: '/zhengxinCompanys', meta: { notCache: true, access: ['no_admin', 'zhengxinCompanys', 'zhengxinPlats'], icon: 'custom custom-gongsi1', title: '城投平台' }, component: Main, children: [{ path: '/zhengxinCompanys', name: 'zhengxinCompanys', meta: { access: ['no_admin', 'zhengxinCompanys'], notCache: true, icon: 'custom custom-caizhengquhua', title: '城投平台' }, component: () => import('@/view/chengtou/zhengxinCompanys.vue') }, { path: '/zhengxinPlats', name: 'zhengxinPlats', meta: { access: ['no_admin', 'zhengxinPlats'], notCache: true, icon: 'custom custom-yinhangliushuifenxi_b', title: '平台评估' }, component: () => // import ('@/view/chengtou/zongheEvaluates.vue') import('@/view/rentExchangeZF/rentExchangeCompanyZF.vue') }, ] }, { path: '/qiyejiankong', name: 'qiyejiankong', redirect: '/controlList', meta: { // access: ['no_admin', 'controlList', 'offSiteCheck', 'siteCheck', 'managementItem', 'trackReport', 'offSiteCheckQYTP'], access: ['no_admin', 'controlList', 'offSiteCheck', 'siteCheck', 'managementItem', 'trackReport',], notCache: true, icon: 'custom custom-qiye', title: '企业预警监控' }, component: Main, children: [{ path: '/controlList', name: 'controlList', meta: { access: ['no_admin', 'controlList'], notCache: true, icon: 'custom custom-liebiao', title: '监控列表' }, component: () => import('@/view/enterpriseControl/controlList.vue') }, { path: '/offSiteCheck', name: 'offSiteCheck', meta: { notCache: true, access: ['no_admin', 'offSiteCheck'], icon: 'custom custom-kaishifenxi1', title: '实时监控' }, component: () => import('@/view/enterpriseControl/offSiteCheck.vue') }, // { // path: '/offSiteCheckQYTP', // name: 'offSiteCheckQYTP', // meta: { // notCache: true, // // hideInMenu: true, // access: ['no_admin', 'offSiteCheckQYTP'], // icon: 'custom custom-kaishifenxi1', // title: '非现场检查企业图谱' // }, // component: () => import('@/view/enterpriseControl/offSiteCheckQYTP.vue') // }, // { // path: '/siteCheck', // name: 'siteCheck', // meta: { // notCache: true, // access: ['no_admin', 'siteCheck'], // icon: 'custom custom-zhanghuguanli', // title: '现场检查' // }, // component: () => // import('@/view/enterpriseControl/siteCheck.vue') // }, // { // path: '/editCheckSite', // name: 'editCheckSite', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-zhanghuguanli', // title: '现场检查' // }, // component: () => // import('@/view/enterpriseControl/editCheckSite.vue') // }, // { // path: '/managementItem', // name: 'managementItem', // meta: { // notCache: true, // access: ['no_admin', 'managementItem'], // icon: 'custom custom-shixiangguanli', // title: '管理事项' // }, // component: () => // import('@/view/enterpriseControl/managementItem.vue') // }, // { // path: '/bankPunishEvent', // name: 'bankPunishEvent', // meta: { // notCache: true, // access: ['no_admin', 'bankPunishEvent'], // icon: 'custom custom-shixiangguanli', // title: '银保监处罚事件' // }, // component: () => // import ('@/view/enterpriseControl/bankPunishEvent.vue') // }, // { // path: '/editCheckItem', // name: 'editCheckItem', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-shixiangguanli', // title: '管理事项' // }, // component: () => // import('@/view/enterpriseControl/editCheckItem.vue') // }, // { // path: '/trackReport', // name: 'trackReport', // meta: { // notCache: true, // access: ['no_admin', 'trackReport'], // icon: 'custom custom-renwugenzong', // title: '跟踪报告' // }, // component: () => import('@/view/enterpriseControl/trackReport.vue') // }, { path: '/editTrackReport', name: 'editTrackReport', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-renwugenzong', title: '编辑跟踪报告' }, component: () => import('@/view/enterpriseControl/editTrackReport.vue') } ] }, { path: '/controlListRongzi', name: 'controlListRongzi', redirect: '/controlListRongzi', meta: { // access: ['no_admin', 'controlList', 'offSiteCheck', 'siteCheck', 'managementItem', 'trackReport', 'offSiteCheckQYTP'], access: ['no_admin', 'controlList', 'offSiteCheck', 'siteCheck', 'managementItem', 'trackReport', 'controlListRongzi', 'controlListRongzi', 'offSiteCheckRongzi'], notCache: true, icon: 'custom custom-kaishifenxi1', title: '企业融资监控' }, component: Main, children: [{ path: '/controlListRongzi', name: 'controlListRongzi', meta: { access: ['no_admin', 'controlListRongzi'], notCache: true, icon: 'custom custom-liebiao', title: '推送设置' }, component: () => import('@/view/enterpriseControl/controlListRongzi.vue') }, { path: '/offSiteCheckRongzi', name: 'offSiteCheckRongzi', meta: { notCache: true, access: ['no_admin', 'offSiteCheckRongzi'], icon: 'custom custom-kaishifenxi1', title: '融资租赁' }, component: () => import('@/view/enterpriseControl/offSiteCheckRongzi.vue') } ] }, // { // path: '/rongziStructures', // name: 'rongziStructures', // redirect: '/rongziStructure', // meta: { // notCache: true, // access: ['no_admin', 'rongziStructures', 'cooperate', 'rongziCash'], // icon: 'custom custom-fenxi3', // title: '融资分析' // }, // component: Main, // children: [{ // path: '/rongziStructure', // name: 'rongziStructure', // meta: { // access: ['no_admin', 'rongziStructures'], // notCache: true, // icon: 'custom custom-jiegou2', // title: '融资结构' // }, // component: () => // import ('@/view/chengtou/rongziStructure.vue') // }, // { // path: '/cooperate', // name: 'cooperate', // meta: { // access: ['no_admin', 'cooperate'], // notCache: true, // icon: 'custom custom-jiegou2', // title: '合作金融机构' // }, // component: () => // import ('@/view/chengtou/cooperate.vue') // }, // { // path: '/rongziCash', // name: 'rongziCash', // meta: { // access: ['no_admin', 'rongziCash'], // notCache: true, // icon: 'custom custom-kaishifenxi', // title: '融资性现金流分析' // }, // component: () => // import ('@/view/chengtou/rongziCash.vue') // }, // ] // }, { path: '/zonedynamics', name: 'zonedynamics', redirect: '/zonedynamics', meta: { notCache: true, access: ['no_admin', 'zonedynamics'], icon: 'custom custom-shixiangguanli', title: '融资动态' }, component: Main, children: [{ path: '/zonedynamics', name: 'zonedynamics', meta: { access: ['no_admin', 'zonedynamics'], notCache: true, icon: 'custom custom-shixiangguanli', title: '融资动态' }, component: () => import('@/view/chengtou/zonedynamic.vue') },] }, { path: '/zongheEvaluates', name: 'zongheEvaluates', redirect: '/zongheEvaluates', meta: { notCache: true, access: ['no_admin', 'zongheEvaluates'], icon: 'custom custom-pinggu1', title: '政信评估' }, component: Main, children: [{ path: '/zongheEvaluates', name: 'zongheEvaluates', meta: { access: ['no_admin', 'zongheEvaluates'], notCache: true, icon: 'custom custom-jiegou1', title: '政信评估' }, component: () => // import ('@/view/chengtou/zongheEvaluates.vue') import('@/view/chengtou/zongheEvaluate.vue') },] }, { path: '/rentExchange', name: 'rentExchange', redirect: '/rentExchange', component: Main, meta: { notCache: true, access: ['no_admin', 'rentExchange'], icon: 'custom custom-shujuwajue', title: '企业评估' }, children: [{ path: '/rentExchange', name: 'rentExchange', meta: { notCache: true, access: ['no_admin', 'rentExchange'], icon: 'custom custom-shujuwajue', title: '企业评估-租赁公司' }, component: () => import('@/view/rentExchange/rentExchangeCompany.vue') }] }, { path: '/rentExchangeZF', name: 'rentExchangeZF', redirect: '/rentExchangeZF', component: Main, meta: { notCache: true, access: ['no_admin', 'rentExchangeZF'], icon: 'custom custom-yinhangliushuifenxi_b', title: '企业评估' }, children: [{ path: '/rentExchangeZF', name: 'rentExchangeZF', meta: { notCache: true, access: ['no_admin', 'rentExchangeZF'], icon: 'custom custom-yinhangliushuifenxi_b', title: '企业评估-城投平台' }, component: () => import('@/view/rentExchangeZF/rentExchangeCompanyZF.vue') }] }, { path: '/enterpriseRelationship', name: 'enterpriseRelationship', redirect: '/enterpriseRelationshipMining', component: Main, meta: { notCache: true, access: ['no_admin', 'enterpriseRelationshipMining'], icon: 'custom custom-shujuwajue', title: '企业关系挖掘' }, children: [{ path: '/enterpriseRelationshipMining', name: 'enterpriseRelationshipMining', meta: { notCache: true, access: ['no_admin', 'enterpriseRelationshipMining'], icon: 'custom custom-shujuwajue', title: '企业关系挖掘' }, component: () => import('@/view/enterpriseRelationship/enterpriseRelationshipMining.vue') }] }, { path: '/piaoDetail', name: 'piaoDetail', redirect: '/piaoDetail', component: Main, meta: { notCache: true, access: ['no_admin', 'piaoDetail', 'piaoDelayInfo', 'piaoOverAlways', 'piaoNoInfo', 'piaoNotice', 'piaoOverdue'], icon: 'custom custom-kaishifenxi', title: '票据融资' }, children: [ { path: '/piaoDetail', name: 'piaoDetail', meta: { notCache: true, access: ['no_admin', 'piaoDetail'], icon: 'custom custom-kaishifenxi', title: '承兑人信用信息' }, component: () => import('@/view/diligenceTools/piaoDetail.vue') }, { path: '/piaoOverdue', name: 'piaoOverdue', meta: { notCache: true, access: ['no_admin', 'piaoOverdue'], icon: 'custom custom-jingyingfenxi_b', title: '承兑人逾期' }, component: () => import('@/view/diligenceTools/piaoOverdue.vue') }, { path: '/piaoOverAlways', name: 'piaoOverAlways', meta: { notCache: true, access: ['no_admin', 'piaoOverAlways'], icon: 'custom custom-qiYeZongHeXinXi', title: '持续逾期' }, component: () => import('@/view/diligenceTools/piaoOverAlways.vue') }, { path: '/piaoNoInfo', name: 'piaoNoInfo', meta: { notCache: true, access: ['no_admin', 'piaoNoInfo'], icon: 'custom custom-fenximoxing', title: '信息未披露' }, component: () => import('@/view/diligenceTools/piaoNolnfo.vue') }, { path: '/piaoDelayInfo', name: 'piaoDelayInfo', meta: { notCache: true, access: ['no_admin', 'piaoDelayInfo'], icon: 'custom custom-falvsusong', title: '信息延迟披露' }, component: () => import('@/view/diligenceTools/piaoDelayInfo.vue') }, { path: '/piaoNotice', name: 'piaoNotice', meta: { notCache: true, access: ['no_admin', 'piaoNotice'], icon: 'custom custom-waibubeidanbao_b', title: '承兑人公告' }, component: () => import('@/view/diligenceTools/piaoNotice.vue') }, ] }, { path: '/bankMarket', name: 'bankMarket', redirect: '/rentMarket', component: Main, meta: { notCache: true, access: ['no_admin', 'bankMarket', 'bankCreditNo'], icon: 'custom custom-dulidanbaopin', title: '银行借款' }, children: [{ path: '/bankMarket', name: 'bankMarket', meta: { notCache: true, access: ['no_admin', 'bankMarket'], icon: 'custom custom-dulidanbaopin', title: '银行借款' }, component: () => import('@/view/diligenceTools/bankMarket.vue') }, { path: '/bankCreditNo', name: 'bankCreditNo', meta: { notCache: true, access: ['no_admin', 'bankCreditNo'], icon: 'custom custom-zulin-copy', title: '授信额度' }, component: () => import('@/view/diligenceTools/bankCreditNo.vue') } ] }, { path: '/rentMarket', name: 'rentMarket', redirect: '/rentMarket', component: Main, meta: { notCache: true, access: ['no_admin', 'rentMarket'], icon: 'custom custom-zulin-copy', title: '租赁融资' }, children: [{ path: '/rentMarket', name: 'rentMarket', meta: { notCache: true, access: ['no_admin', 'rentMarket'], icon: 'custom custom-zulin-copy', title: '租赁融资' }, component: () => import('@/view/diligenceTools/rentMarket.vue') }] }, { path: '/receivablesMarket', name: 'receivablesMarket', redirect: '/receivablesMarket', component: Main, meta: { notCache: true, access: ['no_admin', 'receivablesMarket'], icon: 'custom custom-yingshou-copy', title: '应收账款融资' }, children: [{ path: '/receivablesMarket', name: 'receivablesMarket', meta: { notCache: true, access: ['no_admin', 'receivablesMarket'], icon: 'custom custom-yingshou-copy', title: '应收账款融资' }, component: () => import('@/view/diligenceTools/receivablesMarket.vue') }] }, { path: '/trustMarket', name: 'trustMarket', redirect: '/trustMarket', component: Main, meta: { notCache: true, access: ['no_admin', 'trustMarket'], icon: 'custom custom-xintuo-copy-copy-copy', title: '信托融资' }, children: [{ path: '/trustMarket', name: 'trustMarket', meta: { notCache: true, access: ['no_admin', 'trustMarket'], icon: 'custom custom-xintuo-copy-copy-copy', title: '信托融资' }, component: () => import('@/view/diligenceTools/trustMarket.vue') }] }, { path: '/AssetManagementFinancing', name: 'AssetManagementFinancing', redirect: '/AssetManagementFinancing', component: Main, meta: { notCache: true, access: ['no_admin', 'AssetManagementFinancing'], icon: 'custom custom-simu', title: '资管/私募融资' }, children: [{ path: '/AssetManagementFinancing', name: 'AssetManagementFinancing', meta: { notCache: true, access: ['no_admin', 'AssetManagementFinancing'], icon: 'custom custom-simu', title: '资管/私募融资' }, component: () => import('@/view/diligenceTools/AssetManagementFinancing.vue') }] }, { path: '/PledgeMovableProperty', name: 'PledgeMovableProperty', redirect: '/PledgeMovableProperty', component: Main, meta: { notCache: true, access: ['no_admin', 'PledgeMovableProperty'], icon: 'custom custom-dongchandiya', title: '抵质押情况' }, children: [{ path: '/PledgeMovableProperty', name: 'PledgeMovableProperty', meta: { notCache: true, access: ['no_admin', 'PledgeMovableProperty'], icon: 'custom custom-dongchandiya', title: '抵质押情况' }, component: () => import('@/view/diligenceTools/PledgeMovableProperty.vue') }] }, { path: '/MovablePropertyRegistration', name: 'MovablePropertyRegistration', redirect: '/MovablePropertyRegistration', component: Main, meta: { notCache: true, access: ['no_admin', 'MovablePropertyRegistration'], icon: 'custom custom-qita1', title: '其他动产权利登记' }, children: [{ path: '/MovablePropertyRegistration', name: 'MovablePropertyRegistration', meta: { notCache: true, access: ['no_admin', 'MovablePropertyRegistration'], icon: 'custom custom-qita1', title: '其他动产权利登记' }, component: () => import('@/view/diligenceTools/MovablePropertyRegistration.vue') }] }, // { // path: '/cityInvestment', // name: 'cityInvestment', // redirect: '/cityInvestmentZone', // component: Main, // meta: { // notCache: true, // access: ['cityInvestmentZoneadd'], // icon: 'custom custom-guanli', // title: '城投' // }, // children: [ // { // path: '/cityInvestmentZone', // name: 'cityInvestmentZone', // meta: { // notCache: true, // icon: 'custom custom-area', // title: '区域' // }, // component: () => import('@/view/diligenceTools/cityInvestmentZone.vue') // }, // { // path: '/checkCityInvestmentZone', // name: 'checkCityInvestmentZone', // meta: { // hideInMenu: true, // notCache: true, // icon: 'custom custom-area', // title: '查看区域' // }, // component: () => import('@/view/diligenceTools/checkCityInvestmentZone.vue') // }, // { // path: '/contrastCityInvestmentZone', // name: 'contrastCityInvestmentZone', // meta: { // hideInMenu: true, // notCache: true, // icon: 'custom custom-area', // title: '区域对比' // }, // component: () => import('@/view/diligenceTools/contrastCityInvestmentZone.vue') // }, // { // path: '/cityInvestmentPlatform', // name: 'cityInvestmentPlatform', // meta: { // notCache: true, // icon: 'custom custom-pingtaiyilan', // title: '平台' // }, // component: () => import('@/view/diligenceTools/cityInvestmentPlatform.vue') // } // ] // }, { path: '/reportCenters', name: 'reportCenters', redirect: '/accountControl', meta: { notCache: true, access: ['no_admin', 'reportCenters', 'accountControl', 'accountCash'], icon: 'custom custom-baobiaoguanli', title: '个人中心' }, component: Main, children: [{ path: '/accountControl', name: 'accountControl', meta: { access: ['no_admin', 'accountControl'], notCache: true, icon: 'custom custom-zhanghuguanli', title: '账号管理' }, component: () => import('@/view/reportCenters/userManagement.vue') }, { path: '/reportCenter', name: 'reportCenter', meta: { access: ['no_admin', 'reportCenters'], notCache: true, icon: 'custom custom-fenxi1', title: '报表管理' }, component: () => import('@/view/reportCenters/reportCenter.vue') }, { path: '/accountCash', name: 'accountCash', meta: { access: ['no_admin', 'accountCash'], notCache: true, icon: 'custom custom-fenxi1', title: '账户余额' }, component: () => import('@/view/reportCenters/accountCash.vue') }, { path: '/editMyReport', name: 'editMyReport', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-fenxi1', title: '报表管理' }, component: () => import('@/view/reportCenters/editMyReport.vue') }, { path: '/fuzhuPage', name: 'fuzhuPage', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-fenxi1', title: '添加/编辑附注' }, component: () => import('@/view/reportCenters/components/fuzhuPage.vue') }, { path: '/fuzhuPageCheck', name: 'fuzhuPageCheck', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-fenxi1', title: '查看添加/编辑附注' }, component: () => import('@/view/reportCenters/components/fuzhuPageCheck.vue') }, { path: '/checkMyReport', name: 'checkMyReport', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-fenxi1', title: '查看报表' }, component: () => import('@/view/reportCenters/checkMyReport.vue') }, ] }, { path: '/menuPublicInfo', name: 'menuPublicInfo', redirect: '/publicMessage_tool', meta: { notCache: true, access: ['no_admin', "publicMessage_tool", 'menuPublicInfo', 'attribute_report', 'publicSifa', 'publicJinyin', 'publicJinyinFengx', 'relationDeep'], icon: 'custom custom-waiBu', title: '深度信息' }, component: Main, children: [{ path: '/publicMessage_tool', name: 'publicMessage_tool', meta: { access: ['no_admin', 'publicMessage_tool'], notCache: true, icon: 'custom custom-gongkaixinxi2', title: '工商信息' }, component: () => import('@/view/diligenceTools/gongkaixinxi/gongshang.vue') // import('@/view/diligenceTools/publicMessage.vue') }, { path: '/publicSifa', name: 'publicSifa', meta: { access: ['no_admin', 'publicSifa'], notCache: true, icon: 'custom custom-gongkaixinxi2', title: '司法风险' }, component: () => import('@/view/diligenceTools/gongkaixinxi/publicSifa.vue') // import('@/view/diligenceTools/publicMessage.vue') }, { path: '/publicJinyin', name: 'publicJinyin', meta: { access: ['no_admin', 'publicJinyin'], notCache: true, icon: 'custom custom-gongkaixinxi2', title: '经营信息' }, component: () => import('@/view/diligenceTools/gongkaixinxi/publicJinyin.vue') // import('@/view/diligenceTools/publicMessage.vue') }, { path: '/publicJinyinFengx', name: 'publicJinyinFengx', meta: { access: ['no_admin', 'publicJinyinFengx'], notCache: true, icon: 'custom custom-gongkaixinxi2', title: '经营风险' }, component: () => import('@/view/diligenceTools/gongkaixinxi/publicJinyinFengx.vue') // import('@/view/diligenceTools/publicMessage.vue') }, { path: '/relationDeep', name: 'relationDeep', meta: { access: ['no_admin', 'relationDeep'], notCache: true, icon: 'custom custom-gongkaixinxi2', title: '股权图谱' }, component: () => import('@/view/diligenceTools/gongkaixinxi/relationDeep.vue') // import('@/view/diligenceTools/publicMessage.vue') }, // { // path: '/basicAttributes_tool', // name: 'basicAttributes_tool', // meta: { // notCache: true, // access: ['no_admin', 'basicAttributes_tool'], // icon: 'custom custom-xinyongpingji', // title: '信用评级' // }, // component: () => import('@/view/diligenceTools/basicAttributes.vue') // }, // { // path: '/attribute_report', // name: 'attribute_report', // meta: { // notCache: true, // access: ['no_admin', 'attribute_report'], // icon: 'custom custom-raroc', // title: '尽调报告' // }, // component: () => import('@/view/diligenceTools/attributereport.vue') // }, { path: '/editAttributeReport', name: 'editAttributeReport', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-raroc', title: '尽调报告' }, component: () => import('@/view/diligenceTools/editAttributeReport.vue') } ] }, { path: '/financeCollateralPledges', name: 'financeCollateralPledges', redirect: '/financeCollateralPledge', meta: { notCache: true, access: ['no_admin', 'financeCollateralPledge', 'rongziDebt', 'rongziDebtDetail', 'rongziBank', 'rongziRent', 'rongziYingshou', 'rongziXintuo', 'rongziZiguan', 'rongziDiya'], icon: 'custom custom-zhunxianjin_b', title: '融资及抵质押' }, component: Main, children: [{ path: '/financeCollateralPledge', name: 'financeCollateralPledge', meta: { notCache: true, access: ['no_admin', 'financeCollateralPledge'], icon: 'custom custom-zhunxianjin_b', title: '融资总览' }, component: () => import('@/view/diligenceTools/FinancingOverview.vue') }, { path: '/rongziDebt', name: 'rongziDebt', meta: { notCache: true, access: ['no_admin', 'rongziDebt'], icon: 'custom custom-zhunxianjin_b', title: '债券融资' }, component: () => import('@/view/diligenceTools/bondfinancing.vue') }, // { // path: '/rongziDebtDetail', // name: 'rongziDebtDetail', // meta: { // notCache: true, // access: ['no_admin','rongziDebtDetail'], // icon: 'custom custom-zhunxianjin_b', // title: '债券融资详情' // }, // component: () => // import ('@/view/diligenceTools/bondfinancingDetail.vue') // }, { path: '/rongziBank', name: 'rongziBank', meta: { notCache: true, access: ['no_admin', 'rongziBank'], icon: 'custom custom-zhunxianjin_b', title: '银行借款' }, component: () => import('@/view/diligenceTools/Bankloan.vue') }, { path: '/rongziRent', name: 'rongziRent', meta: { notCache: true, access: ['no_admin', 'rongziRent'], icon: 'custom custom-zhunxianjin_b', title: '租赁融资' }, component: () => import('@/view/diligenceTools/leasefinancing.vue') }, { path: '/rongziYingshou', name: 'rongziYingshou', meta: { notCache: true, access: ['no_admin', 'rongziYingshou'], icon: 'custom custom-zhunxianjin_b', title: '应收账款融资' }, component: () => import('@/view/diligenceTools/AccountsReceivable.vue') }, { path: '/rongziXintuo', name: 'rongziXintuo', meta: { notCache: true, access: ['no_admin', 'rongziXintuo'], icon: 'custom custom-zhunxianjin_b', title: '信托融资' }, component: () => import('@/view/diligenceTools/Trustfinancing.vue') }, { path: '/rongziZiguan', name: 'rongziZiguan', meta: { notCache: true, access: ['no_admin', 'rongziZiguan'], icon: 'custom custom-zhunxianjin_b', title: '资管/私募融资' }, component: () => import('@/view/diligenceTools/AssetManagementPrivateFunding.vue') }, { path: '/rongziDiya', name: 'rongziDiya', meta: { notCache: true, access: ['no_admin', 'rongziDiya'], icon: 'custom custom-zhunxianjin_b', title: '抵质押情况' }, component: () => import('@/view/diligenceTools/Mortgagepledge.vue') }, // { // path: '/rongziAna', // name: 'rongziAna', // meta: { // notCache: true, // access: ['no_admin', 'rongziAna'], // icon: 'custom custom-zhunxianjin_b', // title: '融资分析' // }, // component: () => // import ('@/view/diligenceTools/FinancingAnalysis.vue') // }, ] }, // { // path: '/shangShiInfos', // name: 'shangShiInfos', // redirect: '/shangShiInfos', // meta: { // notCache: true, // access: ['no_admin', 'shangShiInfos'], // icon: 'custom custom-shangshixinxi', // title: '上市信息' // }, // component: Main, // children: [{ // path: '/shangShiInfos', // name: 'shangShiInfos', // meta: { // notCache: true, // access: ['no_admin', 'shangShiInfos'], // icon: 'custom custom-shangshixinxi', // title: '上市信息' // }, // component: () => // import('@/view/diligenceTools/shangShiInfo.vue') // // import('@/view/diligenceTools/shangshi.vue') // },] // }, { path: '/shangshihq', name: 'shangshihq', redirect: '/shangshihq', meta: { notCache: true, access: ['no_admin', 'shangShiInfos', "shangshihq", "shangshigs", "shangshigb", "shangshicw", "shangshigg", "shangshizd"], icon: 'custom custom-shangshixinxi', title: '上市信息' }, component: Main, children: [{ path: '/shangshihq', name: 'shangshihq', meta: { notCache: true, access: ['no_admin', 'shangshihq'], icon: 'custom custom-shangshixinxi', title: '行情走势' }, component: () => import('@/view/diligenceTools/shangShiInfo/shangshihq.vue') }, { path: '/shangshigs', name: 'shangshigs', meta: { notCache: true, access: ['no_admin', 'shangshigs'], icon: 'custom custom-shangshixinxi', title: '公司资料' }, component: () => import('@/view/diligenceTools/shangShiInfo/shangshigs.vue') }, { path: '/shangshigb', name: 'shangshigb', meta: { notCache: true, access: ['no_admin', 'shangshigb'], icon: 'custom custom-shangshixinxi', title: '股本股东' }, component: () => import('@/view/diligenceTools/shangShiInfo/shangshigb.vue') }, { path: '/shangshicw', name: 'shangshicw', meta: { notCache: true, access: ['no_admin', 'shangshicw'], icon: 'custom custom-shangshixinxi', title: '财务报表' }, component: () => import('@/view/diligenceTools/shangShiInfo/shangshicw.vue') }, { path: '/shangshigg', name: 'shangshigg', meta: { notCache: true, access: ['no_admin', 'shangshigg'], icon: 'custom custom-shangshixinxi', title: '公司公告' }, component: () => import('@/view/diligenceTools/shangShiInfo/shangshigg.vue') }, { path: '/shangshizd', name: 'shangshizd', meta: { notCache: true, access: ['no_admin', 'shangshizd'], icon: 'custom custom-shangshixinxi', title: '重大事项' }, component: () => import('@/view/diligenceTools/shangShiInfo/shangshizd.vue') }, ] }, { path: '/xinSanBanInfos', name: 'xinSanBanInfos', redirect: '/xinSanBanInfos', meta: { notCache: true, access: ['no_admin', 'xinSanBanInfos'], icon: 'custom custom-gupiao', title: '新三板上市信息' }, component: Main, children: [{ path: '/xinSanBanInfos', name: 'xinSanBanInfos', meta: { notCache: true, access: ['no_admin', 'xinSanBanInfos'], icon: 'custom custom-gupiao', title: '新三板上市信息' }, component: () => import('@/view/diligenceTools/xinSanBanInfo.vue') },] }, { path: '/basicAttributes_tools', name: 'basicAttributes_tools', redirect: '/basicAttributes_tool', meta: { notCache: true, access: ['no_admin', 'basicAttributes_tool'], icon: 'custom custom-xinyongpingji', title: '信用评级' }, component: Main, children: [{ path: '/basicAttributes_tool', name: 'basicAttributes_tool', meta: { notCache: true, access: ['no_admin', 'basicAttributes_tool'], icon: 'custom custom-xinyongpingji', title: '信用评级' }, component: () => import('@/view/diligenceTools/basicAttributes.vue') },] }, // { // path: '/zijinjiankong', // name: 'zijinjiankong', // redirect: '/fundMonitoring', // meta: { // access: ['no_admin', 'fundplan', 'paymentplan', 'flowAnaly'], // notCache: true, // icon: 'custom custom-jiankong', // title: '资金监控' // }, // component: Main, // children: [{ // path: '/fundMonitoring', // name: 'fundMonitoring', // meta: { // access: ['no_admin', 'fundplan'], // notCache: true, // icon: 'custom custom-shoukuan', // title: '收款计划' // }, // component: () => // import('@/view/diligenceTools/fundMonitoring.vue') // }, // { // path: '/editFundMonitoring', // name: 'editFundMonitoring', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-shoukuan', // title: '编辑收款计划' // }, // component: () => // import('@/view/diligenceTools/editFundMonitoring.vue') // }, // { // path: '/paymentMonitoring', // name: 'paymentMonitoring', // meta: { // notCache: true, // access: ['no_admin', 'paymentplan'], // icon: 'custom custom-fukuan', // title: '付款计划' // }, // component: () => // import('@/view/diligenceTools/paymentMonitoring.vue') // }, // { // path: '/flowAnalysis', // name: 'flowAnalysis', // meta: { // notCache: true, // access: ['no_admin', 'flowAnaly'], // icon: 'custom custom-liudongxingfenxi', // title: '流动性分析' // }, // component: () => // import('@/view/diligenceTools/flowAnalysis.vue') // }, // { // path: '/flowAnalysisTab3', // name: 'flowAnalysisTab3', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-liudongxingfenxi', // title: '流动性分析3' // }, // component: () => // import('@/view/diligenceTools/flowAnalysisTab3.vue') // }, // { // path: '/flowAnalysisTab2', // name: 'flowAnalysisTab2', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-fukuan', // title: '付款分析' // }, // component: () => // import('@/view/diligenceTools/flowAnalysisTab2.vue') // } // ] // }, { path: '/bankPunishEvent', name: 'bankPunishNewEvent', redirect: '/bankPunishNewEvent', meta: { access: ['no_admin', 'bankPunishNewEvent'], notCache: true, icon: 'custom custom-shixiangguanli', title: '金融监管总局' }, component: Main, children: [ { path: '/bankPunishNewEvent', name: 'bankPunishNewEvent', meta: { notCache: true, access: ['no_admin', 'bankPunishNewEvent'], icon: 'custom custom-zulin-copy', title: '金融监管总局' }, component: () => import('@/view/enterpriseControl/bankPunishEvent.vue') }, ] }, // { // path: '/diligenceTools', // name: 'diligenceTools', // redirect: '/newsFlash_tool', // component: Main, // meta: { // notCache: true, // access: ['no_admin', 'newsFlash_tool'], // icon: 'custom custom-gongkaiguquan', // title: '尽调工具' // }, // children: [ // { // path: '/newsFlash_tool', // name: 'newsFlash_tool', // meta: { // notCache: true, // access: ['no_admin', 'newsFlash_tool', 'publicMessage_tool', 'basicAttributes_tool', 'diligenceTools2'], // icon: 'custom custom-guquan', // title: '新闻快讯' // }, // component: () => import('@/view/diligenceTools/newsFlash.vue') // }, // { // path: '/publicMessage_tool', // name: 'publicMessage_tool', // meta: { // notCache: true, // access: ['no_admin', 'publicMessage_tool'], // icon: 'custom custom-gongkaixinxi2', // title: '公开信息' // }, // component: () => import('@/view/diligenceTools/publicMessage.vue') // }, // { // path: '/basicAttributes_tool', // name: 'basicAttributes_tool', // meta: { // notCache: true, // access: ['no_admin', 'basicAttributes_tool'], // icon: 'custom custom-xinyongpingji', // title: '信用评级' // }, // component: () => import('@/view/diligenceTools/basicAttributes.vue') // }, // { // path: '/diligenceTools2s', // name: 'diligenceTools2s', // meta: { // access: ['no_admin', 'diligenceTools2'], // notCache: true, // icon: 'custom custom-jiankong', // title: '资金监控' // }, // component: parentView, // children: [ // { // path: '/fundMonitoring', // name: 'fundMonitoring', // meta: { // notCache: true, // access: ['no_admin', 'fundMonitoring'], // icon: 'custom custom-shoukuan', // title: '收款计划' // }, // component: () => import('@/view/diligenceTools/fundMonitoring.vue') // }, // { // path: '/editFundMonitoring', // name: 'editFundMonitoring', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-shoukuan', // title: '编辑收款计划' // }, // component: () => import('@/view/diligenceTools/editFundMonitoring.vue') // }, // { // path: '/paymentMonitoring', // name: 'paymentMonitoring', // meta: { // notCache: true, // icon: 'custom custom-fukuan', // title: '付款计划' // }, // component: () => import('@/view/diligenceTools/paymentMonitoring.vue') // }, // { // path: '/flowAnalysis', // name: 'flowAnalysis', // meta: { // notCache: true, // // hideInMenu:true, // icon: 'custom custom-liudongxingfenxi', // title: '流动性分析' // }, // component: () => import('@/view/diligenceTools/flowAnalysis.vue') // }, // { // path: '/flowAnalysisTab3', // name: 'flowAnalysisTab3', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-liudongxingfenxi', // title: '流动性分析3' // }, // component: () => import('@/view/diligenceTools/flowAnalysisTab3.vue') // }, // { // path: '/flowAnalysisTab2', // name: 'flowAnalysisTab2', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-fukuan', // title: '付款分析' // }, // component: () => import('@/view/diligenceTools/flowAnalysisTab2.vue') // } // ] // }, // { // path: '/enterpriseControls', // name: 'enterpriseControls', // meta: { // access: ['enterpriseControl'], // notCache: true, // icon: 'custom custom-qiye', // title: '企业监控' // }, // component: parentView, // children: [ // { // path: '/controlList', // name: 'controlList', // meta: { // notCache: true, // icon: 'custom custom-liebiao', // title: '监控列表' // }, // component: () => import('@/view/enterpriseControl/controlList.vue') // }, // { // path: '/offSiteCheck', // name: 'offSiteCheck', // meta: { // notCache: true, // // hideInMenu:true, // icon: 'custom custom-xinyongdanbaozu', // title: '非现场检查' // }, // component: () => import('@/view/enterpriseControl/offSiteCheck.vue') // }, // { // path: '/siteCheck', // name: 'siteCheck', // meta: { // notCache: true, // // hideInMenu:true, // icon: 'custom custom-zhanghuguanli', // title: '现场检查' // }, // component: () => import('@/view/enterpriseControl/siteCheck.vue') // }, // { // path: '/editCheckSite', // name: 'editCheckSite', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-zhanghuguanli', // title: '现场检查' // }, // component: () => import('@/view/enterpriseControl/editCheckSite.vue') // }, // { // path: '/managementItem', // name: 'managementItem', // meta: { // notCache: true, // // hideInMenu:true, // icon: 'custom custom-shixiangguanli', // title: '管理事项' // }, // component: () => import('@/view/enterpriseControl/managementItem.vue') // }, // { // path: '/editCheckItem', // name: 'editCheckItem', // meta: { // notCache: true, // hideInMenu: true, // icon: 'custom custom-shixiangguanli', // title: '管理事项' // }, // component: () => import('@/view/enterpriseControl/editCheckItem.vue') // } // ] // } // ] // }, { path: '/_homeEx', name: '_homeEx', redirect: '/_homeEx', component: Main, meta: { notCache: true, access: ['no_admin', '_homeEx'], icon: 'custom custom-xiangmuzhuti', title: '项目管理' }, children: [{ path: '/_homeEx', name: '_homeEx', meta: { access: ['no_admin', '_homeEx'], title: '项目列表', notCache: true, icon: 'custom custom-xiangmuguanli' }, component: () => import('@/view/single-pageC/homeEx') }] }, { path: '/MainEvaluationC', name: 'MainEvaluationC', redirect: '/ProjectNameEx', component: Main, meta: { notCache: true, access: ['no_admin', 'ProjectNameEx', 'ProjectManagementEx'], icon: 'custom custom-xiangmugailan', title: '项目概览' }, children: [{ path: '/ProjectNameEx', name: 'ProjectNameEx', meta: { notCache: true, access: ['no_admin', 'ProjectNameEx'], icon: 'custom custom-jibenxinxi', title: '基本信息' }, component: () => import('@/view/MainEvaluationC/ProjectName.vue') }, { path: '/ProjectManagementEx', name: 'ProjectManagementEx', meta: { notCache: true, access: ['no_admin', 'ProjectManagementEx'], icon: 'custom custom-xiangmuzhuti', title: '项目主体' }, component: () => import('@/view/MainEvaluationC/ProjectManagement.vue') } ] }, { path: '/reportForms', name: 'reportForms', redirect: '/reportFormsManageEx', meta: { notCache: true, access: ['no_admin', 'reportFormsManageEx'], icon: 'custom custom-huankuan', title: '报表管理' }, component: Main, children: [{ path: '/reportFormsManageEx', name: 'reportFormsManageEx', meta: { access: ['no_admin', 'reportFormsManageEx'], notCache: true, icon: 'custom custom-gongkaixinxi2', title: '报表列表' }, component: () => import('@/view/reportForms/reportFormsManage.vue') }] }, { path: '/accessReportList', name: 'accessReportList', redirect: '/accessReportList', meta: { notCache: true, access: ['no_admin', 'accessReportList', 'BalanceSheetEx', 'StatementOfCashFlowEx', 'EvaluationResultPage', 'EvaluationResultPagemenu'], icon: 'custom custom-pinggu', title: '评估报告' }, component: Main, children: [ // { // path: '/accessReportList', // name: 'accessReportList', // meta: { // notCache: true, // access: ['accessReportList'], // icon: 'custom custom-pinggu', // title: '评估报告' // }, // component: () => import('@/view/accessReport/accessReportList.vue') // }, { // path: '/accessReport33', // name: 'accessReport33', path: '/accessReportList', name: 'accessReportList', meta: { notCache: true, // access: ['no_admin', 'EvaluationResultPagemenu'], access: ['no_admin', 'accessReportList'], icon: 'custom custom-gongkaixinxi2', title: '评估报告' }, component: parentView, children: [{ path: '/EvaluationResultPage', name: 'EvaluationResultPage', meta: { access: ['no_admin', 'EvaluationResultPage'], notCache: true, icon: 'custom custom-fenxi', title: '违约率分析' }, component: () => import('@/view/accessReport/EvaluationResultPage.vue') }, { path: '/BalanceSheetEx', name: 'BalanceSheetEx', meta: { notCache: true, access: ['no_admin', 'BalanceSheetEx'], icon: 'custom custom-zhaiquan', title: '资产负债分析' }, component: () => import('@/view/accessReport/Analysis_firstRepayment/BalanceSheet.vue') }, { path: '/StatementOfCashFlowEx', name: 'StatementOfCashFlowEx', meta: { notCache: true, access: ['no_admin', 'StatementOfCashFlowEx'], icon: 'custom custom-qiandai', title: '现金流量分析' }, component: () => import('@/view/accessReport/Analysis_firstRepayment/StatementOfCashFlowEx.vue') }, { path: '/reportParams', name: 'reportParams', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-zhutiguanxifenxi_b', title: '报告参数' }, component: () => import('@/view/accessReport/reportParams.vue') }, { path: '/accessReportList', name: 'accessReportList', meta: { access: ['no_admin', 'accessReportList'], notCache: true, icon: 'custom custom-hongguanjingjiyanjiu', title: '评估报告列表' }, component: () => import('@/view/accessReport/accessReportList.vue') }, { path: '/chooseAssess', name: 'chooseAssess', meta: { notCache: true, hideInMenu: true, icon: 'custom custom-hongguanjingjiyanjiu', title: '选择评估主体' }, component: () => import('@/view/accessReport/chooseAssess.vue') } ] }, ] }, { path: '/home', name: '_home', redirect: '/home', component: Main, meta: { notCache: true, access: ['no_admin', '_home'], icon: 'custom custom-xiangmuzhuti', title: '项目管理' }, children: [{ path: '/home', name: 'home', meta: { title: '项目列表', access: ['no_admin', '_home'], notCache: true, icon: 'custom custom-xiangmuguanli' }, component: () => import('@/view/single-page/home') } // { // path: '/accountInformation', // name: 'accountInformation', // meta: { // title: '账号管理', // icon: 'custom custom-zhanghuguanli', // hideInMenu: true // }, // component: () => import('@/view/accountInformation/accountInformation.vue') // }, // { // path: '/logout', // name: 'logout', // meta: { // title: '安全退出', // icon: 'custom custom-tuichu' // }, // component: () => import('@/view/accountInformation/logout.vue') // }, ] }, { path: '/MainEvaluation', name: 'MainEvaluation', redirect: '/ProjectName', component: Main, meta: { notCache: true, access: ['no_admin', 'ProjectName', 'ProjectManagement', 'ProjectMaintenance', 'loanSchemeAndRecoveryPlan', 'ProjectRateStructure', 'changesInCashCapital'], icon: 'custom custom-xiangmugailan', title: '项目概览' }, children: [{ path: '/ProjectName', name: 'ProjectName', meta: { access: ['no_admin', 'ProjectName'], notCache: true, icon: 'custom custom-jibenxinxi', title: '基本信息' }, component: () => import('@/view/MainEvaluation/ProjectName.vue') }, { path: '/ProjectManagement', name: 'ProjectManagement', meta: { notCache: true, access: ['no_admin', 'ProjectManagement'], icon: 'custom custom-xiangmuzhuti', title: '项目主体' }, component: () => import('@/view/MainEvaluation/ProjectManagement.vue') }, { path: '/ProjectMaintenance', name: 'ProjectMaintenance', meta: { notCache: true, access: ['no_admin', 'ProjectMaintenance'], icon: 'custom custom-guquan', title: '评估基准日股权结构' }, component: () => import('@/view/MainEvaluation/ProjectMaintenance.vue') }, { path: '/loanSchemeAndRecoveryPlan', name: 'loanSchemeAndRecoveryPlan', meta: { notCache: true, access: ['no_admin', 'loanSchemeAndRecoveryPlan'], icon: 'custom custom-fangkuan', title: '放款及回收计划' }, component: () => import('@/view/MainEvaluation/loanSchemeAndRecoveryPlan.vue') }, { path: '/ProjectRateStructure', name: 'ProjectRateStructure', meta: { notCache: true, access: ['no_admin', 'ProjectRateStructure'], icon: 'custom custom-jiegou', title: '主体利率期限结构表' }, component: () => import('@/view/MainEvaluation/ProjectRateStructure.vue') }, { path: '/changesInCashCapital', name: 'changesInCashCapital', meta: { notCache: true, access: ['no_admin', 'changesInCashCapital'], icon: 'custom custom-qiandai', title: '现金资本变动情况' }, component: () => import('@/view/MainEvaluation/changesInCashCapital.vue') } ] }, { path: '/FirstRepayment', name: 'FirstRepayment', redirect: '/publicInformation', meta: { notCache: true, access: ['no_admin', 'publicInformation', 'BasicAttributes', 'information', 'historicalFinancial', 'AssetsAppraisal_Management', 'AssetsAppraisal_NonOperation', 'LiabilityAssessment', 'TaxAssessment', 'LitigationAndCreditReporting'], icon: 'custom custom-huankuan', title: '第一还款来源' }, component: Main, children: [{ path: '/publicInformation', name: 'publicInformation', meta: { notCache: true, access: ['no_admin', 'publicInformation'], icon: 'custom custom-gongkaixinxi2', title: '公开信息' }, component: () => import('@/view/FirstRepayment/publicInformation.vue') }, { path: '/BasicAttributes', name: 'BasicAttributes', meta: { notCache: true, access: ['no_admin', 'BasicAttributes'], icon: 'custom custom-xinyongpingji', title: '信用评级' }, component: () => import('@/view/FirstRepayment/BasicAttributes.vue') }, { path: '/information', name: 'information', meta: { notCache: true, access: ['no_admin', 'information'], icon: 'custom custom-qiYeZongHeXinXi', title: '主体基础信息' }, component: () => import('@/view/FirstRepayment/information.vue') }, { path: '/historicalFinancialj', name: 'historicalFinancialj', meta: { notCache: true, access: ['no_admin', 'historicalFinancial'], icon: 'custom custom-cash', title: '财务分析' }, component: parentView, children: [{ path: '/affairReport', name: 'affairReport', meta: { notCache: true, icon: 'custom custom-qiYeZongHeXinXi', title: '报表管理' }, component: () => import('@/view/FirstRepayment/affairReport.vue') }, { path: '/editAffairReport', name: 'editAffairReport', meta: { hideInMenu: true, notCache: true, icon: 'custom custom-qiYeZongHeXinXi', title: '报表管理' }, component: () => import('@/view/FirstRepayment/editAffairReport.vue') }, { path: '/checkAffairReport', name: 'checkAffairReport', meta: { hideInMenu: true, notCache: true, icon: 'custom custom-qiYeZongHeXinXi', title: '查看报表管理' }, component: () => import('@/view/FirstRepayment/checkAffairReport.vue') }, { path: '/financialData', name: 'financialData', meta: { notCache: true, icon: 'custom custom-shuju-caiwushuju', title: '财务数据' }, component: () => import('@/view/FirstRepayment/financialData.vue') }, { path: '/financialTarget', name: 'financialTarget', meta: { notCache: true, icon: 'custom custom-zhibiao', title: '财务指标' }, component: () => import('@/view/FirstRepayment/financialTarget.vue') }, { path: '/manageAffairReport', name: 'manageAffairReport', meta: { notCache: true, icon: 'custom custom-guanli', title: '管理用财务报表' }, component: () => import('@/view/FirstRepayment/manageAffairReport.vue') }, { path: '/reportQuality', name: 'reportQuality', meta: { notCache: true, icon: 'custom custom-fenxi', title: '报表质量诊断' }, component: () => import('@/view/FirstRepayment/reportQuality.vue') }, { path: '/financialRisk', name: 'financialRisk', meta: { notCache: true, icon: 'custom custom-zhutifengxianxishu_b', title: '财务风险' }, component: () => import('@/view/FirstRepayment/financialRisk.vue') }, ] }, { path: '/AssetsAppraisal_Management', name: 'AssetsAppraisal_Management', meta: { notCache: true, access: ['no_admin', 'AssetsAppraisal_Management'], icon: 'custom custom-jingyingfenxi', title: '经营性资产评估' }, component: () => import('@/view/FirstRepayment/AssetsAppraisal_Management.vue') }, { path: '/AssetsAppraisal_NonOperation', name: 'AssetsAppraisal_NonOperation', meta: { notCache: true, access: ['no_admin', 'AssetsAppraisal_NonOperation'], icon: 'custom custom-tongjifenxi', title: '非经营性资产评估' }, component: () => import('@/view/FirstRepayment/AssetsAppraisal_NonOperation.vue') }, { path: '/LiabilityAssessment', name: 'LiabilityAssessment', meta: { notCache: true, access: ['no_admin', 'LiabilityAssessment'], icon: 'custom custom-zhaiquan', title: '负债评估' }, component: () => import('@/view/FirstRepayment/LiabilityAssessment.vue') }, { path: '/TaxAssessment', name: 'TaxAssessment', meta: { notCache: true, access: ['no_admin', 'TaxAssessment'], icon: 'custom custom-zengzhishui', title: '增值税、所得税评估' }, component: () => import('@/view/FirstRepayment/TaxAssessment.vue') }, { path: '/LitigationAndCreditReporting', name: 'LitigationAndCreditReporting', meta: { notCache: true, access: ['no_admin', 'LitigationAndCreditReporting'], icon: 'custom custom-falvsusong', title: '未公开诉讼及征信信息' }, component: () => import('@/view/FirstRepayment/LitigationAndCreditReporting.vue') } ] }, { path: '/guaranteeGroup', name: 'guaranteeGroup', redirect: '/publicInformation_g', meta: { notCache: true, access: ['no_admin', 'publicInformation_g', 'BasicAttributes_g', 'information_g', 'historicalFinancial_g', 'AssetsAppraisal_Management_g', 'AssetsAppraisal_NonOperation_g', 'LiabilityAssessment_g', 'TaxAssessment_g', 'LitigationAndCreditReporting_g'], icon: 'custom custom-xinyongdanbaopinggu', title: '信用担保' }, component: Main, children: [{ path: '/publicInformation_g', name: 'publicInformation_g', meta: { notCache: true, access: ['no_admin', 'publicInformation_g'], icon: 'custom custom-gongkaixinxi2', title: '公开信息' }, component: () => import('@/view/guaranteeGroup/publicInformation.vue') }, { path: '/BasicAttributes_g', name: 'BasicAttributes_g', meta: { notCache: true, access: ['no_admin', 'BasicAttributes_g'], icon: 'custom custom-xinyongpingji', title: '信用评级' }, component: () => import('@/view/guaranteeGroup/BasicAttributes.vue') }, { path: '/information_g', name: 'information_g', meta: { notCache: true, access: ['no_admin', 'information_g'], icon: 'custom custom-qiYeZongHeXinXi', title: '主体基础信息' }, component: () => import('@/view/guaranteeGroup/information.vue') }, { path: '/historicalFinancial_g', name: 'historicalFinancial_g', meta: { notCache: true, access: ['no_admin', 'historicalFinancial_g'], icon: 'custom custom-cash', title: '财务分析' }, component: () => import('@/view/guaranteeGroup/historicalFinancial.vue') }, { path: '/AssetsAppraisal_Management_g', name: 'AssetsAppraisal_Management_g', meta: { notCache: true, access: ['no_admin', 'AssetsAppraisal_Management_g'], icon: 'custom custom-jingyingfenxi', title: '经营性资产评估' }, component: () => import('@/view/guaranteeGroup/AssetsAppraisal_Management.vue') }, { path: '/AssetsAppraisal_NonOperation_g', name: 'AssetsAppraisal_NonOperation_g', meta: { notCache: true, access: ['no_admin', 'AssetsAppraisal_NonOperation_g'], icon: 'custom custom-tongjifenxi', title: '非经营性资产评估' }, component: () => import('@/view/guaranteeGroup/AssetsAppraisal_NonOperation.vue') }, { path: '/LiabilityAssessment_g', name: 'LiabilityAssessment_g', meta: { notCache: true, access: ['no_admin', 'LiabilityAssessment_g'], icon: 'custom custom-zhaiquan', title: '负债评估' }, component: () => import('@/view/guaranteeGroup/LiabilityAssessment.vue') }, { path: '/TaxAssessment_g', name: 'TaxAssessment_g', meta: { notCache: true, access: ['no_admin', 'TaxAssessment_g'], icon: 'custom custom-zengzhishui', title: '增值税、所得税评估' }, component: () => import('@/view/guaranteeGroup/TaxAssessment.vue') }, { path: '/LitigationAndCreditReporting_g', name: 'LitigationAndCreditReporting_g', meta: { notCache: true, access: ['no_admin', 'LitigationAndCreditReporting_g'], icon: 'custom custom-falvsusong', title: '未公开诉讼及征信信息' }, component: () => import('@/view/guaranteeGroup/LitigationAndCreditReporting.vue') } ] }, { path: '/waiBuBeiDanBao', name: 'waiBuBeiDanBao', redirect: '/publicInformation_waiBu', meta: { notCache: true, access: ['no_admin', 'publicInformation_waiBu', 'BasicAttributes_waiBu', 'information_waiBu', 'historicalFinancial_waiBu', 'baseMessage_waiBu'], icon: 'custom custom-waiBu', title: '外部被担保负债' }, component: Main, children: [{ path: '/publicInformation_waiBu', name: 'publicInformation_waiBu', meta: { notCache: true, access: ['no_admin', 'publicInformation_waiBu'], icon: 'custom custom-gongkaixinxi2', title: '公开信息' }, component: () => import('@/view/waiBuBeiDanBao/publicInformation_waiBu.vue') }, { path: '/BasicAttributes_waiBu', name: 'BasicAttributes_waiBu', meta: { notCache: true, access: ['no_admin', 'BasicAttributes_waiBu'], icon: 'custom custom-xinyongpingji', title: '信用评级' }, component: () => import('@/view/waiBuBeiDanBao/BasicAttributes_waiBu.vue') }, { path: '/information_waiBu', name: 'information_waiBu', meta: { notCache: true, access: ['no_admin', 'information_waiBu'], icon: 'custom custom-qiYeZongHeXinXi', title: '主体基础信息' }, component: () => import('@/view/waiBuBeiDanBao/information_waiBu.vue') }, { path: '/historicalFinancial_waiBu', name: 'historicalFinancial_waiBu', meta: { notCache: true, access: ['no_admin', 'historicalFinancial_waiBu'], icon: 'custom custom-cash', title: '财务分析' }, component: () => import('@/view/waiBuBeiDanBao/historicalFinancial.vue') }, { path: '/baseMessage_waiBu', name: 'baseMessage_waiBu', meta: { notCache: true, access: ['no_admin', 'baseMessage_waiBu'], icon: 'custom custom-waibubeidanbao', title: '外部被担保负债基本信息' }, component: () => import('@/view/waiBuBeiDanBao/baseMessage_waiBu.vue') } ] }, { path: '/CreditGuarantee', name: 'CreditGuarantee', redirect: '/page1', meta: { notCache: true, access: ['no_admin', 'page1', 'page3', 'page4'], icon: 'custom custom-neibuwanglai', title: '内部往来及担保' }, component: Main, children: [{ path: '/page1', name: 'page1', meta: { access: ['no_admin', 'page1'], notCache: true, icon: 'custom custom-neibuwangla_b', title: '内部往来情况' }, component: () => import('@/view/CreditGuarantee/page1.vue') }, { path: '/page3', name: 'page3', meta: { notCache: true, access: ['no_admin', 'page3'], icon: 'custom custom-xinyongdanbaopinggu', title: '信用担保评估' }, component: () => import('@/view/CreditGuarantee/page3.vue') }, { path: '/page4', name: 'page4', meta: { notCache: true, access: ['no_admin', 'page4'], icon: 'custom custom-diyazhidi', title: '抵押质押评估' }, component: () => import('@/view/CreditGuarantee/page4.vue') } ] }, { path: '/IndependentCollateralAssessment', name: 'IndependentCollateralAssessment', redirect: '/LandCollateral', component: Main, meta: { notCache: true, access: ['no_admin', 'LandCollateral', 'QuasiCash', 'OpenClaims', 'PrivatelyClaims', 'OpenEquity', 'PrivatelyEquity', 'Commodity', 'Others'], icon: 'custom custom-dulidanbaopin', title: '独立担保品' }, children: [{ path: '/LandCollateral', name: 'LandCollateral', meta: { notCache: true, access: ['no_admin', 'LandCollateral'], icon: 'custom custom-tudifangchanlei', title: '土地房产类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/LandCollateral.vue') }, { path: '/QuasiCash', name: 'QuasiCash', meta: { notCache: true, access: ['no_admin', 'QuasiCash'], icon: 'custom custom-zhunxianjin', title: '准现金资产类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/QuasiCash.vue') }, { path: '/OpenClaims', name: 'OpenClaims', meta: { notCache: true, access: ['no_admin', 'OpenClaims'], icon: 'custom custom-gongkaizhaiquan', title: '公开债权类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/OpenClaims.vue') }, { path: '/PrivatelyClaims', name: 'PrivatelyClaims', meta: { notCache: true, access: ['no_admin', 'PrivatelyClaims'], icon: 'custom custom-feigongkaizhaiquan_b', title: '非公开债权类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/PrivatelyClaims.vue') }, { path: '/OpenEquity', name: 'OpenEquity', meta: { notCache: true, access: ['no_admin', 'OpenEquity'], icon: 'custom custom-gongkaiguquan', title: '公开股权类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/OpenEquity.vue') }, { path: '/PrivatelyEquity', name: 'PrivatelyEquity', meta: { notCache: true, access: ['no_admin', 'PrivatelyEquity'], icon: 'custom custom-feigongkaiguquan', title: '非公开股权类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/PrivatelyEquity.vue') }, { path: '/Commodity', name: 'Commodity', meta: { notCache: true, access: ['no_admin', 'Commodity'], icon: 'custom custom-shangpinlei', title: '商品类担保品' }, component: () => import('@/view/IndependentCollateralAssessment/Commodity.vue') }, { path: '/Others', name: 'Others', meta: { notCache: true, access: ['no_admin', 'Others'], icon: 'custom custom-qita', title: '其他担保品' }, component: () => import('@/view/IndependentCollateralAssessment/Others.vue') } ] }, { path: '/ComprehensivePerformanceAnalysis', name: 'ComprehensivePerformanceAnalysis', redirect: '/BalanceSheet', meta: { notCache: true, access: ['no_admin', 'Analysis_firstRepayment', 'BalanceSheet', 'StatementOfCashFlow', 'FreeBalanceSheet', 'BusinessAnalysis', 'page5_firstRepayment', 'Analysis_guaranteeGroup', 'BalanceSheet_g', 'StatementOfCashFlow_g', 'FreeBalanceSheet_g', 'BusinessAnalysis_g', 'page5_guaranteeGroup'], icon: 'custom custom-jixiao', title: '全面绩效分析' }, component: Main, children: [{ path: '/Analysis_firstRepayment', name: 'Analysis_firstRepayment', meta: { notCache: true, access: ['no_admin', 'Analysis_firstRepayment'], icon: 'custom custom-diyihuankuanlaiyuan', title: '第一还款来源主体' }, component: parentView, children: [{ path: '/BalanceSheet', name: 'BalanceSheet', meta: { notCache: true, access: ['no_admin', 'BalanceSheet'], icon: 'custom custom-zhaiquan', title: '资产负债分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/BalanceSheet.vue') }, { path: '/StatementOfCashFlow', name: 'StatementOfCashFlow', meta: { notCache: true, access: ['no_admin', 'StatementOfCashFlow'], icon: 'custom custom-qiandai', title: '现金流量分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/StatementOfCashFlow.vue') }, { path: '/FreeBalanceSheet', name: 'FreeBalanceSheet', meta: { notCache: true, access: ['no_admin', 'FreeBalanceSheet'], icon: 'custom custom-touruchanchu', title: '投入产出分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/FreeBalanceSheet.vue') }, { path: '/BusinessAnalysis', name: 'BusinessAnalysis', meta: { notCache: true, access: ['no_admin', 'BusinessAnalysis'], icon: 'custom custom-jingyingfenxi', title: '经营分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/BusinessAnalysis.vue') }, { path: '/page5_firstRepayment', name: 'page5_firstRepayment', meta: { notCache: true, access: ['no_admin', 'page5_firstRepayment'], icon: 'custom custom-guquan', title: '内部股权债权关系分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_firstRepayment/page5.vue') } ] }, { path: '/Analysis_guaranteeGroup', name: 'Analysis_guaranteeGroup', meta: { notCache: true, access: ['no_admin', 'Analysis_guaranteeGroup'], icon: 'custom custom-xinyongdanbaopinggu', title: '信用担保主体' }, component: parentView, children: [{ path: '/BalanceSheet_g', name: 'BalanceSheet_g', meta: { access: ['no_admin', 'BalanceSheet_g'], notCache: true, icon: 'custom custom-zhaiquan', title: '资产负债分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/BalanceSheet.vue') }, { path: '/StatementOfCashFlow_g', name: 'StatementOfCashFlow_g', meta: { notCache: true, access: ['no_admin', 'StatementOfCashFlow_g'], icon: 'custom custom-qiandai', title: '现金流量分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/StatementOfCashFlow.vue') }, { path: '/FreeBalanceSheet_g', name: 'FreeBalanceSheet_g', meta: { notCache: true, access: ['no_admin', 'FreeBalanceSheet_g'], icon: 'custom custom-touruchanchu', title: '投入产出分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/FreeBalanceSheet.vue') }, { path: '/BusinessAnalysis_g', name: 'BusinessAnalysis_g', meta: { notCache: true, access: ['no_admin', 'BusinessAnalysis_g'], icon: 'custom custom-jingyingfenxi', title: '经营分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/BusinessAnalysis.vue') }, { path: '/page5_guaranteeGroup', name: 'page5_guaranteeGroup', meta: { notCache: true, access: ['no_admin', 'page5_guaranteeGroup'], icon: 'custom custom-guquan', title: '内部股权债权关系分析' }, component: () => import('@/view/ComprehensivePerformanceAnalysis/Analysis_guaranteeGroup/page5.vue') } ] } ] }, { path: '/EvaluationResult', name: 'EvaluationResult', redirect: '/EvaluationResultPage2', component: Main, meta: { notCache: true, access: ['no_admin', 'EvaluationResultPage2', 'tab1', 'fileListPage'], icon: 'custom custom-xinyongfengxian', title: '风险综合评估' }, children: [{ path: '/EvaluationResultPage2', name: 'EvaluationResultPage2', meta: { notCache: true, access: ['no_admin', 'EvaluationResultPage2'], icon: 'custom custom-fenxi', title: '违约率与RAROC分析' }, component: () => import('@/view/EvaluationResult/EvaluationResultPage2.vue') }, { path: '/tab1', name: 'tab1', meta: { notCache: true, access: ['no_admin', 'tab1'], icon: 'custom custom-pinggu', title: '信用风险综合评估报告' }, component: () => import('@/view/EvaluationResult/tab1.vue') }, { path: '/fileListPage', name: 'fileListPage', meta: { notCache: true, access: ['no_admin', 'fileListPage'], icon: 'custom custom-xinyongdanbaopinggu', title: '项目附件' }, component: () => import('@/view/EvaluationResult/fileListPage.vue') } ] }, { path: '/AccountManagement_s', name: 'AccountManagement_s', redirect: '/accountManagement_s', meta: { access: ['super_admin', 'accountManagement_s'], notCache: true, icon: 'custom custom-zhanghuguanli', title: '账号管理' }, component: Main, children: [{ path: '/accountManagement_s', name: 'accountManagement_s', meta: { notCache: true, access: ['super_admin', 'accountManagement_s'], icon: 'custom custom-zhanghuguanli', title: '机构管理员账号' }, component: () => import('@/view/superAdministration/accountManagement_s.vue') }, { path: '/ChangePassword', name: 'ChangePassword', meta: { notCache: true, hideInBread: true, hideInMenu: true, icon: 'custom custom-zhanghuguanli', title: '修改账号密码' }, component: () => import('@/view/AccountManagement/ChangePassword.vue') } ] }, { path: '/AccountManagement', name: 'AccountManagement', redirect: '/accountManagement', meta: { access: ['company_admin', 'accountManagement'], notCache: true, icon: 'custom custom-zhanghuguanli', title: '账号管理' }, component: Main, children: [{ path: '/accountManagement', name: 'accountManagement', meta: { notCache: true, access: ['company_admin', 'accountManagement'], icon: 'custom custom-zhanghuguanli', title: '机构员工账号' }, component: () => import('@/view/parameterMaintenance/accountManagement.vue') }, { path: '/ChangePassword', name: 'ChangePassword', meta: { notCache: true, hideInBread: true, hideInMenu: true, icon: 'custom custom-zhanghuguanli', title: '修改账号密码' }, component: () => import('@/view/AccountManagement/ChangePassword.vue') } ] }, { // 系统管理员 path: '/superAdministration', name: 'superAdministration', redirect: '/propertyInfoList_s', component: Main, meta: { notCache: true, access: ['super_admin', 'propertyInfoList_s', 'assetRecoveryStatement_s', 'baseRateTable_s'], icon: 'custom custom-canshubiaoweihu_b', title: '参数表维护' }, children: [{ path: '/propertyInfoList_s', name: 'propertyInfoList_s', meta: { notCache: true, access: ['super_admin', 'propertyInfoList_s'], icon: 'custom custom-zhutifengxianxishu_b', title: '主体性质风险系数' }, component: () => import('@/view/superAdministration/propertyInfoList_s.vue') }, { path: '/assetRecoveryStatement_s', name: 'assetRecoveryStatement_s', meta: { notCache: true, access: ['super_admin', 'assetRecoveryStatement_s'], icon: 'custom custom-zichanhuishoulvyugubiao', title: '资产可回收率预估表' }, component: () => import('@/view/superAdministration/assetRecoveryStatement_s.vue') }, { path: '/baseRateTable_s', name: 'baseRateTable_s', meta: { notCache: true, access: ['super_admin', 'baseRateTable_s'], icon: 'custom custom-jizhunlilvjiegoubiao', title: '基准利率期限结构表' }, component: () => import('@/view/superAdministration/baseRateTable_s.vue') } ] }, { // 主体管理员 path: '/parameterMaintenance', name: 'parameterMaintenance', redirect: '/assetRecoveryStatement', component: Main, meta: { notCache: true, access: ['company_admin', 'assetRecoveryStatement', 'baseRateTable', 'ratingScale'], icon: 'custom custom-canshubiaoweihu_b', title: '参数表维护' }, children: [{ path: '/assetRecoveryStatement', name: 'assetRecoveryStatement', meta: { notCache: true, access: ['company_admin', 'assetRecoveryStatement'], icon: 'custom custom-zichanhuishoulvyugubiao', title: '资产可回收率预估表' }, component: () => import('@/view/parameterMaintenance/assetRecoveryStatement.vue') }, { path: '/baseRateTable', name: 'baseRateTable', meta: { notCache: true, access: ['company_admin', 'baseRateTable'], icon: 'custom custom-zichanchengbenbiao', title: '资金成本表' }, component: () => import('@/view/parameterMaintenance/baseRateTable.vue') }, { path: '/ratingScale', name: 'ratingScale', meta: { notCache: true, access: ['company_admin', 'ratingScale'], icon: 'custom custom-pingjizhubiaochi_b', title: '评级主标尺表' }, component: () => import('@/view/parameterMaintenance/ratingScale.vue') } ] }, { path: '/message', name: 'message', component: Main, meta: { notCache: true, hideInBread: true, hideInMenu: true }, children: [{ path: '/message_page', name: 'message_page', meta: { notCache: true, icon: 'custom custom-jixiao', title: '消息中心' }, component: () => import('@/view/single-page/message/index.vue') }] }, { path: '/offSiteCheckQYTP', name: 'offSiteCheckQYTP', meta: { notCache: true, hideInMenu: true, }, component: () => import('@/view/enterpriseControl/offSiteCheckQYTP.vue') }, { path: '/rongziDebtDetail', name: 'rongziDebtDetail', meta: { notCache: true, hideInMenu: true, }, component: () => import('@/view/diligenceTools/bondfinancingDetail.vue') }, { path: '/newsDetail', name: 'newsDetail', meta: { notCache: true, hideInMenu: true }, component: () => import('@/view/diligenceTools/components/newsDetail') }, { path: '/401', name: 'error_401', meta: { notCache: true, access: ['error_401'], hideInMenu: true }, component: () => import('@/view/error-page/401.vue') }, { path: '/500', name: 'error_500', meta: { notCache: true, hideInMenu: true }, component: () => import('@/view/error-page/500.vue') }, { path: '*', name: 'error_404', meta: { notCache: true, hideInMenu: true }, component: () => import('@/view/error-page/404.vue') } ]