From 5e643f74908b4c9da38c8ef290d02fabad2ab4a5 Mon Sep 17 00:00:00 2001 From: nyoung <12190070+nyoungo@user.noreply.gitee.com> Date: Mon, 21 Oct 2024 22:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E7=8F=AD=20=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-repair/applyList/applyList.vue | 161 +++++++++++++++++++++++++++ pages.json | 7 ++ 2 files changed, 168 insertions(+) create mode 100644 pages-repair/applyList/applyList.vue diff --git a/pages-repair/applyList/applyList.vue b/pages-repair/applyList/applyList.vue new file mode 100644 index 0000000..bf406a4 --- /dev/null +++ b/pages-repair/applyList/applyList.vue @@ -0,0 +1,161 @@ + + + + + diff --git a/pages.json b/pages.json index 10253d0..294b799 100644 --- a/pages.json +++ b/pages.json @@ -145,6 +145,13 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path" : "applyList/applyList", + "style" : + { + "navigationBarTitleText" : "" + } } ] },