Browse Source

Fix home page error bug (#8731)

3.0.0/version-upgrade
Devosend 2 years ago committed by GitHub
parent
commit
63e85f314d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui-next/src/locales/index.ts

1
dolphinscheduler-ui-next/src/locales/index.ts

@ -20,6 +20,7 @@ import zh_CN from './modules/zh_CN'
import en_US from './modules/en_US'
const i18n = createI18n({
legacy: false,
globalInjection: true,
locale: 'zh_CN',
messages: {

Loading…
Cancel
Save