From aaf32ea778ce17f13de970f1a1dc558bbbc5b9b0 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 19 五月 2023 10:51:46 +0800
Subject: [PATCH] 指令

---
 src/main/webapp/views/home/navigation.html |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/main/webapp/views/home/navigation.html b/src/main/webapp/views/home/navigation.html
index 64ce2a6..bff0211 100644
--- a/src/main/webapp/views/home/navigation.html
+++ b/src/main/webapp/views/home/navigation.html
@@ -6,8 +6,8 @@
     <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-    <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
-    <link rel="stylesheet" href="../../static/css/road.css">
+    <link rel="stylesheet" href="../../static/wms/layui/css/layui.css" media="all">
+    <link rel="stylesheet" href="../../static/wms/css/road.css">
 
     <style media="screen">
         *{
@@ -20,35 +20,35 @@
             letter-spacing: 1px;
         }
         body{
-            background: url(../../static/image/nav/bg_1.png);
+            background: url(../../static/wms/image/nav/bg_1.png);
             background-size: cover;
         }
         .fn_1{
             width: 250px; height: 220px;
-            background: url(../../static/image/nav/fn_1.png);
+            background: url(../../static/wms/image/nav/fn_1.png);
             background-size: cover;
         }
         .fn_1:hover{
-            background: url(../../static/image/nav/fn_1_h.png);
+            background: url(../../static/wms/image/nav/fn_1_h.png);
             background-size: cover;
         }
 
         .fn_2{
             width: 250px; height: 220px;
-            background: url(../../static/image/nav/fn_2.png);
+            background: url(../../static/wms/image/nav/fn_2.png);
             background-size: cover;
         }
         .fn_2:hover{
-            background: url(../../static/image/nav/fn_2_h.png);
+            background: url(../../static/wms/image/nav/fn_2_h.png);
             background-size: cover;
         }
         .fn_3{
             width: 250px; height: 220px;
-            background: url(../../static/image/nav/fn_3.png);
+            background: url(../../static/wms/image/nav/fn_3.png);
             background-size: cover;
         }
         .fn_3:hover{
-            background: url(../../static/image/nav/fn_3_h.png);
+            background: url(../../static/wms/image/nav/fn_3_h.png);
             background-size: cover;
         }
 
@@ -81,7 +81,7 @@
             height: 74px;
             border: 1px solid #102262;
             border-radius: 5px;
-            background: url(../../static/image/nav/icon.png) no-repeat center center;
+            background: url(../../static/wms/image/nav/icon.png) no-repeat center center;
             background-size: 45% 45%;
             cursor: pointer;
         }
@@ -130,12 +130,12 @@
 </div>
 
 </body>
-<script type="text/javascript" src="../../static/js/common.js"></script>
-<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
-<script type="text/javascript" src="../../static/layui/layui.js"></script>
+<script type="text/javascript" src="../../static/wms/js/common.js"></script>
+<script type="text/javascript" src="../../static/wms/js/jquery/jquery-3.3.1.min.js"></script>
+<script type="text/javascript" src="../../static/wms/layui/layui.js"></script>
 <script>
     layui.config({
-        base: baseUrl + "/static/layui/lay/modules/"
+        base: baseUrl + "/static/wms/layui/lay/modules/"
     }).use(['layer', 'element', 'admin'], function () {
         var element = layui.element;
         var $ = layui.jquery;

--
Gitblit v1.9.1