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": ""
|
|
|
|
|
|
}
|
2025-10-15 18:04:12 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/components/news/news",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "新闻"
|
|
|
|
|
|
}
|
2025-10-14 18:04:20 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|