{ "pages": [ { "path" : "pages/login/login", "style" : { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path" : "pages/index/index", "style" : { "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path" : "pages/workbench/workbench", "style" : { "navigationBarTitleText": "工作台", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/orders/orders", "style" : { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } }, { "path" : "pages/person/person", "style" : { "navigationBarTitleText": "我的", "navigationStyle": "custom", "enablePullDownRefresh": false } } ,{ "path" : "pages/reg/reg", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "subPackages": [ { "root": "order", "pages": [ { "path" : "clients/clients", "style" : { "navigationBarTitleText": "客户列表", "enablePullDownRefresh": true } }, { "path" : "clientDetail/clientDetail", "style" : { "navigationBarTitleText": "客户详情", "enablePullDownRefresh": false } }, { "path" : "addCourse/addCourse", "style" : { "navigationBarTitleText": "选择产品", "enablePullDownRefresh": true } }, { "path" : "orderDetail/orderDetail", "style" : { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path" : "ordered/ordered", "style" : { "navigationBarTitleText": "已订阅产品", "enablePullDownRefresh": false } }, { "path" : "editCourse/editCourse", "style" : { "navigationBarTitleText": "编辑产品", "enablePullDownRefresh": false } }, { "path" : "curClient/curClient", "style" : { "navigationBarTitleText": "订单记录", "enablePullDownRefresh": false } }, { "path" : "productDetail/productDetail", "style" : { "navigationBarTitleText": "产品详情", "enablePullDownRefresh": false } } ,{ "path" : "products/products", "style" : { "navigationBarTitleText": "产品", "enablePullDownRefresh": true } } ,{ "path" : "shopCart/shopCart", "style" : { "navigationBarTitleText": "购物车", "enablePullDownRefresh": true } } ] }, { "root": "team", "pages": [ { "path" : "study/study", "style" : { "navigationBarTitleText": "学习", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": true } }, { "path" : "plans/plans", "style" : { "navigationBarTitleText": "产品方案", "enablePullDownRefresh": true } } ,{ "path" : "info/info", "style" : { "navigationBarTitleText": "资讯", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": true } }, { "path" : "setting/setting", "style" : { "navigationBarTitleText": "设置", "enablePullDownRefresh": false } }, { "path" : "password/password", "style" : { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } }, { "path" : "teams/teams", "style" : { "navigationBarTitleText": "团队", "enablePullDownRefresh": true } }, { "path" : "addStaff/addStaff", "style" : { "navigationBarTitleText": "邀请成员", "enablePullDownRefresh": false } }, { "path" : "account/account", "style" : { "navigationBarTitleText": "修改账号", "enablePullDownRefresh": false } } ,{ "path" : "phone/phone", "style" : { "navigationBarTitleText": "修改手机号", "enablePullDownRefresh": false } } ,{ "path" : "email/email", "style" : { "navigationBarTitleText": "修改邮箱", "enablePullDownRefresh": false } } ,{ "path" : "qrcode/qrcode", "style" : { "navigationBarTitleText": "邀请加入", "enablePullDownRefresh": false } } ,{ "path" : "article/article", "style" : { "navigationBarTitleText": "学习", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "scheme/scheme", "style" : { "navigationBarTitleText": "方案详情", "enablePullDownRefresh": false } }, { "path" : "send/send", "style" : { "navigationBarTitleText": "下载发送", "enablePullDownRefresh": false } } ] } ], "preloadRule": { "pages/index/index": { "network": "all", "packages": ["order"] } }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "test", //模式名称 "path": "pages/login/login" //启动页面,必选 }] }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "职站商城", "navigationBarBackgroundColor": "#007EFF", "backgroundColor": "#f5f5f5", "app-plus": { "background": "#efeff4" } }, "tabBar": { "color": "#B8B9B8", "selectedColor": "#007FFF", "borderStyle": "white", "backgroundColor": "#ffffff", "fontSize": "22px", "iconWidth": "20px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/image/tab1.png", "selectedIconPath": "static/image/tab1-1.png", "text": "首页" }, { "pagePath": "pages/workbench/workbench", "iconPath": "static/image/tab2.png", "selectedIconPath": "static/image/tab2-1.png", "text": "工作台" }, { "pagePath": "pages/orders/orders", "iconPath": "static/image/tab3.png", "selectedIconPath": "static/image/tab3-1.png", "text": "订单" }, { "pagePath": "pages/person/person", "iconPath": "static/image/tab4.png", "selectedIconPath": "static/image/tab4-1.png", "text": "我的" }] } }