|
@@ -8,7 +8,6 @@ import icon3 from '@/assets/img/home/icon3.png'
|
|
|
import history from '@/utils/history'
|
|
|
|
|
|
import backImg from '@/assets/img/back.png'
|
|
|
-import { Form, Input } from 'antd'
|
|
|
|
|
|
const list = [
|
|
|
{
|
|
@@ -41,23 +40,6 @@ function A1home() {
|
|
|
|
|
|
return (
|
|
|
<div className={styles.A1home}>
|
|
|
- <Form
|
|
|
- name='basic'
|
|
|
- // labelCol={{ span: 3 }}
|
|
|
- autoComplete='off'
|
|
|
- scrollToFirstError
|
|
|
- initialValues={{ papers: '内地身份证' }}
|
|
|
- >
|
|
|
- <Form.Item
|
|
|
- label='负责人姓名'
|
|
|
- name='name'
|
|
|
- rules={[{ required: true, message: '请输入负责人姓名!' }]}
|
|
|
- getValueFromEvent={e => e.target.value.trim()}
|
|
|
- >
|
|
|
- <Input placeholder='请输入内容' maxLength={6} />
|
|
|
- </Form.Item>
|
|
|
- </Form>
|
|
|
-
|
|
|
<div className='A1bg'>
|
|
|
<img src={bgImg} alt='' />
|
|
|
<img className='A1bgBack' src={backImg} alt='' onClick={toHomeHtml} />
|