12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "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",
- "pages/record/record",
- "pages/sorting/add/add",
- "pages/sorting/seled/seled",
- "pages/tabber/builds/hand_desc/handDesc",
- "pages/error/yichang/index",
- "pages/error/yichangchuli/index",
- "pages/error/jiesuan/index",
- "pages/record/recorddetails/recorddetails",
- "pages/tabber/order/see/see",
- "pages/record/recorddetailsinfo/recorddetailsinfo",
- "pages/sorting/enternext/enternext",
- "pages/bluetooth/bluetooth"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "洗护管家",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- },
- "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",
- "permission": {
- "scope.userLocation": {
- "desc": "需要获取您的位置,以便取得推荐最近的网点"
- }
- },
- "debug": true
- }
|