lex 3 năm trước cách đây
mục cha
commit
5e2f01fafe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
   },