|
@@ -102,7 +102,8 @@ const Dock = {
|
|
|
province: { type: String, required: false },
|
|
|
place: { type: String, required: false },
|
|
|
file_path: { type: String, required: false },
|
|
|
- videointro: { type: String, required: false, maxLength: 200 },
|
|
|
+ videointro: { type: String, required: false, maxLength: 200 },
|
|
|
+ videointroinfo: { type: String, required: false, maxLength: 200 },
|
|
|
adminuser: { type: String, required: false, maxLength: 200 },
|
|
|
phone: { type: String, required: false, maxLength: 200 },
|
|
|
vipuser: { type: [ vipuser ], default: [] },
|