guhongwei 5 năm trước cách đây
mục cha
commit
4ad08e5c29
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/user/index.vue

+ 0 - 1
src/views/user/index.vue

@@ -73,7 +73,6 @@ export default {
     // 查询登录用户信息
     async searchSite() {
       // 1:班主任,4:学生
-
       const res = await this.studentFetch(this.user.userid);
       this.$set(this, `info`, res.data);
     },