From a3a2772ac1091c933b8c7c07c96ea5ecdae3f3d1 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 21 八月 2023 12:53:04 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/layui/lay/modules/formDesigner.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/layui/lay/modules/formDesigner.js b/src/main/webapp/static/layui/lay/modules/formDesigner.js
index 469e91c..5213bd7 100644
--- a/src/main/webapp/static/layui/lay/modules/formDesigner.js
+++ b/src/main/webapp/static/layui/lay/modules/formDesigner.js
@@ -4673,7 +4673,6 @@
                 var _html = $('<div style="height:100%;width:100%;"></div>');
                 var _script = $('<div style="height:100%;width:100%;"></div>');;
                 that.generateHtml(options.data, _html,_script);
-                console.log(_html.html());
                 var _htmlCode = staticField.htmlCode.format(_html.html(),_script.html());
                 document.getElementById('generate-code-view').value = style_html(_htmlCode, 4, ' ', 400);
                 layer.open({
@@ -4700,7 +4699,6 @@
                 var _html = $('<div style="height:100%;width:100%;"></div>');
                 var _script = $('<div style="height:100%;width:100%;"></div>');
                 that.generateHtml(options.data, _html,_script);
-                console.log(_html.html());
                 return _html.html();
             });
 

--
Gitblit v1.9.1