quick/pages.json
2022-10-26 18:37:36 +08:00

155 lines
3.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/playlet/index",
"style": {
"navigationBarTitleText": "剧宝",
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false
},
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "剧宝",
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false
},
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index/index",
"style": {
"navigationBarTitleText": "剧宝",
"navigationStyle": "custom",
"disableScroll": true,
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff"
}
},
{
"path": "pages/discover/index",
"style": {
"navigationBarTitleText": "剧宝",
"navigationStyle": "custom",
"disableScroll": true,
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff"
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff"
}
}, {
"path": "pages/pay/pay",
"style": {
"navigationBarTitleText": "充值中心",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff",
"disableScroll": true
}
},
{
"path": "pages/my/history/index",
"style": {
"navigationBarTitleText": "历史观看",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff",
"disableScroll": true
}
},
{
"path": "pages/my/recharge/index",
"style": {
"navigationBarTitleText": "充值记录",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff",
"disableScroll": true
}
},
{
"path": "pages/video/index",
"style": {
"navigationBarTitleText": "剧宝",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"backgroundColor": "#fff",
"navigationStyle": "custom",
"disableScroll": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "剧宝",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^G(.*)": "@/components/global/G$1.vue", // 匹配components/global目录内的vue文件
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
"^esc-(.*)": "@/components/sn-swiper/esc-$1/index.vue"
}
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"borderStyle": "#EEEEEE",
"selectedColor": "#FF779E",
"iconWidth": "22px",
"color": "#666666",
"fontSize": "10px",
"height": "68px",
"list": [{
"text": "短剧",
"pagePath": "pages/playlet/index",
"iconPath": "static/tabbar/playlet_off.png",
"selectedIconPath": "static/tabbar/playlet_on.png"
},
{
"text": "发现",
"pagePath": "pages/discover/index",
"iconPath": "static/tabbar/discover_off.png",
"selectedIconPath": "static/tabbar/discover_on.png"
},
{
"text": "我的",
"pagePath": "pages/my/index/index",
"iconPath": "static/tabbar/my_off.png",
"selectedIconPath": "static/tabbar/my_on.png"
}
]
},
"uniIdRouter": {}
}