ananzhusen 3 недель назад
Родитель
Сommit
fc5966e18b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/components/Project.vue

+ 1 - 1
src/views/components/Project.vue

@@ -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;