From 7992cd7adb57f8f2cb4b4fa295afb8894c24d0bf Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 18 May 2022 17:19:34 +0800
Subject: [PATCH] add export for deliver

---
 src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
index 200bb4a..3174f0f 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -576,8 +576,6 @@
 
             $('#demo2').append('<img src="' + goodsInfo.thumb + '" alt="" class="layui-upload-img" style="width: 100px">')
 
-            console.log(goodsInfo.goodsDetails);
-
             window.editor = E.createEditor({
                 html: goodsInfo.goodsDetails,
                 selector: '#editor-container',

--
Gitblit v1.9.1