@@ -9,6 +9,7 @@
<body>
<header>
+ <div th:replace="common::{topNav}">
<div class="container">
<div class="lt">欢迎进入科技认知计算交易平台!</div>
<div class="rt">
@@ -19,6 +20,7 @@
<a href="#">联系我们</a>
</div>
+ </div>
</header>
<div class="header_nav_detail">
<div class="container ">
@@ -1,3 +1,4 @@
+
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
@@ -9,6 +10,7 @@
@@ -19,6 +21,7 @@