Fix:修正前后端Bug

This commit is contained in:
2025-08-25 16:21:19 +08:00
parent ad1e520c07
commit 321e990dff
8 changed files with 160 additions and 13 deletions

View File

@ -5,7 +5,7 @@ import en from 'element-plus/es/locale/lang/en';
// Strapi本地化映射
export const strapiLocales: Record<string, StrapiLocale> = {
'zh': 'zh-Hans',
'zh': 'zh-CN',
'en': 'en'
}