From e95b21a03fe9dfc35326c99890a685c53cd36fbc Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 20 十月 2025 15:29:45 +0800
Subject: [PATCH] 续费人员查询修改
---
src/main.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main.js b/src/main.js
index 1e5df94..e666d54 100644
--- a/src/main.js
+++ b/src/main.js
@@ -38,8 +38,7 @@
Vue.use(ElementUI, { locale });
Vue.config.productionTip = false;
-
-new Vue({
+Vue.prototype.$EventBus = new Vue({
el: "#app",
router,
store,
--
Gitblit v1.8.0