Files
test-subject/src/pages.json

47 lines
961 B
JSON
Raw Normal View History

2025-10-14 18:04:20 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/videopage/videopage",
"style": {
"navigationBarTitleText": "视频"
}
},
{
"path": "pages/components/postpage/postpage",
"style": {
"navigationBarTitleText": "帖子"
}
},
{
"path": "pages/components/head/head",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/findmore/findmore",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/comments/comments",
"style": {
"navigationBarTitleText": ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}