mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(移动端): 在移动端通过工作台我的收藏查看仪表板失败
This commit is contained in:
@@ -115,7 +115,7 @@ const handleCellClick = ele => {
|
||||
router.push({
|
||||
path: '/panel/mobile',
|
||||
query: {
|
||||
dvId: ele.id
|
||||
dvId: ele.resourceId
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user