DESKTOP-343LQ2D\十一 4 years ago
parent
commit
54787a5f7b

+ 2 - 2
src/main/resources/static/index.html

@@ -73,11 +73,11 @@
 </head>
 <body class="layui-layout-body layuimini-all">
 <div id="" class="toum">
-    <img style="margin-right: 95px;height:30px" src="images/1.png">
+ <!--   <img style="margin-right: 95px;height:30px" src="images/1.png">
     <img style="margin-right: 100px;height:30px" src="images/2.png">
     <img style="margin-right: 92px;height:30px" src="images/3.png">
     <img style="margin-right: 95px;height:30px" src="images/4.png">
-    <img style="margin-right: 100px;height:30px" src="images/5.png">
+    <img style="margin-right: 100px;height:30px" src="images/5.png"> -->
 </div>
 <div class="layui-layout layui-layout-admin">
 

File diff suppressed because it is too large
+ 12 - 7
src/main/resources/static/js/lay-module/layuimini/miniMenu.js


+ 2 - 2
src/main/resources/static/js/lay-module/request/http.js

@@ -3,8 +3,8 @@ layui.define(['jquery', 'layer'], function (exports) {
         layer = layui.layer,
         /** war包 如果有项目名后面填写项目名 没有项目名就去除(没有项目名需要保留斜杠)*/
             // requestUrl = window.location.origin + '/archives/';
-        host = window.location.host,
-        // host = '192.168.0.110:9091',
+        // host = window.location.host,
+        host = '192.168.0.114:9091',
         requestUrl = 'http://' + host + '/';
 
     let ajax = function (method, type, data, async, callback) {