dev01 преди 3 месеца
родител
ревизия
c270429c68

+ 2 - 2
js/component/login/loginFooter.jsx

@@ -5,8 +5,8 @@ const LoginFooter = React.createClass({
     render() {
         return (
             <div className="footer">
-                <p>Copyright © 2016-2017 阿凡提 版权所有</p>
-                <p>技术支持:湖南阿凡提科技有限公司</p>
+                <p>Copyright © 2016-2024 科德集团 版权所有</p>
+                <p>技术支持:湖南科德信息咨询集团有限公司</p>
             </div>
         )
     }

+ 4 - 1
js/component/login/loginTop.jsx

@@ -16,7 +16,10 @@ const LoginTop = React.createClass({
           </div>
 
           <div className="logo-text">
-            <span>科技交易认知计算平台</span>
+            <span>
+              {/* 科技交易认知计算平台 */}
+              科德人力资源服务管理系统V1.0
+            </span>
             <span className="back">
               {/* <a href={jumpUrl + "/portal/index.html"}>返回首页</a> */}
               <a href={globalConfig.context + "/RD/admin/login"}>前往RD库</a>

+ 2 - 2
js/component/manageCenter/bottom.jsx

@@ -8,8 +8,8 @@ const Bottom = React.createClass({
             className="account-bottom"
             style={{ background: "rgb(0,0,0,.5)", color: "white" }}
           >
-            <p>阿凡提科技</p>
-            <p>技术支持@阿凡提</p>
+            <p>科德集团</p>
+            <p>技术支持@科德</p>
           </div>
         );
     }

+ 2 - 1
js/component/manageCenter/topTab.jsx

@@ -878,7 +878,8 @@ const TopTab = React.createClass({
           </div>
           <span>
             <a href={globalConfig.context + "/admin/index.html"}>
-              管理中心首页
+              {/* 管理中心首页 */}
+              科德人力资源
             </a>
           </span>
         </div>

+ 2 - 2
js/component/portal/footer.jsx

@@ -50,8 +50,8 @@ const Footer = React.createClass({
                     <a href="#">联系我们</a>
                 </div>
                 <div className="container support">
-                    <a href="#">Copyright © 2016-2017 阿凡提 版权所有</a>
-                    <a href="#">技术支持:湖南阿凡提科技有限公司</a>
+                    <a href="#">Copyright © 2016-2024 科德集团 版权所有</a>
+                    <a href="#">技术支持:湖南科德信息咨询集团有限公司</a>
                 </div>
             </footer >
         )

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.3.21",
+  "version": "1.3.22",
   "description": "",
   "main": "index.js",
   "scripts": {