Browse Source

修复刷新时 title 不显示的问题 (#10455)

pull/10476/head
黄威 4 years ago
committed by GitHub
parent
commit
bd93eb0a2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/config.ts

1
config/config.ts

@ -76,6 +76,7 @@ export default defineConfig({
* @name layout
* @doc https://umijs.org/docs/max/layout-menu
*/
title: 'Ant Design Pro',
layout: {
locale: true,
...defaultSettings,

Loading…
Cancel
Save