bobo %!s(int64=3) %!d(string=hai) anos
pai
achega
e1c64f2f74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/request.js

+ 1 - 1
utils/request.js

@@ -40,7 +40,7 @@ class request {
    */
    */
   static postRequest(url, data, notUseLoading) {
   static postRequest(url, data, notUseLoading) {
       let  headerSign = this.getSignHead();
       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){
   static upload(url, name, path, ortherData, header = this.HEAD){