From 82bcd0328dddbaad65933e2fada22bc68e82b3d5 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 26 八月 2023 10:07:46 +0800
Subject: [PATCH] # 导入订单增加单据类型

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

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index bb3b99e..2c8517c 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_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) {
@@ -153,6 +154,7 @@
       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