guhongwei 2 years ago
parent
commit
cd51fa3ddc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/system/config.js

+ 1 - 1
app/model/system/config.js

@@ -20,7 +20,7 @@ const config = {
   bottom_title: { type: String, required: false, zh: '底部加载数据结束的文字提示' }, //
   bottom_menu: { type: Object, zh: '底部菜单' },
   reward_day: { type: Number, zh: '提现日期', default: 14 },
-  leader: { type: Array, required: false  , zh: '团长规则' }, // explain,rule 
+  leader: { type: Object, required: false  , zh: '团长规则' }, // explain,rule 
 };
 const schema = new Schema(config, { toJSON: { getters: true, virtuals: true } });
 schema.index({ id: 1 });