123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [
- "pages/login/login",
- "pages/tabber/home/index",
- "pages/tabber/order/index",
- "pages/tabber/set/index",
- "pages/tabber/builds/index",
- "pages/signIn/siginIn",
- "pages/signIn/hand/hand",
- "pages/signIn/recode/recode",
- "pages/mySet/admin/admin",
- "pages/mySet/print/print",
- "pages/sorting/choice/choice",
- "pages/control/choice/choice",
- "pages/control/order/order",
- "pages/control/result/result",
- "pages/sorting/enter/enter"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "洗护管家",
- "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"
- }
|