You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

58 lines
875 B

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
}
}
},
{
path:"pages/home/rePassword",
style:{
navigationBarTitleText:"修改密码",
"app-plus":{
titleNView:false
}
}
},
]