diff --git a/vue/src/router/modules/fisprint.js b/vue/src/router/modules/fisprint.js index 888a6399..ea3309a8 100644 --- a/vue/src/router/modules/fisprint.js +++ b/vue/src/router/modules/fisprint.js @@ -35,17 +35,8 @@ const pgfisPrint = { //roles: ['SettleAccount.Reports'], icon: '结算对比' } - }, - { - path: '/pg-M100Online', - component: () => import('@/views/pg-fis/basedate/m100Online'), - name: 'pg-M100Online',//命名路由 - meta: { - title: 'M100上线信息', - //roles: ['SettleAccount.Reports'], - icon: '售后' - } } + ] }