guhongwei 4 years ago
parent
commit
5d6b4b332e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/components/common/top.vue

+ 0 - 2
src/components/common/top.vue

@@ -80,9 +80,7 @@ export default {
     // 个人中心
     centerLogin() {
       let data = this.user;
-      console.log(data);
       if (data.code) {
-        console.log('1');
         this.$router.push({ path: '/userCenter' });
       } else if (data.room_id) {
         let num = data.room_id.substr(0, 1);