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
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
8c66934ba66d742259db73d9bcdbb58db3dd4c8b
2 parents
c515045e
b5e7dd57
Merge branch 'gray' into 'master'
Gray See merge request
!317
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
public/js/plugins/captcha-strategy/img-captcha.js
package.json
View file @
8c66934
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.6.
5
"
,
"version"
:
"6.6.
6
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/plugins/captcha-strategy/img-captcha.js
View file @
8c66934
...
...
@@ -39,7 +39,7 @@ Captcha.prototype = {
this
.
bindEvents
();
// 初始化时不自动刷新验证码
//
this.refresh();
this
.
refresh
();
return
this
;
},
...
...
Please
register
or
login
to post a comment