mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: bug (#4300)
This commit is contained in:
parent
c9c14df4f0
commit
9740bf89ba
@ -27,10 +27,7 @@ export default defineConfig({
|
|||||||
{ type: 'component', dir: 'src/schema-component/antd' },
|
{ type: 'component', dir: 'src/schema-component/antd' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
locales: [
|
locales: lang === 'zh-CN' ? [{ id: 'zh-CN', name: '中文' },] : [{ id: 'en-US', name: 'English' }],
|
||||||
{ id: 'en-US', name: 'English' },
|
|
||||||
{ id: 'zh-CN', name: '中文' },
|
|
||||||
],
|
|
||||||
themeConfig: defineThemeConfig({
|
themeConfig: defineThemeConfig({
|
||||||
title: 'NocoBase',
|
title: 'NocoBase',
|
||||||
logo: 'https://www.nocobase.com/images/logo.png',
|
logo: 'https://www.nocobase.com/images/logo.png',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user