fix: 替换组件

This commit is contained in:
xieyonghong 2023-04-01 10:59:04 +08:00
parent 76a880b130
commit 9557586bb9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
import { getListByUnRead_api } from '@/api/account/notificationRecord';
import NoticeInfo from './NoticeInfo.vue';
import { getWebSocket } from '@/utils/websocket';
import { notification, Button } from 'ant-design-vue';
import { notification, Button } from 'jetlinks-ui-components';
import { changeStatus_api } from '@/api/account/notificationRecord';
import { useUserInfo } from '@/store/userInfo';