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.

50 lines
1.1 KiB

2 years ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
2 years ago
"path": "pages/card/card",
2 years ago
"style": {
"navigationBarTitleText": "uni-app"
}
2 years ago
},
{
"path": "pages/index/BindPhone",
"style": {
"navigationBarTitleText": "绑定账号",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
2 years ago
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "绑定账号",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
2 years ago
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
2 years ago
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#191919",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/card/card",
"text": "首页"
}, {
2 years ago
"pagePath": "pages/index/index",
2 years ago
"text": "通知"
}]
},
2 years ago
"uniIdRouter": {}
2 years ago
}