44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/news/news",
|
|
"pages/news/news-details",
|
|
"pages/mall/mall",
|
|
"pages/me/me",
|
|
"pages/me/account-deletion",
|
|
"pages/mall/order-list",
|
|
"pages/me/account-login",
|
|
"pages/other/agreement",
|
|
"pages/me/account-info",
|
|
"pages/other/coupon",
|
|
"pages/mall/product-detail",
|
|
"pages/address/address-list",
|
|
"pages/address/address-edit"
|
|
],
|
|
"tabBar": {
|
|
"color": "#C6C6C6",
|
|
"selectedColor": "#333333",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/news/news",
|
|
"text": "资讯",
|
|
"iconPath": "/static/tabbar/news.png",
|
|
"selectedIconPath": "/static/tabbar/news_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/mall",
|
|
"text": "商城",
|
|
"iconPath": "/static/tabbar/mall.png",
|
|
"selectedIconPath": "/static/tabbar/mall_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me",
|
|
"text": "我的",
|
|
"iconPath": "/static/tabbar/me.png",
|
|
"selectedIconPath": "/static/tabbar/me_s.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |