tianyun 3 年之前
父节点
当前提交
0dd7cde92c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);
             });
         }
     }