guhongwei 3 年之前
父節點
當前提交
d0fac4a89d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/model/consultation/trainVideo.js

+ 1 - 1
app/model/consultation/trainVideo.js

@@ -8,7 +8,7 @@ const train_video = {
   train_id: { type: String }, // 展会id
   title: { type: String }, // 标题
   brief: { type: String }, // 简介
-  video_url: { type: String }, // 视频地址
+  video_url: { type: Array }, // 视频地址
   remark: { type: String },
 };
 const schema = new Schema(train_video, { toJSON: { virtuals: true } });