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