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.

69 lines
1.1 KiB

2 years ago
module.exports=[
2 years ago
{
path:"pages/home/login",
style:{
navigationBarTitleText:"登录",
"app-plus":{
titleNView:false
}
}
},
2 years ago
{
path:"pages/home/index",
style:{
2 years ago
navigationBarTitleText:"首页",
2 years ago
"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
}
}
},
2 years ago
{
path:"pages/home/rePassword",
style:{
navigationBarTitleText:"修改密码",
"app-plus":{
titleNView:false
}
}
},
{
path:"pages/baseMana/formReacord",
style:{
navigationBarTitleText:"农事记录",
navigationBarBackgroundColor:"#10C176",
navigationBarTextStyle:"white",
"app-plus":{
titleNView:true
}
}
},
2 years ago
]