From 3db69ad0012032cf01c0911d2517135394ec9bea Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 27 Jun 2024 14:39:22 +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