cankao-h5/src/pages.json

85 lines
1.9 KiB
JSON
Raw 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.

{
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index"
},
{
"path": "pages/home/index",
"style": {
"enablePullDownRefresh": true,
"bounce": "none"
}
},
{
"path": "pages/mine/index"
},
{
"path": "pages/sreachReq/index"
},
{
"path": "pages/detail/index"
},
{
"path": "pages/detail/indexNewsInfo"
},
{
"path": "pages/flash/index"
},
{
"path": "pages/news/index"
},
{
"path": "pages/knowEarlier/index"
},
{
"path": "pages/worldlyAffairs/index"
},
{
"path": "pages/subscribed/index"
},
{
"path": "pages/bookmark/index"
},
{
"path": "pages/realtimeInfo/index"
},
{
"path": "pages/realtimeInfo/rankDetail"
},
{
"path": "pages/realtimeInfo/home"
},
{
"path": "pages/realtimeInfo/pc/index"
},
{
"path": "pages/realtimeInfo/pc/top10"
},
{
"path": "pages/realtimeInfo/pc/rank"
},
{
"path": "pages/realtimeInfo/pc/indexPC"
}
],
"globalStyle": {
"navigationStyle": "custom",
"transparentTitle": "always",
"titlePenetrate": "YES",
"defaultTitle": "", // 将导航栏默认的 title 置空
"navigationBarTitleText": "中证参考",
"titleBarColor": "#000000", // 虽然设置导航栏背景色不生效,但可以影响前景色为白色
"app-plus": {
"bounce": "none" // 将回弹属性关掉
},
"mp-alipay": {
"allowsBounceVertical": "YES"
}
}
}