scorpio пре 2 година
родитељ
комит
f645420a05
1 измењених фајлова са 2 додато и 0 уклоњено
  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)
             }