tianyun 3 months ago
parent
commit
209181bea3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      simple-demo/mycopy.html

+ 1 - 1
simple-demo/mycopy.html

@@ -204,7 +204,7 @@
 
     pageManager.setNameCallBack(() => {
         let title = localStorage.getItem("title");
-        document.title = title + " - 问答";
+        document.title = title + " - 复制";
         _this.all_data.title = title;
     })