Explorar o código

注册页面BUG修复

anderx %!s(int64=7) %!d(string=hai) anos
pai
achega
e6eccae040
Modificáronse 1 ficheiros con 1 adicións e 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>