|
|
@@ -156,7 +156,7 @@ function Login(props) {
|
|
|
<div className='login-input'>
|
|
|
<button onClick={login}>{props.lang.login}</button>
|
|
|
</div>
|
|
|
- <div className='login-input '>
|
|
|
+ {/* <div className='login-input '>
|
|
|
<div className='three-button'>
|
|
|
<span style={{marginRight:30}} onClick={() => {
|
|
|
top.location.href = 'https://bjt.baoan.edu.cn/'
|
|
|
@@ -168,14 +168,8 @@ function Login(props) {
|
|
|
}}>
|
|
|
<img src={BaoanImg} alt="shenjiao"/>深教AI
|
|
|
</span>
|
|
|
- {/* <button onClick={() => {
|
|
|
- top.location.href = 'https://bjt.baoan.edu.cn/'
|
|
|
- }}>宝教通</button>
|
|
|
- <button onClick={() => {
|
|
|
- top.location.href = 'https://sz.edu.cn/portal-web/#/'
|
|
|
- }}>深教AI</button> */}
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
</div>
|
|
|
)
|
|
|
}
|