Showing
1 changed file
with
1 additions
and
1 deletions
@@ -270,7 +270,7 @@ const intercept = (url) => { | @@ -270,7 +270,7 @@ const intercept = (url) => { | ||
270 | const args = { | 270 | const args = { |
271 | header: matchHeader(path, qs, titleMap), | 271 | header: matchHeader(path, qs, titleMap), |
272 | url: /^(https?:)?\/\//i.test(url) ? url : origin + url | 272 | url: /^(https?:)?\/\//i.test(url) ? url : origin + url |
273 | - } | 273 | + }; |
274 | 274 | ||
275 | if (/\/me\/service$/.test(path)) { | 275 | if (/\/me\/service$/.test(path)) { |
276 | args.header = titleMap[1]; | 276 | args.header = titleMap[1]; |
-
Please register or login to post a comment