From 7f922eb1e96e21e72fccc651167348021af039d2 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 13 Nov 2023 08:53:22 +0800
Subject: [PATCH] fix:小程序详情修改

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

diff --git a/main.js b/main.js
index 5470a1f..f4ec32e 100644
--- a/main.js
+++ b/main.js
@@ -6,6 +6,7 @@
 // import * as common from './utils/common' // ������������
 import store from './store/index.js'
 import storage from './utils/storage' // ������������
+import share from './utils/share.js' // ������������������������������������
 import '.env.js'
 // ������������
 Vue.prototype.$store = store
@@ -24,4 +25,5 @@
 })
 app.$mount()
 import uView from '@/uni_modules/uview-ui'
-Vue.use(uView)
\ No newline at end of file
+Vue.use(uView)
+Vue.mixin(share)
\ No newline at end of file

--
Gitblit v1.8.0