@@ -239,7 +239,7 @@ const onDescription = (node: any) => {
const ondblclick = (node: any) => {
if (node.data.type==='page' && node.data.value !== data.actived[0]) {
- MessagePlugin.warning('请先选中页面');
+ MessagePlugin.warning($t('请先选中页面'));
return;
}
node.data.edited = true;