{ "pages": [ { "path": "pages/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/index", "style": { "navigationBarTitleText": "若依移动端框架", "navigationStyle": "custom" } }, { "path" : "pages/menu/index", // 菜单 "style" : { "navigationBarTitleText" : "菜单", "enablePullDownRefresh" : false } }, { "path" : "pages/task/index", // 任务 "style" : { "navigationBarTitleText" : "任务", "enablePullDownRefresh" : false } }, { "path" : "pages/setting/index", // 设置 "style" : { "navigationBarTitleText" : "设置", "enablePullDownRefresh" : false } }, { "path": "pages/work/index", "style": { "navigationBarTitleText": "工作台" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/mine/avatar/index", "style": { "navigationBarTitleText": "修改头像" } }, { "path": "pages/mine/info/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/mine/info/edit", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "pages/mine/pwd/index", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/mine/setting/index", "style": { "navigationBarTitleText": "应用设置" } }, { "path": "pages/mine/help/index", "style": { "navigationBarTitleText": "常见问题" } }, { "path": "pages/mine/about/index", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/common/webview/index", "style": { "navigationBarTitleText": "浏览网页" } }, { "path": "pages/common/textview/index", "style": { "navigationBarTitleText": "浏览文本" } }, { "path": "components/scan/scan", "style": { "navigationBarTitleText": "扫描组件" } }, { "path" : "pages/menu/stockIn/index", "style" : { "navigationBarTitleText" : "入库单", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/backStockOut/index", "style" : { "navigationBarTitleText" : "出库单退", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/backStockIn/index", "style" : { "navigationBarTitleText" : "入库单退", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/stockOut/index", "style" : { "navigationBarTitleText" : "出库单", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/stockMove/index", "style" : { "navigationBarTitleText" : "移位单", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/stockMove/driverCheck", "style" : { "navigationBarTitleText" : "司机审核", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/stockMove/taskStockMove", "style" : { "navigationBarTitleText" : "移位任务", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/stockMove/reviewerEdit", "style" : { "navigationBarTitleText" : "移位审核人设置", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/stockCheck/index", "style" : { "navigationBarTitleText" : "盘点单", "enablePullDownRefresh" : false } }, { "path" : "pages/menu/report/current", "style" : { "navigationBarTitleText" : "查库存", "enablePullDownRefresh" : false } }, { "path" : "pages/mes/pro/index", "style" : { "navigationBarTitleText" : "生产", "enablePullDownRefresh" : false } }, { "path" : "pages/mes/gx/index", "style" : { "navigationBarTitleText" : "工序", "enablePullDownRefresh" : false } }, { "path" : "pages/mes/progx/index", "style" : { "navigationBarTitleText" : "生产工序", "enablePullDownRefresh" : false } } ,{ "path": "uni_modules/rt-uni-update/components/rt-uni-update/rt-uni-update", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "popGesture": "none", "scrollIndicator": false, "titleNView": false }, "disableScroll": true } } ], "tabBar": { "color": "#000000", "selectedColor": "#000000", "borderStyle": "#818181", "backgroundColor": "#ffffff", // "list": [{ // "pagePath": "pages/index", // "iconPath": "static/images/tabbar/home.png", // "selectedIconPath": "static/images/tabbar/home_.png", // "text": "首页" // }, { // "pagePath": "pages/work/index", // "iconPath": "static/images/tabbar/work.png", // "selectedIconPath": "static/images/tabbar/work_.png", // "text": "工作台" // }, { // "pagePath": "pages/mine/index", // "iconPath": "static/images/tabbar/mine.png", // "selectedIconPath": "static/images/tabbar/mine_.png", // "text": "我的" // }] "list": [{ "pagePath": "pages/task/index", "iconPath": "static/images/tabbar/task.png", "selectedIconPath": "static/images/tabbar/task_.png", "text": "任务" }, { "pagePath": "pages/menu/index", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "菜单" }, { "pagePath": "pages/mine/index", "iconPath": "static/images/tabbar/setting.png", "selectedIconPath": "static/images/tabbar/setting_.png", "text": "设置" }] }, // "globalStyle": { // "navigationBarTextStyle": "black", // "navigationBarTitleText": "RuoYi", // "navigationBarBackgroundColor": "#FFFFFF", // "navigationStyle": "custom", // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" }, "navigationStyle": "custom" }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 }] } }