From 043c1fdb040f24bc9e6bc46bfb114519ba20fbb5 Mon Sep 17 00:00:00 2001 From: chizhehui Date: Wed, 17 Jul 2024 09:10:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .umirc.ts | 10 +++++----- src/pages/Home/index.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index 8b22404..fd8e9b3 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -31,11 +31,11 @@ export default defineConfig({ path: '/access', component: './Access', }, - { - name: ' CRUD 示例', - path: '/table', - component: './Table', - }, + /*{ + name: ' 系统监控', + path: '/redis', + component: './Redis', + },*/ { name: ' 用户配置', path: '/user', diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx index 7ef3bad..327578a 100644 --- a/src/pages/Home/index.tsx +++ b/src/pages/Home/index.tsx @@ -271,7 +271,7 @@ const MainHome: FunctionComponent = () => {
- + rowKey="id" headerTitle="管理员日志"