From 6d1707a003e8245d558d9a0e0b849829dd05b59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A8=9C?= Date: Tue, 18 Feb 2025 11:08:14 +0800 Subject: [PATCH] =?UTF-8?q?witchaind=E5=B5=8C=E5=85=A5=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 8 +- src/views/dialogue/dialogueView.vue | 111 +++++++++++++++++----------- src/views/tools/index.vue | 27 ++++--- 3 files changed, 84 insertions(+), 62 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 912484d..cbad9bf 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -51,14 +51,10 @@ const router = createRouter({ import('src/views/createapp/index.vue'), }, { - path: '/tools', - name: 'tools', + path: '/witchainD', + name: 'witchainD', component: (): Promise => import('src/views/tools/index.vue'), - beforeEnter: (to, from, next) => { - window.location.href = 'https://www.baidu.com' - //之后改成 witchain——D - } }, { path: '/404', diff --git a/src/views/dialogue/dialogueView.vue b/src/views/dialogue/dialogueView.vue index 558e50e..6a9be49 100644 --- a/src/views/dialogue/dialogueView.vue +++ b/src/views/dialogue/dialogueView.vue @@ -1,26 +1,24 @@