From 78242d39851256ca0172fd8a0442e96a35462e20 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 1 Aug 2024 19:46:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E6=97=A5=E5=8E=86?= =?UTF-8?q?=E5=8A=9F=E8=83=BDbug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/invest/accountCalendar/index.vue | 54 +++++++++++----------- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8a64db4..ba77e17 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -65,7 +65,7 @@ export const constantRoutes = [ { path: '', component: Layout, - redirect: '/newindex' + redirect: '/accountCalendar' // children: [ // { // path: '/index', diff --git a/src/views/invest/accountCalendar/index.vue b/src/views/invest/accountCalendar/index.vue index fc8e17c..3fe0af4 100644 --- a/src/views/invest/accountCalendar/index.vue +++ b/src/views/invest/accountCalendar/index.vue @@ -1,35 +1,37 @@