diff --git a/config/config.ts b/config/config.ts index ef6fa64..12a19fc 100644 --- a/config/config.ts +++ b/config/config.ts @@ -73,9 +73,9 @@ export default defineConfig({ * @name layout 插件 * @doc https://umijs.org/docs/max/layout-menu */ - title: 'Ant Design Pro', + title: 'EVA Tea', layout: { - locale: true, + locale: false, ...defaultSettings, }, /** @@ -119,6 +119,10 @@ export default defineConfig({ async: true, }, ], + helmet: true, + history: { + type: 'browser', + }, //================ pro 插件配置 ================= presets: ['umi-presets-pro'], /**