This commit is contained in:
ygx
2026-03-21 15:52:38 +08:00
parent 090b00002e
commit 4708a8bbf7
36 changed files with 7280 additions and 28 deletions

View File

@@ -2,6 +2,7 @@ import { REDIRECT_ROUTE_NAME } from '@/router/constants'
import type { RouteRecordRaw } from 'vue-router'
export const DEFAULT_LAYOUT = () => import('@/layout/default-layout.vue')
export const STANDALONE_LAYOUT = () => import('@/layout/standalone-layout.vue')
export const REDIRECT_MAIN: RouteRecordRaw = {
path: '/redirect',