fix: restore main transfer pages with smooth routing

This commit is contained in:
Lan
2026-06-03 17:43:28 +08:00
parent 55c3231216
commit ecc416fbba
7 changed files with 282 additions and 636 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ import { readStoredToken } from '@/utils/auth-storage'
const publicPageMeta = {
showGlobalControls: true,
showRouteLoading: true
showRouteLoading: false,
routeTransition: 'transfer-fade'
}
const adminPageMeta = {