Authored by 沈志敏

fix bug

... ... @@ -270,7 +270,7 @@ const intercept = (url) => {
const args = {
header: matchHeader(path, qs, titleMap),
url: /^(https?:)?\/\//i.test(url) ? url : origin + url
}
};
if (/\/me\/service$/.test(path)) {
args.header = titleMap[1];
... ... @@ -294,4 +294,4 @@ const intercept = (url) => {
module.exports = {
defaultTitleMap,
intercept
};
\ No newline at end of file
};
... ...