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){