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() {
   mounted() {
+    document.title = "学员列表";
     this.__init();
     this.__init();
     this.getStudent();
     this.getStudent();
   },
   },