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