From d76fb04ef3d16196ad9ce17afc3ba57c3bc3008e Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 5 Jan 2023 17:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/zygoods/modules/ZyGoodsForm.vue | 4 ++++ 1 file changed, 4 insertions(+) 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..e086e17e 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 @@ + @@ -191,6 +192,9 @@ formDisabled(){ return this.disabled }, + video(){ + return `${window._CONFIG['domianURL']}/sys/common/static/${this.model.goodsVideo}` + }, }, created () { //备份model原始值