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') };