perf: delay admin prefetch after first screen

This commit is contained in:
2026-06-22 15:11:11 +08:00
parent 75a7671a27
commit 84d6791b3c
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -31,9 +31,6 @@ export default defineConfig(async (config) => {
vxeTableLazyImport: false,
},
vite: {
build: {
modulePreload: false,
},
define: {
'import.meta.env.VITE_APP_VERSION': JSON.stringify(appVersion),
},