lex 3 vuotta sitten
vanhempi
commit
5e2f01fafe
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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();
   },