|
@@ -10,7 +10,7 @@ export default {
|
|
|
|
|
|
|
|
onShareAppMessage() {
|
|
onShareAppMessage() {
|
|
|
return {
|
|
return {
|
|
|
- title: this.shareTitle || '云飞智控',
|
|
|
|
|
|
|
+ title: this.shareTitle || 'AI 诊病虫,智控赋新农~',
|
|
|
path: this.sharePath || '/pages/index/index',
|
|
path: this.sharePath || '/pages/index/index',
|
|
|
imageUrl: this.shareImage || ''
|
|
imageUrl: this.shareImage || ''
|
|
|
}
|
|
}
|
|
@@ -19,7 +19,7 @@ export default {
|
|
|
// 朋友圈
|
|
// 朋友圈
|
|
|
onShareTimeline() {
|
|
onShareTimeline() {
|
|
|
return {
|
|
return {
|
|
|
- title: this.timelineTitle || '云飞智控',
|
|
|
|
|
|
|
+ title: this.timelineTitle || 'AI 诊病虫,智控赋新农~',
|
|
|
query: this.timelineQuery || '',
|
|
query: this.timelineQuery || '',
|
|
|
imageUrl: this.timelineImage || ''
|
|
imageUrl: this.timelineImage || ''
|
|
|
}
|
|
}
|