52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/login",
|
|
"pages/cart/cart",
|
|
"pages/my/my"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pagesOrder",
|
|
"pages": [
|
|
"order/order",
|
|
"detail/detail",
|
|
"addressList/addressList",
|
|
"addressEdit/addressEdit"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#fff"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#20b128",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tab/a.png",
|
|
"selectedIconPath": "static/tab/aa.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/cart",
|
|
"text": "购物车",
|
|
"iconPath": "static/tab/b.png",
|
|
"selectedIconPath": "static/tab/ba.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "static/tab/c.png",
|
|
"selectedIconPath": "static/tab/ca.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |