From 4620bd465034c80b44f8b0869e26182fb4a48286 Mon Sep 17 00:00:00 2001 From: zhangyouji Date: Mon, 10 Jul 2023 08:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 5b24752..d56fb8a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,16 +17,6 @@ export const constantRoutes = [ path: '/404', component: () => import('@/views/404') // hidden: true - }, - { - path: '/oilFinalStatementList', - component: () => import('@/views/oilFinalStatement/oilFinalStatementList') - // hidden: true - }, - { - path: '/oilFinalStatementAddList', - component: () => import('@/views/oilFinalStatement/oilFinalStatementAddList') - // hidden: true } ]