Explorar el Código

注册页面BUG修复

anderx hace 7 años
padre
commit
e6eccae040
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/views/user/signIn.html

+ 1 - 1
src/main/webapp/WEB-INF/views/user/signIn.html

@@ -145,7 +145,7 @@
 	</footer>
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
-		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
+		<script type="text/javascript" th:src="${portalHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${portalHost+'/register.js'}"></script>
 	</div>
 </body>