1
0
forked from dyf/APP

添加类型路由后,合并版本

This commit is contained in:
liub
2025-08-15 10:52:29 +08:00
6 changed files with 25 additions and 23 deletions

View File

@ -143,7 +143,7 @@
url: "/pages/6170/deviceControl/index",
success: (res) => {
// 页面跳转成功后的回调函数
res.eventChannel.emit('deviceControl', {
res.eventChannel.emit('detailData', {
data: item,
apiType: 'listB' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息
});

View File

@ -100,7 +100,7 @@
url: "/pages/6170/deviceControl/index",
success: (res) => {
// 页面跳转成功后的回调函数
res.eventChannel.emit('deviceControl', {
res.eventChannel.emit('detailData', {
data: item,
apiType: 'listB' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息
});