From c66fc1179b3e9d5b11721f5f9537db320b67b605 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 20 Aug 2024 08:45:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9about=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/router/access.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/router/access.ts b/apps/web-antd/src/router/access.ts index e9c5beb0..0376c08f 100644 --- a/apps/web-antd/src/router/access.ts +++ b/apps/web-antd/src/router/access.ts @@ -73,7 +73,7 @@ const localMenuList: RouteRecordStringComponent[] = [ path: '/about', children: [ { - component: '/_core/vben/about/index', + component: '/_core/about/index', meta: { title: $t('page.vben.about'), },