Commit ea00cd01 authored by 陈明豪's avatar 陈明豪

bug修改

parent 9fd1640a
...@@ -850,7 +850,7 @@ export default { ...@@ -850,7 +850,7 @@ export default {
}, },
ownerDetail(row) { ownerDetail(row) {
const local = process.env.VUE_APP_WEB const local = process.env.VUE_APP_WEB
window.location.href = `${local}/customer-management/pet-owner-management/pet-owner-detail/${row.ownId}` window.location.href = `${local}/data-statistics/pet-owner-detail?id=${row.ownId}`
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment