|
@@ -22,7 +22,7 @@ const SchemaDefine = {
|
|
// 标题
|
|
// 标题
|
|
title: { type: String, required: true },
|
|
title: { type: String, required: true },
|
|
// 二级标题
|
|
// 二级标题
|
|
- twoTitle: { type: String, required: true },
|
|
|
|
|
|
+ twoTitle: { type: String, required: false },
|
|
// 是否显示
|
|
// 是否显示
|
|
isshow: { type: Boolean, required: false },
|
|
isshow: { type: Boolean, required: false },
|
|
};
|
|
};
|