54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"page/component/index",
|
|
"page/component/category/category",
|
|
"page/component/cart/cart",
|
|
"page/component/user/user",
|
|
"page/component/address/address",
|
|
"page/component/orders/orders",
|
|
"page/component/details/details",
|
|
"page/component/list/list",
|
|
"page/component/search/search",
|
|
"page/component/myOrders/myOrder",
|
|
"page/component/refund/refund",
|
|
"page/component/invoice/invoice",
|
|
"page/component/myOrders2/myOrder2",
|
|
"page/component/login/login",
|
|
"page/component/aboutUs/aboutUs"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "大雄校园生活社",
|
|
"navigationBarBackgroundColor": "#AB956D",
|
|
"backgroundColor": "#eeeeee",
|
|
"enablePullDownRefresh": true
|
|
},
|
|
"tabBar": {
|
|
"color": "#b7b7b7",
|
|
"selectedColor": "#AB956D",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#f5f5f5",
|
|
"list": [
|
|
{
|
|
"pagePath": "page/component/index",
|
|
"iconPath": "image/12.png",
|
|
"selectedIconPath": "image/11.png",
|
|
"text": "主页"
|
|
},
|
|
{
|
|
"pagePath": "page/component/user/user",
|
|
"iconPath": "image/42.png",
|
|
"selectedIconPath": "image/41.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"networkTimeout": {
|
|
"request": 10000,
|
|
"connectSocket": 10000,
|
|
"uploadFile": 10000,
|
|
"downloadFile": 10000
|
|
},
|
|
"debug": false,
|
|
"sitemapLocation": "sitemap.json"
|
|
} |