tianyun 3 years ago
parent
commit
0dd7cde92c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tmp/monkey/web-history.js

+ 2 - 0
tmp/monkey/web-history.js

@@ -18,6 +18,8 @@
                 "user_id": 1
             }).then(res => {
                 console.log(res.data);
+            }).catch(function (error) {
+                alert(error);
             });
         }
     }