lex 3 gadi atpakaļ
vecāks
revīzija
5e2f01fafe
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
   },