Files
test-subject/src/pages.json

53 lines
971 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": ""
}
},
{
2025-10-20 14:55:15 +08:00
"path": "pages/post",
2025-10-14 18:04:20 +08:00
"style": {
2025-10-20 14:55:15 +08:00
"navigationBarTitleText": "帖子"
2025-10-14 18:04:20 +08:00
}
},
{
2025-10-20 14:55:15 +08:00
"path": "pages/video",
2025-10-14 18:04:20 +08:00
"style": {
2025-10-20 14:55:15 +08:00
"navigationBarTitleText": "视频"
2025-10-14 18:04:20 +08:00
}
},
{
2025-10-20 14:55:15 +08:00
"path": "pages/head/head",
2025-10-14 18:04:20 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
2025-10-20 14:55:15 +08:00
"path": "pages/findmore/findmore",
2025-10-14 18:04:20 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
2025-10-20 14:55:15 +08:00
"path": "pages/comments/comments",
2025-10-14 18:04:20 +08:00
"style": {
"navigationBarTitleText": ""
}
2025-10-15 18:04:12 +08:00
},
{
2025-10-20 14:55:15 +08:00
"path": "pages/news",
2025-10-15 18:04:12 +08:00
"style": {
"navigationBarTitleText": "新闻"
}
2025-10-14 18:04:20 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}