Procházet zdrojové kódy

描述改为非必填

asd123a20 před 2 roky
rodič
revize
964b9f2ddf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 },
   // 绑定栏目