chore(多语言): 部分多语言采用 isEnEnv 变量了判断,后面移植到语言包中

This commit is contained in:
2025-12-29 10:56:04 +08:00
parent f9973d9546
commit 74c7eaf497
7 changed files with 303 additions and 278 deletions

View File

@@ -92,6 +92,8 @@ export default {
}
}
if (value == undefined || (value == 'title' && field == 'title')) value = ''; // field
console.log(`字段: ${field}, 值: ${value}`)
return value;
},
/**