fix: add umi/max lib

main
Dawn1Ocean 2024-03-29 20:17:09 +08:00
parent cfb57c04fd
commit be4bc9649d
1 changed files with 6 additions and 2 deletions

View File

@ -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'],
/**