From 04f3f15c930c2b02187d0ce11d68978b65361d54 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 31 三月 2023 09:26:29 +0800
Subject: [PATCH] 修复多数bug

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

diff --git a/main.js b/main.js
index 5e8f4b3..6d629e2 100644
--- a/main.js
+++ b/main.js
@@ -25,6 +25,7 @@
 Vue.prototype.$reqAll = reqAll;
 Vue.prototype.$reqGet = reqGet;
 Vue.prototype.$reqPost = reqPost;
+Vue.prototype.$store = store;
 // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉�
 const app = new Vue({
 	store,

--
Gitblit v1.9.1