95 lines
1.7 KiB
JSON
95 lines
1.7 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"enablePullDownRefresh": true,
|
|
"app-plus": {
|
|
"bounce": "none",
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"type": "share",
|
|
"text": "分享",
|
|
"fontSize": "18"
|
|
}],
|
|
"backButton": {
|
|
"background": "#00FF00"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/about",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Info/Info",
|
|
"style": {
|
|
"navigationBarTitleText": "详情"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/videolive/videolive",
|
|
"style": {
|
|
"navigationBarTitleText": "电视直播"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/watchtv/watchtv",
|
|
"style": {
|
|
"navigationBarTitleText": "看电视"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/invitation/invitation",
|
|
"style": {
|
|
"navigationBarTitleText": "帖子分享"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/News/News",
|
|
"style": {
|
|
"navigationBarTitleText": "新闻资讯",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/demand/demand",
|
|
"style": {
|
|
"navigationBarTitleText": "视频分享"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/Tv/Tv",
|
|
"style": {
|
|
"navigationBarTitleText": "再包河",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#3cc51f",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/about/about",
|
|
"text": "我的"
|
|
}]
|
|
}
|
|
}
|