albertshaw 8 anni fa
parent
commit
2286f308a0

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

@@ -19,7 +19,7 @@
 <body>
   <th:block th:fragment="{topNav}">
       <div class="container">
-        <div class="lt">欢迎进入科技认知计算交易平台</div>
+        <div class="lt">欢迎进入科技认知计算交易平台 - 公测版</div>
         <div class="rt" th:if="${!isLogin}">
           <a th:href="${basePath + '/user/login.html'}" class="login">登录</a>
           <a th:href="${basePath + '/user/signIn.html'}">注册</a>

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/evaluation/index.html