star7th 7 년 전
부모
커밋
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,