From 9c3961f513cb548c129dd911c1eb92ec21bb703c Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 18 Mar 2024 15:01:38 +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