From fc34d7b911f0120d2278772e57b1b2c38fe2800e Mon Sep 17 00:00:00 2001 From: qianlishi <1432731663@qq.com> Date: Mon, 13 Dec 2021 12:23:11 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8A=A5=E8=A1=A8=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=20=E6=95=B0=E6=8D=AE=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/router/index.js | 2 +- report-ui/src/views/accessAuthority/index.vue | 4 ++-- report-ui/src/views/accessRole/index.vue | 8 ++++++++ report-ui/src/views/accessUser/index.vue | 8 ++++++++ .../datasource/components/EditDataSource.vue | 5 ----- .../src/views/{report => }/datasource/index.vue | 15 +++++++++------ 6 files changed, 28 insertions(+), 14 deletions(-) rename report-ui/src/views/{report => }/datasource/components/EditDataSource.vue (97%) rename report-ui/src/views/{report => }/datasource/index.vue (96%) diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js index dce9304e..073e766c 100644 --- a/report-ui/src/router/index.js +++ b/report-ui/src/router/index.js @@ -119,7 +119,7 @@ export const constantRouterMap = [ { path: 'datasource', name: 'datasource', - component: () => import('@/views/report/datasource/index'), + component: () => import('@/views/datasource/index'), meta: { title: '数据源', icon: 'icondatabase', diff --git a/report-ui/src/views/accessAuthority/index.vue b/report-ui/src/views/accessAuthority/index.vue index cba0b850..153aaa66 100755 --- a/report-ui/src/views/accessAuthority/index.vue +++ b/report-ui/src/views/accessAuthority/index.vue @@ -1,10 +1,10 @@