12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- "pages/tabber/home/index",
- "pages/tabber/order/index",
- "pages/tabber/set/index",
- "pages/tabber/builds/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#4699FF",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/tabber/home/index",
- "text": "首页",
- "iconPath": "image/tabber/home.png",
- "selectedIconPath": "image/tabber/home-active.png"
- },
- {
- "pagePath": "pages/tabber/order/index",
- "text": "分拣单",
- "iconPath": "image/tabber/order.png",
- "selectedIconPath": "image/tabber/order-active.png"
- },
- {
- "pagePath": "pages/tabber/builds/index",
- "text": "打包",
- "iconPath": "image/tabber/build.png",
- "selectedIconPath": "image/tabber/build-active.png"
- },
- {
- "pagePath": "pages/tabber/set/index",
- "text": "设置",
- "iconPath": "image/tabber/set.png",
- "selectedIconPath": "image/tabber/set-active.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|