41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/category/category",
|
|
"pages/personal/personal",
|
|
"pages/detail/detail"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#19c324",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "/static/tabbar/icon-home.png",
|
|
"selectedIconPath": "/static/tabbar/selected-icon-home.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/category/category",
|
|
"text": "分类",
|
|
"iconPath": "static/tabbar/icon-category.png",
|
|
"selectedIconPath": "static/tabbar/selected-icon-category.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/personal/personal",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/icon-personal.png",
|
|
"selectedIconPath": "static/tabbar/selected-icon-personal.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |