From ce7bc4497e63231850e5df3a8843b348f9587b6b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 27 九月 2023 14:58:31 +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