浏览代码

公共库

bobo 3 年之前
父节点
当前提交
e1c64f2f74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/request.js

+ 1 - 1
utils/request.js

@@ -40,7 +40,7 @@ class request {
    */
   static postRequest(url, data, notUseLoading) {
       let  headerSign = this.getSignHead();
-      return this.requestAll(url, data, headerSign, 'POST', notUeLoading)
+      return this.requestAll(url, data, headerSign, 'POST', notUseLoading)
   }
 
   static upload(url, name, path, ortherData, header = this.HEAD){