perf: 调整

This commit is contained in:
rd
2025-09-25 15:30:20 +08:00
parent a79a4e15ba
commit 26ea2b5e6e

View File

@ -15,4 +15,4 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
];
export default import.meta.env.VITE_ENV === 'development' ? COMPONENTS : [];
export default import.meta.env.VITE_ENV !== 'production' ? COMPONENTS : [];