Commit 3fbadced0ef4e368d65632aae435d4cf0b944486
1 parent
74dc1f65
展示登录页面
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/login/Login.js
| ... | ... | @@ -3,7 +3,7 @@ import { LockOutlined, UserOutlined } from '@ant-design/icons'; |
| 3 | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | 4 | import '@ant-design/compatible/assets/index.css'; |
| 5 | 5 | import { Input, Button, Select, message, Radio } from 'antd-v4'; |
| 6 | -import { FloatButton } from 'antd-v4'; | |
| 6 | +import { FloatButton } from 'antd'; | |
| 7 | 7 | import commonConfig from '../../utils/config'; |
| 8 | 8 | import * as commonServices from '../../services/services'; |
| 9 | 9 | import * as commonFunc from '../../components/Common/commonFunc'; | ... | ... |
src/routes/tab/tab.js
| 1 | 1 | import { connect } from "umi"; |
| 2 | 2 | import { Icon as LegacyIcon } from "@ant-design/compatible"; |
| 3 | 3 | import { ExclamationCircleOutlined } from "@ant-design/icons"; |
| 4 | -import { Tabs, Modal } from 'antd-v4'; | |
| 4 | +import { Tabs, Modal } from "antd-v4"; | |
| 5 | 5 | import IndexCenter from "@/routes/indexCenter/indexCenter"; /* 首页 */ |
| 6 | 6 | import TabComponent from "@/components/Tab/TabComponent"; |
| 7 | 7 | import CommonListEdit from "@/routes/commonList/commonListEdit"; /* 可编辑公共列表 */ | ... | ... |