fix: add umi/max lib
parent
cfb57c04fd
commit
be4bc9649d
|
|
@ -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'],
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue