guhongwei 5 年之前
父节点
当前提交
4ad08e5c29
共有 1 个文件被更改,包括 0 次插入1 次删除
  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);
     },