|
|
|
@ -3,6 +3,7 @@ import { history, useLocation } from 'umi';
|
|
|
|
|
import styles from './index.less';
|
|
|
|
|
import DeviceInstall from './DeviceInstall';
|
|
|
|
|
import PowerOnAuth from './PowerOnAuth';
|
|
|
|
|
import { LeftOutlined } from '@ant-design/icons';
|
|
|
|
|
|
|
|
|
|
interface PageProps { }
|
|
|
|
|
|
|
|
|
@ -56,7 +57,7 @@ const InitialSystem: FC<PageProps> = ({ }) => {
|
|
|
|
|
<div className={styles.initial_warp}>
|
|
|
|
|
{/* 头部 */}
|
|
|
|
|
<div className={styles.header_warp}>
|
|
|
|
|
<div className='ml20'>专用核心密码机管理软件</div>
|
|
|
|
|
<div className='ml20' style={{cursor: 'pointer'}} onClick={() => history.push('/')}><LeftOutlined />专用核心密码机管理软件</div>
|
|
|
|
|
<div className='mr20'></div>
|
|
|
|
|
</div>
|
|
|
|
|
{/* 底部 */}
|
|
|
|
|