scorpio %!s(int64=2) %!d(string=hai) anos
pai
achega
f645420a05
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/dash/compoents/profile.vue

+ 2 - 0
src/views/dash/compoents/profile.vue

@@ -236,6 +236,8 @@ export default {
             body: form
           }).then(response => {
             const { status, data = {} } = response
+            console.log(status, data)
+            console.log(response)
             if (status >= 200 && status <= 401) {
               this.updateAvatar(data.data.filePath)
             }