This commit is contained in:
linxi
2025-07-11 10:01:28 +08:00
+3 -2
View File
@@ -2,10 +2,11 @@ export default{
data(){
return {
//设置默认的分享参数
sharePagePath: '/pages/home/index',
share:{
title: '云南香道滇官方商城',
path:'/pages/Loading/index',
imageUrl:'http://admin-api.xdd618.com/file/pic/20210617211221217375.jpg',
path: this.sharePagePath,
imageUrl: this.$VUE_APP_RESOURCES_URL + '/20210617211221217375.jpg?' + new Date().getTime(),
desc: '',
content: ''
}