asd123a20 преди 2 години
родител
ревизия
964b9f2ddf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      service-cms/app/model/content.js

+ 1 - 1
service-cms/app/model/content.js

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