From 32eedf2857255cf29985ffc0cc73e75eccda39bf Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期六, 20 九月 2025 22:18:15 +0800
Subject: [PATCH] 2025.9.20 完成现场巡查基础数据产品和月度巡查简报的中间数据产品

---
 src/main.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main.js b/src/main.js
index ceb52d6..175bb60 100644
--- a/src/main.js
+++ b/src/main.js
@@ -20,9 +20,6 @@
 import isSameOrAfter from 'dayjs/plugin/isSameOrAfter';
 import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
 
-// echarts
-import * as echarts from 'echarts'
-
 
 dayjs.extend(isSameOrAfter);
 dayjs.extend(isSameOrBefore);
@@ -30,7 +27,6 @@
 const app = createApp(App);
 
 app.config.globalProperties.$fm = timeUtil;
-app.config.globalProperties.$echarts = echarts
 app.config.globalProperties.$message = ElMessage
 app.config.globalProperties.$notification = ElNotification
 app.config.globalProperties.$messageBox = ElMessageBox

--
Gitblit v1.9.3