module.exports=[ { path:"pages/purchase/apply", style:{ navigationBarTitleText:"采购申请", navigationBarBackgroundColor:"#10C176", navigationBarTextStyle:"white", "app-plus":{ titleNView:true } } }, { path:"pages/purchase/agrProdList", style:{ navigationBarTitleText:"农资列表", "app-plus":{ titleNView:false } } }, { path:"pages/purchase/newAgr", style:{ navigationBarTitleText:"新增农资", navigationBarBackgroundColor:"#10C176", navigationBarTextStyle:"white", "app-plus":{ titleNView:true } } }, { path:"pages/purchase/specs", style:{ navigationBarTitleText:"农资规格", navigationBarBackgroundColor:"#10C176", navigationBarTextStyle:"white", "app-plus":{ titleNView:true } } }, { path:"pages/purchase/newSpecs", style:{ navigationBarTitleText:"新建规格", navigationBarBackgroundColor:"#10C176", navigationBarTextStyle:"white", "app-plus":{ titleNView:true } } }, ]