From 42fbed157f7e6e35e34c24ce3fbcd147520c1065 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Tue, 3 Aug 2021 11:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index deee590a..35530de5 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -112,6 +112,7 @@ export default function (props: any) { }, ]; }} + pageTitleRender={() => '控制面板'} {...defaultProps} > {props.children}