From c6187d726fb11e4a796c7178d642da1a1f148870 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 1 May 2026 08:10:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=B8=83=E5=B1=80=E5=BC=95=E7=94=A8=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E6=81=A2=E5=A4=8D=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router/routes.ts b/frontend/src/router/routes.ts index ca0e353..b17057e 100644 --- a/frontend/src/router/routes.ts +++ b/frontend/src/router/routes.ts @@ -25,7 +25,7 @@ const routes: RouteRecordRaw[] = [ }, { path: '/admin', - component: () => import('@/layouts/admin.vue'), + component: () => import('@/layouts/developer.vue'), meta: { auth: true, role: 'admin' }, children: [ {