47 lines
961 B
JSON
47 lines
961 B
JSON
|
|
{
|
|||
|
|
"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": {}
|
|||
|
|
}
|