Commit c98a72716ee50e13eb7b992a08d0a8897acb6c59

Authored by sqy
1 parent 7cc80981

fix:调整defHttp的使用方式

... ... @@ -222,7 +222,7 @@ LocalFile.prototype.saveFile = function(title, revision, success, error, useCurr
222 222 "id":Editor.configurationContentId,"content":savedData,"type":1};
223 223 configurationContentList.push(configurationContent);
224 224 var parmam = {"configurationId":Editor.configurationId,"configurationContentList":configurationContentList};
225   - DefHttp().put("/yt/configuration/content",parmam).then(res=>{
  225 + defHttp.put("/yt/configuration/content",parmam).then(res=>{
226 226 console.log(res)
227 227 })
228 228 }
... ...