flat: 初始化

This commit is contained in:
史典卓
2024-11-19 16:16:30 +08:00
parent f1acec18f1
commit 47a8edcf60
7 changed files with 74 additions and 65 deletions

View File

@@ -76,9 +76,9 @@ export default defineConfig({
* @name layout 插件
* @doc https://umijs.org/docs/max/layout-menu
*/
title: 'Ant Design Pro',
title: '青岛智慧就业服务系统',
layout: {
locale: true,
locale: false,
...defaultSettings,
},
/**
@@ -97,9 +97,9 @@ export default defineConfig({
locale: {
// default zh-CN
default: 'zh-CN',
antd: true,
antd: false,
// default true, when it is true, will use `navigator.language` overwrite default
baseNavigator: true,
baseNavigator: false,
},
/**
* @name antd 插件

View File

@@ -15,7 +15,7 @@ const Settings: ProLayoutProps & {
fixedHeader: false,
fixSiderbar: true,
colorWeak: false,
title: 'Ant Design Pro',
title: '青岛智慧就业服务系统',
pwa: true,
logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
iconfontUrl: '',