38 lines
973 B
JSON
38 lines
973 B
JSON
{
|
|
"pages": [
|
|
"pages/home/home-page",
|
|
"pages/index/index",
|
|
"pages/bags/bags-page",
|
|
"pages/me/me-page",
|
|
"pages/home/product-details"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#FFFDF1",
|
|
"selectedColor": "#333333",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home-page",
|
|
"iconPath": "/static/tabbar/ic_home.png",
|
|
"selectedIconPath": "/static/tabbar/ic_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/bags/bags-page",
|
|
"iconPath": "/static/tabbar/ic_bags.png",
|
|
"selectedIconPath": "/static/tabbar/ic_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me-page",
|
|
"iconPath": "/static/tabbar/ic_me.png",
|
|
"selectedIconPath": "/static/tabbar/ic_s.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |