wenbobowen 4 years ago
parent
commit
5aa772d930
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/input/normalArea.vue

+ 2 - 1
src/components/input/normalArea.vue

@@ -157,7 +157,8 @@ export default {
         'imgData': imgData,
         'innerPublic': true
       }).then((res) => {
-        // console.log(res.url)
+        console.log('res', res)
+        console.log('res.url', res.url)
         return res.url
       })
       // return new Promise((resolve, reject) => {