Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-js-sdk
·
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
沈志敏
2017-01-16 12:06:38 +0800
Commit
2f7620eedf7a8b9aad5e9cb6c8a00becfa76e5f9
1 parent
ec096be3
修改图片质量
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/js/utils.js
src/js/utils.js
View file @
2f7620e
...
...
@@ -100,6 +100,7 @@ export default {
quality
=
quality
||
90
;
url
+=
'/q/'
+
quality
;
}
url
.
replace
(
'quality/80'
,
'quality/60'
);
return
url
.
replace
(
'http:'
,
''
);
},
showTip
(
data
)
{
...
...
Please
register
or
login
to post a comment