Explorar el Código

国际化优化

kuaifan hace 5 años
padre
commit
0913c09527
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/assets/js/main/components/chat/Index.vue

+ 1 - 1
resources/assets/js/main/components/chat/Index.vue

@@ -683,7 +683,7 @@
                         lasttext = this.$L('[图片]');
                         break;
                     case 'taskB':
-                        lasttext = data.text + " " + this.$L("[来自关注任务]"_;
+                        lasttext = data.text + " " + this.$L("[来自关注任务]");
                         break;
                     case 'report':
                         lasttext = data.text + " " + this.$L("[来自工作报告]");