改造成mf

This commit is contained in:
lai
2025-04-15 16:24:44 +08:00
parent 956cbfc3a3
commit 4e63395383
6 changed files with 22 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ import { onBeforeUnmount, onMounted, reactive, ref } from 'vue';
import DashboardCards from './components/psapOverview/DashboardCards.vue';
import DashboardCards from './components/MFOverview/DashboardCards.vue';
onMounted(() => {
});