分享功能开发

This commit is contained in:
francis_fh
2026-01-27 17:10:58 +08:00
parent 1de0bacebf
commit fb88fdbb89
2 changed files with 20 additions and 0 deletions

16
mixins/share.js Normal file
View File

@@ -0,0 +1,16 @@
export default {
onShareAppMessage() {
return {
title: '喀什智慧就业平台',
path: '/pages/index/index',
imageUrl: ''
};
},
onShareTimeline() {
return {
title: '喀什智慧就业平台',
path: '/pages/index/index',
imageUrl: ''
};
}
};