Commit cd31cb68 by 王阳

fulan

parent d6056276
...@@ -17,7 +17,7 @@ const host = { ...@@ -17,7 +17,7 @@ const host = {
BASE_URL: "http://dev.mg.kmelearning.com", BASE_URL: "http://dev.mg.kmelearning.com",
}, },
sit: { sit: {
BASE_URL: "https://test.mg.kmelearning.com", BASE_URL: "https://mg.fairyclass.cn/",
}, },
uat: { uat: {
BASE_URL: "https://uat.mg.kmelearning.com", BASE_URL: "https://uat.mg.kmelearning.com",
......
...@@ -57,8 +57,9 @@ ...@@ -57,8 +57,9 @@
.imgDiv{ .imgDiv{
position: relative; position: relative;
left: 5px; left: 5px;
top: 2px;
.contentImg{ .contentImg{
height: 310px; height: 305px;
width: 300px; width: 300px;
} }
} }
...@@ -206,8 +207,9 @@ ...@@ -206,8 +207,9 @@
.imgDiv{ .imgDiv{
position: relative; position: relative;
left: 5px; left: 5px;
top: 2px;
.contentImg{ .contentImg{
height: 413px; height: 408px;
width: 400px; width: 400px;
} }
} }
...@@ -355,8 +357,9 @@ ...@@ -355,8 +357,9 @@
.imgDiv{ .imgDiv{
position: relative; position: relative;
left: 8px; left: 8px;
top: 2px;
.contentImg{ .contentImg{
height: 464px; height: 459px;
width: 450px; width: 450px;
} }
} }
...@@ -504,8 +507,9 @@ ...@@ -504,8 +507,9 @@
.imgDiv{ .imgDiv{
position: relative; position: relative;
left: 8px; left: 8px;
top: 2px;
.contentImg{ .contentImg{
height: 564px; height: 559px;
width: 550px; width: 550px;
} }
} }
......
...@@ -153,8 +153,8 @@ class Login extends React.Component { ...@@ -153,8 +153,8 @@ class Login extends React.Component {
<div className={style.left}> <div className={style.left}>
{companySiteCode === shenWanHongYuanCode ? null : ( {companySiteCode === shenWanHongYuanCode ? null : (
<img <img
src={require("./imgages/logo.png")} src={require("./imgages/logo1.png")}
style={{ height: "30px", width: "12px", marginRight: "13px" }} style={{ height: "30px", width: "92px", marginRight: "13px" }}
/> />
)} )}
企业学习平台管理后台 企业学习平台管理后台
...@@ -169,7 +169,7 @@ class Login extends React.Component { ...@@ -169,7 +169,7 @@ class Login extends React.Component {
<div> <div>
<div className={style.imgDiv}> <div className={style.imgDiv}>
<img <img
src={require("./imgages/loginleft.png")} src={require("./imgages/loginleft1.jpg")}
// style={{ height: "276px" }} // style={{ height: "276px" }}
// style={{ height: "552px" }} // style={{ height: "552px" }}
className={style.contentImg} className={style.contentImg}
...@@ -231,11 +231,11 @@ class Login extends React.Component { ...@@ -231,11 +231,11 @@ class Login extends React.Component {
</div> </div>
</div> </div>
</div> </div>
{companySiteCode === shenWanHongYuanCode ? null : (
<div className={style.bottom}> <div className={style.bottom}>
版权所有 ©上海易知信息科技股份有限公司 备案号:沪ICP备11001012号 版权所有 上海复深蓝软件股份有限公司 备案号:沪ICP备11042121号-1
</div> </div>
)}
</div> </div>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment