主功能菜单
diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html
index 919d862..81e8471 100644
--- a/src/main/resources/templates/login.html
+++ b/src/main/resources/templates/login.html
@@ -8,13 +8,13 @@
     <!-- default header name is X-CSRF-TOKEN -->
     <meta name="_csrf_header" th:content="${_csrf.headerName}" />
     <link rel="stylesheet" type="text/css"  th:href="@{/static/libs/layui/css/layui.css}"   />
-    <link rel="stylesheet" type="text/css"  th:href="@{/static/payapi/css/login.css}"  />
+    <link rel="stylesheet" type="text/css"  th:href="@{/static/custom/css/login.css}"  />
 </head>
 <body>
 <div class="login-wrapper">
 
     <div class="login-header">
-        <img th:src="@{/static/payapi/images/logo.png}"> logo
+        <img th:src="@{/static/custom/images/logo.png}"> logo
     </div>
 
     <div class=" login-body">
@@ -84,7 +84,7 @@
 <script type="text/javascript"  th:src="@{/static/libs/layui/layui.js}" ></script>
 <script>
     layui.config({
-        base: 'payapi/module/'
+        base: 'custom/module/'
     }).use(['form'], function () {
         var $ = layui.jquery;
         var form = layui.form;