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 } ]