设备接口列表对接
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
|
||||
};
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
// #ifdef MP
|
||||
onShareAppMessage (res) {
|
||||
onShareAppMessage(res) {
|
||||
return {
|
||||
title: "荣创科技",
|
||||
path: "/pages/index/index",
|
||||
title: '荣创科技',
|
||||
path: '/pages/index/index',
|
||||
};
|
||||
},
|
||||
onShareTimeline () {
|
||||
onShareTimeline() {
|
||||
return {
|
||||
title: "荣创科技",
|
||||
path: "/pages/index/index",
|
||||
title: '荣创科技',
|
||||
path: '/pages/index/index',
|
||||
};
|
||||
},
|
||||
// #endif
|
||||
|
||||
Reference in New Issue
Block a user