From 9407c8a456054e293ca7d8354c96552b87d809d6 Mon Sep 17 00:00:00 2001 From: qianlishi <1432731663@qq.com> Date: Sun, 29 Aug 2021 08:01:40 +0800 Subject: [PATCH] update --- .../src/views/report/bigscreen/designer/tools/index.js | 6 +++--- .../bigscreen/designer/tools/{toolMain.js => main.js} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename report-ui/src/views/report/bigscreen/designer/tools/{toolMain.js => main.js} (100%) diff --git a/report-ui/src/views/report/bigscreen/designer/tools/index.js b/report-ui/src/views/report/bigscreen/designer/tools/index.js index ae301f96..80c1afb8 100644 --- a/report-ui/src/views/report/bigscreen/designer/tools/index.js +++ b/report-ui/src/views/report/bigscreen/designer/tools/index.js @@ -1,12 +1,12 @@ /* - * @Descripttion: + * @Descripttion: 主文件 * @version: * @Author: qianlishi * @Date: 2021-08-29 06:43:07 * @LastEditors: qianlishi - * @LastEditTime: 2021-08-29 07:57:24 + * @LastEditTime: 2021-08-29 08:00:59 */ -import { widgetTool } from "./toolMain" +import { widgetTool } from "./main" const screenConfig = { code: 'screen', type: 'screen', diff --git a/report-ui/src/views/report/bigscreen/designer/tools/toolMain.js b/report-ui/src/views/report/bigscreen/designer/tools/main.js similarity index 100% rename from report-ui/src/views/report/bigscreen/designer/tools/toolMain.js rename to report-ui/src/views/report/bigscreen/designer/tools/main.js