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="管理员日志"