star7th 7 лет назад
Родитель
Сommit
b187da1bb4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web_src/src/components/item/show/Index.vue

+ 1 - 1
web_src/src/components/item/show/Index.vue

@@ -62,7 +62,7 @@
                 };
               };
               that.item_info = json ;
-              document.title = "ShowDoc--"+that.item_info.item_name ;
+              document.title = that.item_info.item_name +"--ShowDoc";
               if (json.unread_count > 0 ) {
                 that.$message({
                   showClose: true,