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
陈峰
7 years ago
Commit
652d5c30ca526e20e0a48f7f38c4804586e5142f
1 parent
5b867f0b
change upload url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/plugins/jquery.qupload.js
public/js/plugins/jquery.qupload.js
View file @
652d5c3
...
...
@@ -78,7 +78,7 @@ function initSwfUpload(btnId, options) {
setDefaultValue
(
'flash_url'
,
'https://static.yohobuy.com/admin/js/swfupload/swfupload.swf'
);
setDefaultValue
(
'upload_url'
,
'http://upload.yohobuy.com'
);
setDefaultValue
(
'upload_url'
,
'http://upload.
static.
yohobuy.com'
);
setDefaultValue
(
'file_post_name'
,
'Filedata'
);
setDefaultValue
(
'file_size_limit'
,
'2 MB'
);
setDefaultValue
(
'file_types'
,
'*.*'
);
...
...
Please
register
or
login
to post a comment