js工具类
2018-11-01 本文已影响5人
赤焰军少帅林殊
var httpUtils ={
apptext : true,
httpPost: function (){
console.log("请求调用");
},
}
module.exports = httpUtils;
var httpUtils ={
apptext : true,
httpPost: function (){
console.log("请求调用");
},
}
module.exports = httpUtils;