refactor: use vben/common-ui docAlert

This commit is contained in:
xingyu4j
2025-06-10 16:32:29 +08:00
parent 057ea74e0e
commit f32eef482f
201 changed files with 353 additions and 553 deletions

View File

@@ -8,7 +8,12 @@ import type {
import { onMounted, ref } from 'vue';
import { useRouter } from 'vue-router';
import { AnalysisOverview, Page, WorkbenchQuickNav } from '@vben/common-ui';
import {
AnalysisOverview,
DocAlert,
Page,
WorkbenchQuickNav,
} from '@vben/common-ui';
import {
SvgBellIcon,
SvgCakeIcon,
@@ -19,7 +24,6 @@ import { isString, openWindow } from '@vben/utils';
import { getUserCountComparison } from '#/api/mall/statistics/member';
import { getOrderComparison } from '#/api/mall/statistics/trade';
import { DocAlert } from '#/components/doc-alert';
/** 商城首页 */
defineOptions({ name: 'MallHome' });