Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-11-25 21:38:52 +0800
Commit
27da15bfe1be6b9dfb24f8fdc085e1235bf7c9bd
1 parent
dbff6bb3
update 5.2.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
package.json
public/js/passport/login/index.js
package.json
View file @
27da15b
{
"name"
:
"yohobuy-node"
,
"version"
:
"5.2.
1
"
,
"version"
:
"5.2.
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/passport/login/index.js
View file @
27da15b
...
...
@@ -1195,6 +1195,7 @@ $deviceSwitcher.on('click', function() {
refreshQrCodeAsync
().
then
(
pollingThisQrCodeStatusAsync
);
}
// 临时去掉二维码登陆
$
(
this
).
parent
(
'.switch-login-type'
).
hide
();
});
...
...
Please
register
or
login
to post a comment