|
|
@@ -1,7 +1,7 @@
|
|
|
import styles from '@/pages/Hr/Notification/index.less'
|
|
|
import { Drawer, Tag, Typography } from 'antd'
|
|
|
import { useIntl } from 'umi'
|
|
|
-import MarkDown from './MarkDown'
|
|
|
+import MarkDown from 'react-markdown'
|
|
|
|
|
|
const MessageDetail = props => {
|
|
|
const { item: { id, title, createTime, content, msgType } = {}, ...otherProps } = props
|