fix: antd包导入使用lib库

This commit is contained in:
TsMask
2024-01-06 17:01:13 +08:00
parent 1a32f009f3
commit 5883f040e7
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import { PageContainer } from 'antdv-pro-layout';
import useI18n from '@/hooks/useI18n';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { listNe, stateNe } from '@/api/ne/ne';
import message from 'ant-design-vue/lib/message';
import { message } from 'ant-design-vue/lib';
import { randerGroph, switchLayout } from './graph';
import { parseDateToStr } from '@/utils/date-utils';
const { t } = useI18n();