diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js index e177ab6b..ba24a8b0 100644 --- a/report-ui/src/router/index.js +++ b/report-ui/src/router/index.js @@ -143,7 +143,7 @@ export const constantRouterMap = [ { path: 'report', name: 'reportIndex', - component: () => import('@/views/report/report/index'), + component: () => import('@/views/reportManage/index'), meta: { title: '报表管理', icon: 'iconnavicon-ywcs', diff --git a/report-ui/src/views/report/report/components/share.vue b/report-ui/src/views/report/bigscreen/components/share.vue similarity index 100% rename from report-ui/src/views/report/report/components/share.vue rename to report-ui/src/views/report/bigscreen/components/share.vue diff --git a/report-ui/src/views/report/bigscreen/index.vue b/report-ui/src/views/report/bigscreen/index.vue index 34ef7db1..d1ab1140 100644 --- a/report-ui/src/views/report/bigscreen/index.vue +++ b/report-ui/src/views/report/bigscreen/index.vue @@ -106,7 +106,7 @@ diff --git a/report-ui/src/views/report/excelreport/index.vue b/report-ui/src/views/report/excelreport/index.vue index 15131fb9..7587f577 100644 --- a/report-ui/src/views/report/excelreport/index.vue +++ b/report-ui/src/views/report/excelreport/index.vue @@ -107,7 +107,7 @@ diff --git a/report-ui/src/views/report/report/index.vue b/report-ui/src/views/reportManage/index.vue similarity index 96% rename from report-ui/src/views/report/report/index.vue rename to report-ui/src/views/reportManage/index.vue index 8e01ab17..d40c9554 100644 --- a/report-ui/src/views/report/report/index.vue +++ b/report-ui/src/views/reportManage/index.vue @@ -1,12 +1,14 @@ + * @Descripttion: 报表设计--报表管理 + * @version: + * @Author: qianlishi + * @Date: 2021-12-11 14:48:27 + * @LastEditors: qianlishi + * @LastEditTime: 2021-12-13 12:20:46 +-->