zweizhao 7 роки тому
батько
коміт
2f4a15e79b
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      components/header.vue

+ 2 - 2
components/header.vue

@@ -176,8 +176,8 @@ export default {
     ...mapMutations(['updateUserinfo']),
     async getUserinfo() {
       let res = await this.$get('/api/user/getInfo')
-      console.log(JSON.stringify(res.data))
-      console.log(res.data)
+      // console.log(JSON.stringify(res.data))
+      // console.log(res.data)
       this.updateUserinfo({
         userinfo: res.data
       })