From 02fcf492b928649570a34af5125a085a89e564a2 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Wed, 13 Dec 2023 13:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=BD=B1=E9=99=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=9B=B8=E5=85=B3=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/update/index.vue | 81 +++++++++++++++++++++++++------------- 2 files changed, 54 insertions(+), 29 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8c6f80b..3af52d1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3,7 +3,7 @@ import Layout from '@/layout/index.vue' const routes = [ { - path: '/', + path: '/update', name: 'Home', component: Layout, } diff --git a/src/views/update/index.vue b/src/views/update/index.vue index b2a7394..94940ae 100644 --- a/src/views/update/index.vue +++ b/src/views/update/index.vue @@ -1,13 +1,20 @@