页面添加adminMemorial

This commit is contained in:
WindowBird 2025-10-14 15:09:30 +08:00
parent d75e0214a6
commit d4f3df8d38
2 changed files with 6 additions and 7 deletions

View File

@ -237,6 +237,12 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path" : "pages/memorial/adminMemorial",
"style": {
"navigationStyle": "custom"
}
} }
], ],
"subPackages": [ "subPackages": [
@ -282,13 +288,6 @@
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
},
{
"path" : "deviceControl/deviceControl",
"style" :
{
"navigationBarTitleText" : ""
}
} }
] ]
} }