perf: The map is not packaged into the code to reduce the server size

This commit is contained in:
ccbikai
2024-06-08 17:15:25 +08:00
parent d2c83e43d4
commit c894fde09f
5 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ provide('id', ref())
<template>
<main class="space-y-6">
<DashboardBreadcrumb title="Analysis" />
<LazyDashboard />
<Dashboard />
</main>
</template>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<main class="flex items-center justify-center h-full">
<LazyLogin />
<Login />
</main>
</template>