star7th vor 7 Jahren
Ursprung
Commit
b187da1bb4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 ;
               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 ) {
               if (json.unread_count > 0 ) {
                 that.$message({
                 that.$message({
                   showClose: true,
                   showClose: true,