1
0
forked from dyf/APP

修改了列表跳转方式

This commit is contained in:
fengerli
2025-08-15 10:30:08 +08:00
parent 106320bfd5
commit 8e1a37dbea
6 changed files with 55 additions and 60 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' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息
});