chore: 更换layout依赖库

This commit is contained in:
TsMask
2023-11-28 21:08:26 +08:00
parent 642fff876a
commit c8e8cca410
66 changed files with 72 additions and 69 deletions

View File

@@ -8,7 +8,7 @@ import {
clearCacheKey,
clearCacheSafe,
} from '@/api/monitor/cache';
import { PageContainer } from '@ant-design-vue/pro-layout';
import { PageContainer } from 'antdv-pro-layout';
import { ColumnsType } from 'ant-design-vue/lib/table/Table';
import { message } from 'ant-design-vue/lib';
import { hasPermissions } from '@/plugins/auth-user';

View File

@@ -11,7 +11,7 @@ import {
import { PieChart, PieSeriesOption } from 'echarts/charts';
import { LabelLayout } from 'echarts/features';
import { CanvasRenderer } from 'echarts/renderers';
import { PageContainer } from '@ant-design-vue/pro-layout';
import { PageContainer } from 'antdv-pro-layout';
import { getCache } from '@/api/monitor/cache';
import { reactive, ref, onMounted } from 'vue';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';