BUG 28182

This commit is contained in:
aixianling
2022-03-16 17:42:18 +08:00
parent b8619bad84
commit 81c172a789

View File

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