Quellcode durchsuchen

添加管理员入口

Administrator vor 8 Jahren
Ursprung
Commit
5bc1fe6d85
1 geänderte Dateien mit 8 neuen und 3 gelöschten Zeilen
  1. 8 3
      src/main/webapp/WEB-INF/views/common.html

+ 8 - 3
src/main/webapp/WEB-INF/views/common.html

@@ -137,8 +137,13 @@
 						</div>
 						<div class="cont_center">
 							<img th:src="${portalHost+'/img/dianhua.jpg'}" alt="" />
-							<p>合作电话:0731-85202685</p>
-							<p>400-8800-962</p>
+							<p>合作电话:400-8800-962</p>
+						</div>
+						<div class="cont_guanli">
+							<a href="http://www.jishutao.com/admin/login">
+								<img th:src="${portalHost+'/img/guanli.png'}" alt="" />
+								<p>管理员入口</p>
+							</a>
 						</div>
 						<div class="cont_rightapp">
 							<img th:src="${portalHost+'/img/erweima_iphone.png'}" alt="" />
@@ -418,4 +423,4 @@
 	</th:block>
 
 </body>
-</html>
+</html>