门店变更需求

This commit is contained in:
liuye
2024-07-09 17:42:13 +08:00
parent e29c5e5695
commit 1b14f88546
5 changed files with 53 additions and 23 deletions

View File

@@ -213,7 +213,7 @@ export default {
})
},
showDetail(e) {
uni.navigateTo({url: `/apps/AppPeopleList/DetailCard?id=${e.resident_id}`})
uni.navigateTo({url: `/mods/AppPeopleList/DetailCard?id=${e.resident_id}`})
}
},
}