禁止导航栏显示:

"style": {
	"navigationStyle":"custom"
}

使用:

{
	"path": "pages/login/index",
	"style": {
		"navigationBarTitleText": "登录",
		"navigationStyle":"custom"
	}
}