@@ -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>
)
}
@@ -16,7 +16,10 @@ const LoginTop = React.createClass({
<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>
@@ -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>
);
@@ -878,7 +878,8 @@ const TopTab = React.createClass({
<span>
<a href={globalConfig.context + "/admin/index.html"}>
- 管理中心首页
+ {/* 管理中心首页 */}
+ 科德人力资源
</a>
</span>
@@ -50,8 +50,8 @@ const Footer = React.createClass({
<a href="#">联系我们</a>
<div className="container support">
- <a href="#">Copyright © 2016-2017 阿凡提 版权所有</a>
- <a href="#">技术支持:湖南阿凡提科技有限公司</a>
+ <a href="#">Copyright © 2016-2024 科德集团 版权所有</a>
+ <a href="#">技术支持:湖南科德信息咨询集团有限公司</a>
</footer >
@@ -1,6 +1,6 @@
{
"name": "afanti",
- "version": "1.3.21",
+ "version": "1.3.22",
"description": "",
"main": "index.js",
"scripts": {