Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈峰
8 years ago
Commit
79ac8d9e356902152770cc93ecfcda4bbbb7722e
1 parent
951914ad
移除js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
public/js/passport/login/weixin.js
public/js/passport/login/weixin.js
deleted
100644 → 0
View file @
951914a
let
qs
=
require
(
'yoho-qs'
);
let
weixin
=
{
check
:
()
=>
{
let
isWechat
=
/micromessenger/i
.
test
(
navigator
.
userAgent
||
''
);
if
(
isWechat
)
{
window
.
location
.
href
=
'/passport/login/wechat'
;
}
}
};
module
.
exports
=
weixin
;
Please
register
or
login
to post a comment