基于uniapp开发
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.
 
 
 
 

54 lines
1.3 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "变色龙"
}
}, {
"path": "pages/chineseColor/chineseColor",
"style": {
"navigationBarTitleText": "中国色",
"enablePullDownRefresh": false
}
}, {
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "留言板",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#000",
"selectedColor": "#4976c9",
"list": [{
"iconPath": "/static/tabbar/success00.png",
"selectedIconPath": "/static/tabbar/success01.png",
"pagePath": "pages/index/index",
"text": "调色盘"
},
{
"iconPath": "/static/tabbar/system00.png",
"selectedIconPath": "/static/tabbar/system01.png",
"pagePath": "pages/chineseColor/chineseColor",
"text": "中国色"
},
{
"iconPath": "/static/tabbar/msg00.png",
"selectedIconPath": "/static/tabbar/msg01.png",
"pagePath": "pages/feedback/feedback",
"text": "留言板"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "变色龙",
"navigationBarBackgroundColor": "#000",
"backgroundColor": "#fff"
},
"uniIdRouter": {}
}