From 027baed44ad298da9c5b8585f81f719d43ca90e1 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期五, 02 八月 2024 14:12:55 +0800
Subject: [PATCH] 更改开始工程的推送

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

diff --git a/UI-Project/src/main.js b/UI-Project/src/main.js
index b8b328b..7f48d13 100644
--- a/UI-Project/src/main.js
+++ b/UI-Project/src/main.js
@@ -11,7 +11,13 @@
 import VXETable from 'vxe-table'
 import 'vxe-table/lib/style.css'
 import i18n from '@/lang'
+// import Echarts from "vue-echarts"
+import * as echarts from "echarts"
+// echarts.registerMap('china', china)
+// Vue.prototype.$echarts = echarts
 
+// app.component("v-chart", Echarts)
+// app.config.globalProperties.$echarts = echarts
 const app = createApp(App)
 const pinia = createPinia()
 pinia.use(piniaPluginPersistedstate )

--
Gitblit v1.8.0