You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
{ |
|
"pages": [ |
|
"pages/me/me", |
|
"pages/index/index", |
|
"pages/category/category", |
|
"pages/shoppingcar/shoppingcar" |
|
|
|
], |
|
"window": { |
|
"backgroundTextStyle": "light", |
|
"navigationBarBackgroundColor": "#009966", |
|
"navigationBarTitleText": "莫凡商城", |
|
"navigationBarTextStyle": "white" |
|
}, |
|
"tabBar": { |
|
"selectedColor": "#009966", |
|
"backgroundColor": "#ffffff", |
|
"borderStyle": "white", |
|
"color": "#999999", |
|
"list": [{ |
|
"pagePath": "pages/index/index", |
|
"text": "首页", |
|
"iconPath": "pages/images/bar/home-1.png", |
|
"selectedIconPath": "pages/images/bar/home-0.png" |
|
},{ |
|
"pagePath": "pages/category/category", |
|
"text": "分类", |
|
"iconPath": "pages/images/bar/category-1.png", |
|
"selectedIconPath": "pages/images/bar/category-0.png" |
|
},{ |
|
"pagePath": "pages/shoppingcar/shoppingcar", |
|
"text": "购物车", |
|
"iconPath": "pages/images/bar/cart-1.png", |
|
"selectedIconPath": "pages/images/bar/cart-0.png" |
|
},{ |
|
"pagePath": "pages/me/me", |
|
"text": "我的", |
|
"iconPath": "pages/images/bar/me-1.png", |
|
"selectedIconPath": "pages/images/bar/me-0.png" |
|
}] |
|
}, |
|
"networkTimeout": { |
|
"request": 20000, |
|
"connectSocket": 20000, |
|
"uploadFile": 20000, |
|
"downloadFile": 20000 |
|
}, |
|
"debug": false, |
|
"style": "v2", |
|
"sitemapLocation": "sitemap.json", |
|
"lazyCodeLoading": "requiredComponents" |
|
}
|
|
|