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();
   },