/** 派格fis路由 */ //import Layout from '@/layout/firstLayout' import Layout from '@/layout' const pgfisPrint = { path: '/pg-fis-print', component: Layout, redirect: 'fisprint', name: 'pgfis', meta: { //requiresAuth: true, title: '排序单打印', index: 0, type: 'crm', icon: '业务', keepAlive: false, }, children: [ { path: '/pg-m100normal-print', component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'), name: 'pg-M100Online',//命名路由 meta: { title: '日常打印M100信息', //roles: ['SettleAccount.Reports'], icon: '客户零件' } }, { path: '/select', component: () => import('@/views/pg-fis/basedate/select'), name: 'select',//命名路由 meta: { title: 'M100查询', //roles: ['SettleAccount.Reports'], icon: '结算对比' } } ] } export default pgfisPrint