From d4f3df8d38e83495b0911f7e770e71fc991d2d0c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 14 Oct 2025 15:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0adminMemori?= =?UTF-8?q?al?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++++------- .../memorial/adminMemorial.vue | 0 2 files changed, 6 insertions(+), 7 deletions(-) rename page_user/deviceControl/deviceControl.vue => pages/memorial/adminMemorial.vue (100%) diff --git a/pages.json b/pages.json index b5afb2e..a105f7b 100644 --- a/pages.json +++ b/pages.json @@ -237,6 +237,12 @@ "style": { "navigationStyle": "custom" } + }, + { + "path" : "pages/memorial/adminMemorial", + "style": { + "navigationStyle": "custom" + } } ], "subPackages": [ @@ -282,13 +288,6 @@ "style": { "navigationBarTitleText": "" } - }, - { - "path" : "deviceControl/deviceControl", - "style" : - { - "navigationBarTitleText" : "" - } } ] } diff --git a/page_user/deviceControl/deviceControl.vue b/pages/memorial/adminMemorial.vue similarity index 100% rename from page_user/deviceControl/deviceControl.vue rename to pages/memorial/adminMemorial.vue