You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.3 KiB
63 lines
1.3 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/card/card_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "礼包详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/card/card",
|
|
"style": {
|
|
"navigationBarTitleText": "礼包"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/BindPhone",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定账号",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"scrollIndicator": false //禁用原生导航栏,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/UserFragment",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定账号",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"scrollIndicator": false //禁用原生导航栏,
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#191919",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/card/card",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/home/UserFragment",
|
|
"text": "我的"
|
|
}]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|