From d5e6f9c1f69f098aba75c49da99add932a21d3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Sat, 24 Aug 2024 16:42:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9E=84=E5=BB=BA=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webs/cop-web/src/main.ts | 3 +-- .../src/views/taskHistoty/appliedStatistics/LineCharts.vue | 2 +- webs/sms-web/src/main.ts | 2 +- .../new_dashboard_component/AlarmHandling.vue | 2 +- .../new_dashboard_component/echarts/BarReverseCharts.vue | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/webs/cop-web/src/main.ts b/webs/cop-web/src/main.ts index 876baea..dac2924 100644 --- a/webs/cop-web/src/main.ts +++ b/webs/cop-web/src/main.ts @@ -8,6 +8,5 @@ */ import { render } from '@cmp/cmp-core/render' import qiankunRender from '@cmp/cmp-core/qiankunRender' -import * as echarts from 'echarts/core' -console.log(echarts) + export const { bootstrap, mount, unmount } = qiankunRender(render) diff --git a/webs/cop-web/src/views/taskHistoty/appliedStatistics/LineCharts.vue b/webs/cop-web/src/views/taskHistoty/appliedStatistics/LineCharts.vue index e9e3e3d..48b7339 100644 --- a/webs/cop-web/src/views/taskHistoty/appliedStatistics/LineCharts.vue +++ b/webs/cop-web/src/views/taskHistoty/appliedStatistics/LineCharts.vue @@ -8,8 +8,8 @@