瀏覽代碼

国际化优化

kuaifan 5 年之前
父節點
當前提交
0913c09527
共有 1 個文件被更改,包括 1 次插入1 次删除
  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("[来自工作报告]");