|
@@ -14,7 +14,7 @@ const SchemaDefine = {
|
|
// 标题
|
|
// 标题
|
|
title: { type: String, required: true },
|
|
title: { type: String, required: true },
|
|
// 描述
|
|
// 描述
|
|
- describe: { type: String, required: true },
|
|
|
|
|
|
+ describe: { type: String, required: false },
|
|
// 内容
|
|
// 内容
|
|
content: { type: String, required: true },
|
|
content: { type: String, required: true },
|
|
// 绑定栏目
|
|
// 绑定栏目
|