From 0d254374c91f83f17eb3ecec84ec4e8130b74376 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 21 Feb 2022 14:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E9=BB=98=E8=AE=A4=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.vue b/App.vue index d6a77aef..ad0aef79 100644 --- a/App.vue +++ b/App.vue @@ -1293,7 +1293,7 @@ var result = { title: data.title || share_config.title || this.data.application_title, desc: data.desc || share_config.desc || this.data.application_describe, - path: data.path || '/pages/index/index', + path: data.path || this.data.tabbar_pages[0], query: this.share_query_handle(data.query || ''), img: data.img || share_config.pic || this.get_config('config.home_site_logo_square') };