分享默认地址优化
parent
a9df41ff89
commit
0d254374c9
2
App.vue
2
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')
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue