export default { props: { title: { type: String, default: "", }, // control取值范围为 "back" "back|home" "home" "" control: { type: String, default: "", }, bgcolor: { type: String, default: "", }, color: { type: String, default: "#fff", } } }