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 @@