From c461b2c02841b810a1aaef788b8f22839c5d53e5 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 08 三月 2023 17:00:06 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index bb3b99e..415dfa8 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -49,7 +49,7 @@
         <dl class="layui-nav-child">
           <dd lay-unselect><a href="./pdf.html" target="_blank">鎿嶄綔鎵嬪唽</a></dd>
           <hr>
-          <dd lay-unselect><a id="logout1">api鏂囨。</a></dd>
+          <dd lay-unselect><a href="./api/api_index.html" target="_blank">api鏂囨。</a></dd>
         </dl>
       </li>
       <li class="layui-nav-item" lay-unselect id="activation-icon">
@@ -126,6 +126,7 @@
     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) {

--
Gitblit v1.9.1