From d70a057249c909ce0033fdaf3558c218c2c93089 Mon Sep 17 00:00:00 2001 From: qianlishi <1432731663@qq.com> Date: Mon, 13 Dec 2021 09:46:55 +0800 Subject: [PATCH] update router --- report-ui/src/router/index.js | 4 +++- report-ui/src/views/home/index.vue | 18 +++++++++++++----- report-ui/src/views/login.vue | 10 ++++++---- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js index 6a7d919b..dce9304e 100644 --- a/report-ui/src/router/index.js +++ b/report-ui/src/router/index.js @@ -256,7 +256,9 @@ export const constantRouterMap = [ path: '/excelreport/designer', component: () => import('@/views/report/excelreport/designer'), hidden: true, - meta: { requireAuth: true } + meta: { + requireAuth: true + } }, { path: '/404', diff --git a/report-ui/src/views/home/index.vue b/report-ui/src/views/home/index.vue index a70e6a3d..06e968df 100644 --- a/report-ui/src/views/home/index.vue +++ b/report-ui/src/views/home/index.vue @@ -1,3 +1,11 @@ +