pull/19/head
zhangyouji 1 year ago
parent b6fd0b63de
commit 4620bd4650
  1. 10
      src/router/index.js

@ -17,16 +17,6 @@ export const constantRoutes = [
path: '/404', path: '/404',
component: () => import('@/views/404') component: () => import('@/views/404')
// hidden: true // hidden: true
},
{
path: '/oilFinalStatementList',
component: () => import('@/views/oilFinalStatement/oilFinalStatementList')
// hidden: true
},
{
path: '/oilFinalStatementAddList',
component: () => import('@/views/oilFinalStatement/oilFinalStatementAddList')
// hidden: true
} }
] ]

Loading…
Cancel
Save