From 6baa8d04d0537822d19bfc53933d498f8a953406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A8=9C?= Date: Tue, 6 May 2025 14:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B7=AF=E7=94=B1=E9=87=8Cwi?= =?UTF-8?q?tchainD=E5=AF=B9=E5=BA=94component=E4=BD=A0=E9=9D=A2=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 167a16f..08e1023 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -55,8 +55,7 @@ const router = createRouter({ { path: '/witchainD', name: 'witchainD', - component: (): Promise => - import('src/views/tools/index.vue'), + component:'', }, { path: '/404', -- Gitee