Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-22 18:10:28 +0800
Commit
2c3d21e4e6e3db42b170c228828b7cec241040b2
1 parent
c8a1ed9d
fix bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/intercept-click.js
public/js/common/intercept-click.js
View file @
2c3d21e
...
...
@@ -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
];
...
...
Please
register
or
login
to post a comment