设备接口列表对接

This commit is contained in:
仲么了
2023-04-04 08:47:19 +08:00
parent 0325347e06
commit feb7d7b6ed
8 changed files with 184 additions and 169 deletions

View File

@@ -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