报价管理: 报价订单 { path: 'front', name: 'offer-order-front', component: OfferOrderFront, meta: { name: '前端购买', icon: "table" } }, 报价统计 { path: 'unaccess-user', name: 'offer-statistics-unaccess-user', component: OfferStatisticsUnaccessUser, meta: { name: '无权限用户', icon: "table" } }, { path: 'ad-click', name: 'offer-statistics-ad-click', component: OfferStatisticsADClick, meta: { name: '广告点击统计', icon: "table" } } 供求管理: 供求订单: { path: 'front', name: 'sd-order-front', component: SupplyDemandOrderFront, meta: { name: '前端购买', icon: "table" } }, 行业资料 { path: "industry", component: Industry, name: "industry", meta: { name: '行业资料', icon: 'example' }, children: [ { path: "drawings", component: Drawings, name: "drawings", meta: { name: '图纸', icon: 'table' }, }, { path: "patent", component: IndustryPatent, name: "industry-patent", meta: { name: '行业专利', icon: 'table' }, }, { path: "overview", component: IndustryOverview, name: "industry-overview", meta: { name: '行业概述', icon: 'table' }, }, { path: "books", component: IndustryBooks, name: "industry-books", meta: { name: '行业书籍', icon: 'table' }, }, { path: 'order', name: 'industry-order', component: IndustryOrder, meta: { name: '行业资料订单', icon: "table" }, children: [ { path: 'after', name: 'industry-order-after', component: IndustryOrderAfter, meta: { name: '前端购买', icon: "table" } } ] }, { path: "profile", component: IndustryProfile, name: "industry-profile", meta: { name: '行业资料配置', icon: 'table' }, children: [ { path: 'type', name: 'industry-profile-type', component: IndustryProfileType, meta: { name: '行业资料类别配置', icon: "table" } } ] }, { path: "statistics", component: IndustryStatistics, name: "industry-statistics", meta: { name: '行业资料统计', icon: 'table' }, children: [ { path: 'user', name: 'industry-statistics-user', component: IndustryStatisticsUser, meta: { name: '以用户为基准', icon: "table" } }, { path: 'content', name: 'industry-statistics-content', component: IndustryStatisticsContent, meta: { name: '以内容为基准', icon: "table" } } ] }, ] }, { path: "futures-statistics", component: FuturesStatistics, name: "futures-statistics", meta: { name: '期货信息统计', icon: 'example' } },