lex 3 éve
szülő
commit
5e2f01fafe
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/views/studentList/index.vue

+ 1 - 0
src/views/studentList/index.vue

@@ -98,6 +98,7 @@ export default {
     };
   },
   mounted() {
+    document.title = "学员列表";
     this.__init();
     this.getStudent();
   },