From 833fd27d69dc58040c6b3b659f4a052f9dd575ff Mon Sep 17 00:00:00 2001 From: "songnan.zhang" Date: Wed, 22 Dec 2021 16:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/fisprint.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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: '售后' - } } + ] }