From 11d649e0de6490c53efe6df0ee10212ee6088d14 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期二, 14 十月 2025 11:59:30 +0800
Subject: [PATCH] 集成中台及正联功能

---
 management/guns-admin/src/main/webapp/WEB-INF/view/login.html |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/login.html b/management/guns-admin/src/main/webapp/WEB-INF/view/login.html
index b1dc1ec..2390b46 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/login.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/login.html
@@ -6,15 +6,15 @@
 
     <title>黔云通代驾 - 登录</title>
 
-    <link rel="shortcut icon" href="${ctxPath}/static/favicon1.ico">
-    <link href="${ctxPath}/static/css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
-    <link href="${ctxPath}/static/css/font-awesome.css?v=4.4.0" rel="stylesheet">
-    <link href="${ctxPath}/static/css/style.css?v=4.1.0" rel="stylesheet">
+    <link rel="shortcut icon" href="${ctxPath}/djadmin/static/favicon1.ico">
+    <link href="${ctxPath}/djadmin/static/css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
+    <link href="${ctxPath}/djadmin/static/css/font-awesome.css?v=4.4.0" rel="stylesheet">
+    <link href="${ctxPath}/djadmin/static/css/style.css?v=4.1.0" rel="stylesheet">
     <script>if (window.top !== window.self) {
         window.top.location = window.location;
     }</script>
-    <script src="${ctxPath}/static/js/jquery.min.js?v=2.1.4"></script>
-    <script src="${ctxPath}/static/js/bootstrap.min.js?v=3.3.6"></script>
+    <script src="${ctxPath}/djadmin/static/js/jquery.min.js?v=2.1.4"></script>
+    <script src="${ctxPath}/djadmin/static/js/bootstrap.min.js?v=3.3.6"></script>
     <style>
         .item{
             display: flex;
@@ -50,24 +50,24 @@
     </style>
 </head>
 
-<body class="gray-bg" style="background:url(${ctxPath}/static/img/index1.png) no-repeat; background-size:cover;">
+<body class="gray-bg" style="background:url(${ctxPath}/djadmin/static/img/index1.png) no-repeat; background-size:cover;">
 
 <div style="display: flex;align-items: center;justify-content: center;height: 100%">
 
 
-<img src="${ctxPath}/static/img/login.png" style="width: 300px;height: 400px;z-index: 1000;border-radius: 10px;">
+<img src="${ctxPath}/djadmin/static/img/login.png" style="width: 300px;height: 400px;z-index: 1000;border-radius: 10px;">
 <div  style="position: relative;left: -20px; max-width: 300px;min-height: 300px;background: white;border-radius: 8px;box-sizing: border-box;padding: 0 30px 0 50px;display: flex;align-items: center;justify-content: center;">
     <div style="max-height: 100%">
-        <h3 style="color: black;"><img src="${ctxPath}/static/img/logo.png" width="30px" height="30px"/>&nbsp;黔云通代驾管理后台</h3>
+        <h3 style="color: black;"><img src="${ctxPath}/djadmin/static/img/logo.png" width="30px" height="30px"/>&nbsp;黔云通代驾管理后台</h3>
         <br/>
         <h4 style="color: red;">${tips!}</h4>
         <form class="m-t" role="form" action="${ctxPath}/login" method="post">
             <div class="item">
-                <img src="${ctxPath}/static/img/account.png" />
+                <img src="${ctxPath}/djadmin/static/img/account.png" />
                 <input class="itemInput" type="text" name="username" id="username"  placeholder="请输入您的账号" required="" value="">
             </div>
             <div  class="item">
-                <img src="${ctxPath}/static/img/password.png" />
+                <img src="${ctxPath}/djadmin/static/img/password.png" />
                 <input class="itemInput" type="password" name="password" id="password"  placeholder="请输入您的密码" required="" value="">
             </div>
             <div id="verify" style="display: none">
@@ -96,10 +96,10 @@
     </div>
 </div></div>
 </body>
-<script src="${ctxPath}/static/js/jquery.min.js?v=2.1.4"></script>
-<script src="${ctxPath}/static/js/common/ajax-object.js"></script>
-<script src="${ctxPath}/static/js/common/Feng.js"></script>
-<script src="${ctxPath}/static/crypto-js/crypto-js.js"></script>
+<script src="${ctxPath}/djadmin/static/js/jquery.min.js?v=2.1.4"></script>
+<script src="${ctxPath}/djadmin/static/js/common/ajax-object.js"></script>
+<script src="${ctxPath}/djadmin/static/js/common/Feng.js"></script>
+<script src="${ctxPath}/djadmin/static/crypto-js/crypto-js.js"></script>
 <script>
     $(function () {
         // if($("#number").val()==5){

--
Gitblit v1.7.1