diff --git a/ant-design-vue-jeecg/src/views/zygoods/modules/ZyGoodsForm.vue b/ant-design-vue-jeecg/src/views/zygoods/modules/ZyGoodsForm.vue
index 6838e1ff..e38292ea 100644
--- a/ant-design-vue-jeecg/src/views/zygoods/modules/ZyGoodsForm.vue
+++ b/ant-design-vue-jeecg/src/views/zygoods/modules/ZyGoodsForm.vue
@@ -56,6 +56,7 @@
+
@@ -127,6 +128,7 @@
lx:'zy_cloths_type ,type_name,id',
ks:'zy_cloths_style,style_names,id',
xh:'zy_style_model,model_number,id',
+ autoplay:true,
model:{
customized:0,
recommend:0,
@@ -191,6 +193,9 @@
formDisabled(){
return this.disabled
},
+ video(){
+ return `${window._CONFIG['domianURL']}/sys/common/static/${this.model.goodsVideo}`
+ },
},
created () {
//备份model原始值