From ec2bbc5455915821b3e0b7e3a7d35756315af114 Mon Sep 17 00:00:00 2001 From: hms181231 Date: Fri, 1 Sep 2023 15:19:09 +0800 Subject: [PATCH] chore: route component path TableList -> table-list --- config/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.ts b/config/routes.ts index c3ceb0e3..5f6a32e7 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -142,7 +142,7 @@ export default [ name: 'table-list', icon: 'smile', path: '/list/table-list', - component: './TableList', + component: './table-list', }, { name: 'basic-list',