diff --git a/src/router/index.ts b/src/router/index.ts index 682b3c52..5c5646c6 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -36,11 +36,11 @@ const routes: Array = [ name: 'history', component: _import('HistoryPage') }, - { - path: '/oldHistory', - name: 'oldHistory', - component: _import('OldHistoryPage') - }, + // { + // path: '/oldHistory', + // name: 'oldHistory', + // component: _import('OldHistoryPage') + // }, { path: '/library', name: 'library',