Files
ops/uniapp/pages.json
T
kevin 9d3eb0cea9 new
Signed-off-by: kevin <kevin@lmve.net>
2025-06-05 11:04:12 +08:00

74 lines
1.2 KiB
JSON

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path" : "pages/MA/MA",
"style" :
{
"navigationBarTitleText" : "Monthly Activities"
}
},
{
"path" : "pages/test/test",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/test2/test2",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/settings/profile",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/qa/qa",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/qa/edit_a",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/qa/add_q",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}