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
61b5005e33a6fafd28d48269cf5b5b01212bb647
1 parent
741a75a8
fix 图片旋转验证码 img src 协议自适应
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
apps/passport/controllers/captcha.js
public/img/service/chat/im-rebot.png
apps/passport/controllers/captcha.js
View file @
61b5005
...
...
@@ -15,7 +15,7 @@ exports.get = (req, res, next) => {
req
.
session
.
captcha
=
codeStr
;
data
.
src
=
result
.
data
.
verifiedGraphicCode
;
data
.
src
=
result
.
data
.
verifiedGraphicCode
.
replace
(
/^http:/
,
''
)
;
return
res
.
json
(
data
);
}
...
...
public/img/service/chat/im-rebot.png
0 → 100644
View file @
61b5005
3.58 KB
Please
register
or
login
to post a comment