From ceeac33daaa44f605e2bd5a9c443c9438795be0d Mon Sep 17 00:00:00 2001
From: Administrator <56479841@QQ.COM>
Date: 星期六, 07 十月 2023 16:17:07 +0800
Subject: [PATCH] #补丁

---
 src/main/webapp/views/index.html |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 2c8517c..119ba0f 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -126,7 +126,6 @@
     var form = layui.form;
 
     var easywebIframeMsg = localStorage.getItem("easyweb-iframe");
-    console.log(easywebIframeMsg)
     if (!isEmpty(easywebIframeMsg)) {
       var easywebIframeObj = JSON.parse(easywebIframeMsg);
       if (easywebIframeObj.defaultTheme === undefined) {
@@ -154,7 +153,6 @@
       success: function (res) {
         $('.layuimini-loader').fadeOut();
         if (res.code === 200) {
-          console.log(res.data)
           var tpl = $('#menuTpl').html();
           var template = Handlebars.compile(tpl);
           var html = template(res);

--
Gitblit v1.9.1