Commit 3971767a by 王禹桐

fixed: bug登录页底部隐藏

parent 1209648b
...@@ -1322,13 +1322,13 @@ class Login extends React.Component { ...@@ -1322,13 +1322,13 @@ class Login extends React.Component {
</div> </div>
</div> </div>
</div> </div>
<p className="login-footer"> {/* <p className="login-footer">
{this.state.footer} {this.state.footer}
<br /> <br />
<span> <span> */}
{/* <a href="http://www.miibeian.gov.cn"> 沪ICP备11001012号</a> */} {/* <a href="http://www.miibeian.gov.cn"> 沪ICP备11001012号</a> */}
{/* bug-10823-cwj */} {/* bug-10823-cwj */}
<a {/* <a
href="https://beian.miit.gov.cn" href="https://beian.miit.gov.cn"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
...@@ -1336,7 +1336,7 @@ class Login extends React.Component { ...@@ -1336,7 +1336,7 @@ class Login extends React.Component {
沪ICP备11042121号-5 沪ICP备11042121号-5
</a> </a>
</span> </span>
</p> </p> */}
{/* 下边是两个弹框 第一个是 忘记密码 第二个是首次登录 */} {/* 下边是两个弹框 第一个是 忘记密码 第二个是首次登录 */}
<div <div
className="login-modal1" className="login-modal1"
......
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