Browse Source

修改twoTitle 的required为true

fwinfo 5 months ago
parent
commit
26d03d9ec2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service-cms/app/model/imgnews.js

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

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