Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions dist/fly.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,11 @@ Fly.default = Fly;
return this.request(url, data, utils.merge({ method: e }, option));
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
// Learn more about keep-loader: https://github.com/wendux/keep-loader
KEEP("cdn||cdn-min", function () {
// This code block will be removed besides the "CDN" and "cdn-min" build environment
Expand All @@ -533,4 +533,4 @@ module.exports = Fly;

/***/ })

/******/ });
/******/ });
12 changes: 6 additions & 6 deletions dist/npm/fly.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,15 +527,15 @@ Fly.default = Fly;
return this.request(url, data, utils.merge({ method: e }, option));
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
// Learn more about keep-loader: https://github.com/wendux/keep-loader
;
module.exports = Fly;

/***/ })
/******/ ]);
});
});
12 changes: 6 additions & 6 deletions dist/npm/hap.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,11 @@ Fly.default = Fly;
return this.request(url, data, utils.merge({ method: e }, option));
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
// Learn more about keep-loader: https://github.com/wendux/keep-loader
;
module.exports = Fly;
Expand Down Expand Up @@ -789,4 +789,4 @@ module.exports = function (fetch) {

/***/ })
/******/ ]);
});
});
12 changes: 6 additions & 6 deletions dist/npm/weex.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,11 @@ Fly.default = Fly;
return this.request(url, data, utils.merge({ method: e }, option));
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
// Learn more about keep-loader: https://github.com/wendux/keep-loader
;
module.exports = Fly;
Expand Down Expand Up @@ -788,4 +788,4 @@ module.exports = function (engine) {

/***/ })
/******/ ]);
});
});
16 changes: 8 additions & 8 deletions dist/npm/wx.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,11 @@ Fly.default = Fly;
return this.request(url, data, utils.merge({ method: e }, option));
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
["lock", "unlock", "clear"].forEach(function (e) {
Fly.prototype[e] = function () {
this.interceptors.request[e]();
};
});
// Learn more about keep-loader: https://github.com/wendux/keep-loader
;
module.exports = Fly;
Expand Down Expand Up @@ -783,14 +783,14 @@ module.exports = function (request, responseCallback) {


//微信小程序入口
var _Fly = __webpack_require__(2);
var _Fly = __webpack_require__(2);
var EngineWrapper = __webpack_require__(1);
var adapter = __webpack_require__(6);
var wxEngine = EngineWrapper(adapter);
module.exports = function (engine) {
return new Fly(engine || wxEngine);
return new _Fly(engine || wxEngine);
};

/***/ })
/******/ ]);
});
});
2 changes: 1 addition & 1 deletion dist/umd/wx.umd.min.js

Large diffs are not rendered by default.

Loading