lex пре 3 година
родитељ
комит
5e2f01fafe
1 измењених фајлова са 1 додато и 0 уклоњено
  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();
   },