Merge remote-tracking branch 'origin/feature/0918_账号管理新增视图_rxd' into test

This commit is contained in:
rd
2025-09-25 15:30:30 +08:00

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 : [];