diff --git a/src/project/police/AppPeopleList/Add.vue b/src/project/police/AppPeopleList/Add.vue index b1cce122..d3318eb5 100644 --- a/src/project/police/AppPeopleList/Add.vue +++ b/src/project/police/AppPeopleList/Add.vue @@ -47,7 +47,7 @@
姓名 - +
@@ -56,7 +56,7 @@
身份证号 - +
diff --git a/src/project/police/AppPeopleList/AppPeopleList.vue b/src/project/police/AppPeopleList/AppPeopleList.vue index dc9870f8..db557863 100644 --- a/src/project/police/AppPeopleList/AppPeopleList.vue +++ b/src/project/police/AppPeopleList/AppPeopleList.vue @@ -127,7 +127,7 @@ export default { }, toDetailCard(item) { - uni.navigateTo({url: `./DetailCard?id=${item.id}`}) + uni.navigateTo({url: `./DetailPeople?id=${item.id}`}) }, changeArea(e) { diff --git a/src/project/police/AppPeopleList/DetailCard.vue b/src/project/police/AppPeopleList/DetailCard.vue deleted file mode 100644 index a776af71..00000000 --- a/src/project/police/AppPeopleList/DetailCard.vue +++ /dev/null @@ -1,222 +0,0 @@ - - - - - diff --git a/src/project/police/AppPeopleList/ExamineList.vue b/src/project/police/AppPeopleList/ExamineList.vue deleted file mode 100644 index 1266b12c..00000000 --- a/src/project/police/AppPeopleList/ExamineList.vue +++ /dev/null @@ -1,276 +0,0 @@ - - - - - diff --git a/src/project/police/AppPeopleList/PeopleList.vue b/src/project/police/AppPeopleList/PeopleList.vue deleted file mode 100644 index 147bcfb8..00000000 --- a/src/project/police/AppPeopleList/PeopleList.vue +++ /dev/null @@ -1,320 +0,0 @@ - - - - -