module.exports=[ { path:"pages/home/login", style:{ navigationBarTitleText:"登录", "app-plus":{ titleNView:false } } }, { path:"pages/home/index", style:{ navigationBarTitleText:"首页", "app-plus":{ titleNView:false } } }, { path:"pages/home/my", style:{ navigationBarTitleText:"我的", "app-plus":{ titleNView:false } } }, { path:"pages/home/personalInfo", style:{ navigationBarTitleText:"个人信息", navigationBarBackgroundColor:"#10C176", navigationBarTextStyle:"white", "app-plus":{ titleNView:true } } }, { path:"pages/home/register", style:{ navigationBarTitleText:"注册", "app-plus":{ titleNView:false } } }, ]