diff --git a/src/router/routes.ts b/src/router/routes.ts index f532b26..0c6fe19 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -12,7 +12,7 @@ const constantRoutes: Route.recordRaw[] = [ { path: '/', - redirect: '/dashboard', + redirect: '/device', meta: { title: '', },