封装看板跳转页面

This commit is contained in:
2024-08-26 09:56:43 +08:00
parent 6705e5ef98
commit 02d3e63121
14 changed files with 410 additions and 63 deletions

View File

@@ -1,12 +1,30 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
// {
// "path" : "pages/setup",
// "style" :
// {
// "navigationStyle": "custom"
// }
// }
// ,{
// "path" : "pages/screen",
// "style" :
// {
// "navigationStyle": "custom"
// }
// },
{
"path" : "pages/setup",
"style": {
"navigationStyle": "custom"
"path" : "pages/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
}
,{
"path" : "pages/home",
"style" :
{