From 407b9cd46316750fd2bb6b77c8569c6f962bdf1f Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 23 Dec 2021 11:43:36 +0800 Subject: [PATCH] AiListPage --- src/apps/AppPageBasic/AppPageBasic.vue | 4 +--- .../AppPageCivilization/AppPageCivilization.vue | 4 +--- src/apps/AppPageInteraction/AppPageInteraction.vue | 4 +--- src/apps/AppPageParty/AppPageParty.vue | 4 +--- src/apps/AppPageResident/AppPageResident.vue | 4 +--- src/apps/AppSpecialPeople/AppSpecialPeople.vue | 4 ++-- src/apps/AppSpecialPeople/{components => }/add.vue | 0 .../AppSpecialPeople/{components => }/detail.vue | 7 ++++--- .../{components => }/img/down-icon.png | Bin .../{components => }/img/local-icon.png | Bin .../{components => }/img/search-icon.png | Bin .../{components => }/img/user-img.png | Bin .../{AppListPage/AppListPage.vue => AiListPage.vue} | 0 13 files changed, 11 insertions(+), 20 deletions(-) rename src/apps/AppSpecialPeople/{components => }/add.vue (100%) rename src/apps/AppSpecialPeople/{components => }/detail.vue (98%) rename src/apps/AppSpecialPeople/{components => }/img/down-icon.png (100%) rename src/apps/AppSpecialPeople/{components => }/img/local-icon.png (100%) rename src/apps/AppSpecialPeople/{components => }/img/search-icon.png (100%) rename src/apps/AppSpecialPeople/{components => }/img/user-img.png (100%) rename src/components/{AppListPage/AppListPage.vue => AiListPage.vue} (100%) diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue index 2622d1ae..60ab8280 100644 --- a/src/apps/AppPageBasic/AppPageBasic.vue +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -1,15 +1,13 @@