From ab8a7077f531e6081f1e8486d9534b11f54dfe5e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期六, 18 三月 2023 17:35:43 +0800
Subject: [PATCH] 统计调整

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

diff --git a/src/main.js b/src/main.js
index ed23992..10da838 100644
--- a/src/main.js
+++ b/src/main.js
@@ -20,6 +20,7 @@
 import map from '@/utils/map'
 Vue.prototype.$map = map
 Vue.prototype.$axios = api
+window.eventBus = new Vue();
 router.beforeEach((to, from, next) => {
   if (to.meta.needLogin) {
     const token = sessionStorage.getItem('token');
@@ -40,4 +41,4 @@
   store,
   render: h => h(App)
 }).$mount('#app')
-// Vue.config.devtools=true
\ No newline at end of file
+// Vue.config.devtools=true

--
Gitblit v1.8.0