From 1b4bd8ddec2ed7f074d08de21b6a4a1a88786b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A8=9C?= Date: Fri, 25 Apr 2025 15:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=8F=9C=E5=8D=95=E6=9A=82?= =?UTF-8?q?=E5=81=9C=E8=BD=AE=E8=AF=A2=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 4 +-- src/views/tools/index.vue | 74 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 167a16fa..d4a43baa 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -55,8 +55,8 @@ const router = createRouter({ { path: '/witchainD', name: 'witchainD', - component: (): Promise => - import('src/views/tools/index.vue'), + component: null, + children:[] }, { path: '/404', diff --git a/src/views/tools/index.vue b/src/views/tools/index.vue index 098c8da9..37eb2160 100644 --- a/src/views/tools/index.vue +++ b/src/views/tools/index.vue @@ -3,15 +3,89 @@
+ +