|
|
@@ -6,6 +6,7 @@
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
|
|
<title>手机注册</title>
|
|
|
<link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
|
|
|
+ <link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
|
|
|
<link th:href="${portalHost+'/app_login.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -150,6 +151,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+'/app_login.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|