From 459b28e173541342feda3d362e3ccc5ab7b0673a Mon Sep 17 00:00:00 2001 From: engigu Date: Thu, 25 Jan 2024 11:39:16 +0800 Subject: [PATCH] chroe: echarts unless import opt --- web/src/views/tabsTools/statistic/statistic.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/views/tabsTools/statistic/statistic.vue b/web/src/views/tabsTools/statistic/statistic.vue index a14d57e..88bc620 100644 --- a/web/src/views/tabsTools/statistic/statistic.vue +++ b/web/src/views/tabsTools/statistic/statistic.vue @@ -58,7 +58,6 @@ // } from '@element-plus/icons-vue' import { reactive, toRefs, onMounted, onUnmounted ,inject } from 'vue' import { request } from '@/api/api' -// import * as echarts from "echarts" export default { setup() { @@ -69,7 +68,6 @@ export default { }); const echart = inject('$echarts'); - // let echart = echarts; const getStatisticData = async () => { const rsp = await request.get('/statistic');