star7th преди 8 години
родител
ревизия
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,