Limit frontend routes to lightweight admin scope

This commit is contained in:
2026-06-10 17:27:43 +08:00
parent f272d75315
commit 024dac51b2
3 changed files with 4 additions and 25 deletions
@@ -2,6 +2,7 @@ import { preferences } from '@vben/preferences';
const LEGACY_HOME_PATTERNS = [
/^\/app\/[^/]+\/form-render\//,
/^\/page-render\/main_home$/,
/^\/form-render\//,
/^\/online-dev(?:\/|$)/,
/^\/online-development(?:\/|$)/,