style: menu style
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
import { defineConfig } from '@umijs/max';
|
||||
import keepAlive from './keep-alive';
|
||||
import proxy from './proxy';
|
||||
import routes from './routes';
|
||||
import theme from './theme';
|
||||
@@ -90,7 +91,7 @@ export default defineConfig({
|
||||
model: {},
|
||||
initialState: {},
|
||||
request: {},
|
||||
keepalive: ['/playground/text-to-image', '/playground/speech'],
|
||||
keepalive: keepAlive,
|
||||
locale: {
|
||||
antd: true,
|
||||
baseNavigator: true,
|
||||
|
||||
Reference in New Issue
Block a user