lex 3 лет назад
Родитель
Сommit
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();
   },