From f342e7d672ea49dea80b47199ac3386b2625475c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 9 Aug 2023 14:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AB=E6=BA=AA=E8=BF=AD=E4=BB=A3,=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCommunityInfo/AppCommunityInfo.vue | 0 .../AppCommunityInfo/components/Add.vue | 0 .../AppCommunityInfo/components/Detail.vue | 0 .../AppCommunityInfo/components/List.vue | 0 project/wuxi/AppNavConfig/AppNavConfig.vue | 40 ++ project/wuxi/AppNavConfig/components/List.vue | 557 ++++++++++++++++++ .../AppReportAiWill/AppReportAtWill.vue | 0 .../AppReportAiWill/components/Detail.vue | 0 .../AppReportAiWill/components/List.vue | 0 .../AppReportAiWill/components/Setting.vue | 0 10 files changed, 597 insertions(+) rename project/wuxi/{app => }/AppCommunityInfo/AppCommunityInfo.vue (100%) rename project/wuxi/{app => }/AppCommunityInfo/components/Add.vue (100%) rename project/wuxi/{app => }/AppCommunityInfo/components/Detail.vue (100%) rename project/wuxi/{app => }/AppCommunityInfo/components/List.vue (100%) create mode 100644 project/wuxi/AppNavConfig/AppNavConfig.vue create mode 100644 project/wuxi/AppNavConfig/components/List.vue rename project/wuxi/{app => }/AppReportAiWill/AppReportAtWill.vue (100%) rename project/wuxi/{app => }/AppReportAiWill/components/Detail.vue (100%) rename project/wuxi/{app => }/AppReportAiWill/components/List.vue (100%) rename project/wuxi/{app => }/AppReportAiWill/components/Setting.vue (100%) diff --git a/project/wuxi/app/AppCommunityInfo/AppCommunityInfo.vue b/project/wuxi/AppCommunityInfo/AppCommunityInfo.vue similarity index 100% rename from project/wuxi/app/AppCommunityInfo/AppCommunityInfo.vue rename to project/wuxi/AppCommunityInfo/AppCommunityInfo.vue diff --git a/project/wuxi/app/AppCommunityInfo/components/Add.vue b/project/wuxi/AppCommunityInfo/components/Add.vue similarity index 100% rename from project/wuxi/app/AppCommunityInfo/components/Add.vue rename to project/wuxi/AppCommunityInfo/components/Add.vue diff --git a/project/wuxi/app/AppCommunityInfo/components/Detail.vue b/project/wuxi/AppCommunityInfo/components/Detail.vue similarity index 100% rename from project/wuxi/app/AppCommunityInfo/components/Detail.vue rename to project/wuxi/AppCommunityInfo/components/Detail.vue diff --git a/project/wuxi/app/AppCommunityInfo/components/List.vue b/project/wuxi/AppCommunityInfo/components/List.vue similarity index 100% rename from project/wuxi/app/AppCommunityInfo/components/List.vue rename to project/wuxi/AppCommunityInfo/components/List.vue diff --git a/project/wuxi/AppNavConfig/AppNavConfig.vue b/project/wuxi/AppNavConfig/AppNavConfig.vue new file mode 100644 index 00000000..71671e7e --- /dev/null +++ b/project/wuxi/AppNavConfig/AppNavConfig.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/project/wuxi/AppNavConfig/components/List.vue b/project/wuxi/AppNavConfig/components/List.vue new file mode 100644 index 00000000..bb3cfe45 --- /dev/null +++ b/project/wuxi/AppNavConfig/components/List.vue @@ -0,0 +1,557 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue b/project/wuxi/AppReportAiWill/AppReportAtWill.vue similarity index 100% rename from project/wuxi/app/AppReportAiWill/AppReportAtWill.vue rename to project/wuxi/AppReportAiWill/AppReportAtWill.vue diff --git a/project/wuxi/app/AppReportAiWill/components/Detail.vue b/project/wuxi/AppReportAiWill/components/Detail.vue similarity index 100% rename from project/wuxi/app/AppReportAiWill/components/Detail.vue rename to project/wuxi/AppReportAiWill/components/Detail.vue diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/AppReportAiWill/components/List.vue similarity index 100% rename from project/wuxi/app/AppReportAiWill/components/List.vue rename to project/wuxi/AppReportAiWill/components/List.vue diff --git a/project/wuxi/app/AppReportAiWill/components/Setting.vue b/project/wuxi/AppReportAiWill/components/Setting.vue similarity index 100% rename from project/wuxi/app/AppReportAiWill/components/Setting.vue rename to project/wuxi/AppReportAiWill/components/Setting.vue