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.2 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/card/card",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/index/BindPhone",
"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",
"iconPath": "static/home_n.png",
"selectedIconPath": "static/home_s.png",
"text": "首页"
}, {
"pagePath": "pages/index/msg",
"iconPath": "static/msg_n.png",
"selectedIconPath": "static/msg_s.png",
"text": "通知"
}, {
"pagePath": "pages/index/me",
"iconPath": "static/me_n.png",
"selectedIconPath": "static/me_s.png",
"text": "我的"
}]
},
"uniIdRouter": {}
}