From 71bba5b60a66a2132d5364d4994427b45ffb8e74 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 19 Feb 2024 09:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E8=80=81=E7=89=88history?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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',