From 11da2aef4b4aa8ebff5b58b5241aaa6e0df56eb4 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 18 Jun 2024 15:43:09 +0800
Subject: [PATCH] fix: bug修改

---
 utils/share.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/share.js b/utils/share.js
index 721afd2..85d74d5 100644
--- a/utils/share.js
+++ b/utils/share.js
@@ -19,7 +19,7 @@
         // console.log("���������������������", pages);
         this.share.path = `/${page.route}`
         if (page.options.infor) {
-            this.share.path = `/${page.route}?infor=${page.options.infor}`
+            this.share.path = `/${page.route}?infor=${page.options.infor}&type=share`
         }
         console.log('page.options', page.options)
         return {

--
Gitblit v1.8.0