From f698d1dbfe9b74cd7a4938380d4501ccf21508f9 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期三, 26 十一月 2025 10:19:30 +0800
Subject: [PATCH] 煤仓库存明细无数据隐藏

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

diff --git a/main.js b/main.js
index 29b062f..5a527eb 100644
--- a/main.js
+++ b/main.js
@@ -2,6 +2,7 @@
 import Vue from 'vue'
 import uView from '@/uni_modules/uview-ui';
 import '@/api/constant.js';
+import store from './store'
 
 uni.$u.config.unit = 'rpx'
 Vue.use(uView)
@@ -13,13 +14,14 @@
 Vue.prototype.$reqGet = reqGet;
 Vue.prototype.$reqPost = reqPost;
 
-
+Vue.prototype.$store = store
 
 Vue.config.productionTip = false
 
 
 App.mpType = 'app'
 const app = new Vue({
+	store,
 	...App
 })
 app.$mount()

--
Gitblit v1.9.1