https.js 133 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 /** * 链接改成自适应链接 * @return {[type]} */ module.exports = function(url) { return url.replace('http:', ''); };