diff --git a/package-lock.json b/package-lock.json index 9e30f4e..c6da42a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "mh-safe-web", + "name": "mh-lcmk-sms-web", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/routes/Home.js b/src/routes/Home.js index a0d858b..59db2d0 100644 --- a/src/routes/Home.js +++ b/src/routes/Home.js @@ -32,6 +32,7 @@ import { Button, DatePicker, Select, + notification } from "antd"; import styles from "./dashboard.css"; import "slick-carousel/slick/slick.css"; @@ -48,6 +49,17 @@ const formItemLayout = { labelCol: { span: 6 }, wrapperCol: { span: 14 }, }; + +const openNotification = (placement) => { + notification.info({ + duration: null, + top: 43, + message: `签名照上传提示:`, + description: "您还没上传自己的签名照片,请在我的资料中尽快上传您的签名照!", + placement, + }); +}; + const AllTech = (props) => { return (