yerong 4 năm trước cách đây
mục cha
commit
fc36c165e1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/index/scan.vue

+ 2 - 2
src/components/index/scan.vue

@@ -41,8 +41,8 @@ export default {
         access_token: 11,
         user_name: username
       }
-      $this.$fly.post('', $params).then((res)=>{
-
+      $this.$fly.post('user/user-name', $params).then((res)=>{
+        console.log(res)
       })
     }
   }