@@ -66,11 +66,8 @@ export default {
};
},
created: function () {
- this.isLogin();
this.userId = localStorage.getItem("userId");
- // this.getUser();
this.headimgurl = localStorage.getItem('headimgurl');
- // this.getSuggestList();
this.getUserByUserIdAPI()
methods: {