路由调整

This commit is contained in:
shikong 2024-10-22 14:19:37 +08:00
parent f849b13002
commit 5cb9283901
Signed by: Shikong
GPG Key ID: BD85FF18B373C341

View File

@ -27,18 +27,6 @@
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/test-page/test-camera",
"style": {
"navigationBarTitleText": "摄像头测试"
}
},
{
"path": "pages/test-page/test-crypto",
"style": {
"navigationBarTitleText": "加密测试"
}
},
{
"path": "pages/device-info/device-info",
"style": {
@ -108,6 +96,18 @@
"style": {
"navigationBarTitleText": "测试页面"
}
},
{
"path": "pages/test-camera",
"style": {
"navigationBarTitleText": "摄像头测试"
}
},
{
"path": "pages/test-crypto",
"style": {
"navigationBarTitleText": "加密测试"
}
}
]
}