From 2630e10ec75b8d861fe0897c224f5b9266f550ec Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang960204@163.com>
Date: 星期四, 01 六月 2023 19:20:15 +0800
Subject: [PATCH] 提交代码

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

diff --git a/src/main.js b/src/main.js
index 02ca7c0..e2fd6b2 100644
--- a/src/main.js
+++ b/src/main.js
@@ -29,6 +29,18 @@
 Vue.use(ElementUI, {
     size: 'small'
 });
+
+import echarts from 'echarts'
+Vue.prototype.$echarts = echarts;
+
+import '@/utils/lib-fiexible'
+
+import {getStore,setStore,removeStore} from "./libs/store";
+
+Vue.prototype.getStore = getStore
+Vue.prototype.setStore = setStore
+Vue.prototype.removeStore = removeStore
+
 Vue.prototype.$axios = axios;
 axios.defaults.withCredentials = true
 // 瀵规彁浜ょ殑鏁版嵁杩涜json搴忓垪鍖�,鍙兘瀛樺湪闂,鏆傛椂鏈彂鐜颁粈涔堥棶棰�

--
Gitblit v1.9.1