修复从我的分享进入设备页有权限验证的问题

This commit is contained in:
liub
2026-02-07 13:52:40 +08:00
parent 4a7af6d093
commit 8f211750b0
3 changed files with 26 additions and 13 deletions

View File

@ -147,7 +147,7 @@
// 页面跳转成功后的回调函数
res.eventChannel.emit('detailData', {
data: item,
apiType: 'listB' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息
apiType:this.activeTab===0?'listA':'listB' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息
});
}
})