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
沈志敏
9 years ago
Commit
2c3d21e4e6e3db42b170c228828b7cec241040b2
1 parent
c8a1ed9d
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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
];
...
...
@@ -294,4 +294,4 @@ const intercept = (url) => {
module
.
exports
=
{
defaultTitleMap
,
intercept
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment