Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
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
邱骏
2019-11-04 19:49:01 +0800
Committed by
shuaiguo
2019-11-05 09:54:14 +0800
Commit
3d587c8f897249b55504b201faeb5baf938dff9a
1 parent
efa40ddd
修改一个bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config/common.js
public/js/activity/xianyu/index.js
config/common.js
View file @
3d587c8
...
...
@@ -56,7 +56,7 @@ module.exports = {
testCode
:
'yoho4946abcdef#$%&!@'
,
domains
:
domains
,
//
yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc',
yohoVerifyUdid
:
'ca5c462a-e28b-407d-8061-5e204398e3cc'
,
signExtend
:
{
business_line
:
'yohobuy'
},
...
...
public/js/activity/xianyu/index.js
View file @
3d587c8
...
...
@@ -19,7 +19,7 @@ function XianyuLinkHandle() {
href
=
url
+
'?'
+
encodeURI
(
search
);
if
(
href
.
indexOf
(
'#'
)
!==
0
)
{
if
(
href
.
indexOf
(
'#'
)
!==
0
&&
href
.
indexOf
(
'void'
)
<
0
)
{
let
args
=
{
url
:
href
};
if
(
window
.
WindVane
)
{
...
...
Please
register
or
login
to post a comment