【功能完善】小程序 forward 转发

This commit is contained in:
puhui999
2024-11-29 12:21:31 +08:00
parent 1ff8890d58
commit f98b1a2bea
2 changed files with 10 additions and 6 deletions
+6 -1
View File
@@ -71,13 +71,18 @@ const app = defineStore({
};
this.platform = {
share: {
methods: ['poster', 'link'],
methods: ['forward', 'poster', 'link'],
linkAddress: 'http://127.0.0.1:3000', // TODO 芋艿:可以考虑改到 .env 那
posterInfo: {
user_bg: '/static/img/shop/config/user-poster-bg.png',
goods_bg: '/static/img/shop/config/goods-poster-bg.png',
groupon_bg: '/static/img/shop/config/groupon-poster-bg.png',
},
forwardInfo: {
title: '',
image: '',
desc: '',
},
},
bind_mobile: 0,
};