From 5883f040e720b1f03e363481111567c2034fbe18 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 6 Jan 2024 17:01:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20antd=E5=8C=85=E5=AF=BC=E5=85=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8lib=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/topology/index.vue | 2 +- src/views/tool/upload/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/monitor/topology/index.vue b/src/views/monitor/topology/index.vue index 74411be3..cbac5533 100644 --- a/src/views/monitor/topology/index.vue +++ b/src/views/monitor/topology/index.vue @@ -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(); diff --git a/src/views/tool/upload/index.vue b/src/views/tool/upload/index.vue index 1ce9e911..29c4ed12 100644 --- a/src/views/tool/upload/index.vue +++ b/src/views/tool/upload/index.vue @@ -1,8 +1,7 @@