chore(i18n): 删除不必要的注释

pull/2745/head
sight 2025-06-28 16:16:19 +08:00
parent 6fcdc0bcdf
commit e2ea3ee8de
1 changed files with 0 additions and 1 deletions

View File

@ -577,7 +577,6 @@ layui.define(['i18n', 'form', 'util'], function(exports) {
// 删除
} else {
// 兼容性,手动替换括号为 html
var i18nText = i18n.$t('tree.deleteNodePrompt', {
name: item[customName.title] || ''
});