芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/axios/lib/helpers/bind.js
'use strict'; export default function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; }