{ "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "DOAN", "navigationBarBackgroundColor": "#FFFFFF" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/images/tabbar/home.png", "selectedIconPath": "static/images/tabbar/home_.png", "text": "仓库" }, { "pagePath": "pages/agv/agv", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "AGV" } ] }, "pages": [{ "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "DOAN", "navigationStyle": "custom" } }, { "path": "pages/inWarehouse/inWarehouse", "style": { "navigationBarTitleText": "入库", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/outWarehouse/outWarehouse", "style": { "navigationBarTitleText": "出库", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/stocktake/stocktake", "style": { "navigationBarTitleText": "盘点", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/relocation/relocation", "style": { "navigationBarTitleText": "移库", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/demo/demo", "style": { "navigationBarTitleText": "测试页面", "enablePullDownRefresh": false } }, { "path": "pages/returnWarehose/returnWarehose", "style": { "navigationBarTitleText": "退库", "enablePullDownRefresh": false } }, { "path": "pages/agv/agv", "style": { "navigationBarTitleText": "AGV", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path" : "pages/agv/agv-in/agv-in", "style" : { "navigationBarTitleText" : "入料", "enablePullDownRefresh" : false } }, { "path" : "pages/agv/agv-out/agv-out", "style" : { "navigationBarTitleText" : "出料", "enablePullDownRefresh" : false } } ] }