16 lines
302 B
JavaScript
16 lines
302 B
JavaScript
|
|
export default {
|
||
|
|
onShareAppMessage() {
|
||
|
|
return {
|
||
|
|
title: '喀什智慧就业平台',
|
||
|
|
path: '/pages/index/index',
|
||
|
|
imageUrl: ''
|
||
|
|
};
|
||
|
|
},
|
||
|
|
onShareTimeline() {
|
||
|
|
return {
|
||
|
|
title: '喀什智慧就业平台',
|
||
|
|
path: '/pages/index/index',
|
||
|
|
imageUrl: ''
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|