Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
mali
6 years ago
Commit
fd99dd2baa043ef34fc5cbd887f432218c357498
1 parent
7a0957c8
图片上传的接口切换
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
web/src/main/webapp/html/brandManage/editBrand.html
web/src/main/webapp/html/commodityBasicRules/color/productColorEdit.html
web/src/main/webapp/html/product/productEdit.html
web/src/main/webapp/html/brandManage/editBrand.html
View file @
fd99dd2
...
...
@@ -65,7 +65,7 @@
width
:
171
,
height
:
120
,
realInputName
:
"brandLogo"
,
url
:
contextPath
+
'/fileupload/upload
File
'
,
url
:
contextPath
+
'/fileupload/upload'
,
queryParams
:
{
bucket
:
"goodsimg"
},
...
...
web/src/main/webapp/html/commodityBasicRules/color/productColorEdit.html
View file @
fd99dd2
...
...
@@ -52,7 +52,7 @@
width
:
171
,
height
:
120
,
realInputName
:
"colorValue"
,
url
:
contextPath
+
'/fileupload/upload
File
'
,
url
:
contextPath
+
'/fileupload/upload'
,
queryParams
:
{
bucket
:
"goodsimg"
},
...
...
web/src/main/webapp/html/product/productEdit.html
View file @
fd99dd2
...
...
@@ -405,7 +405,7 @@
width
:
104
,
height
:
104
,
realInputName
:
"goodsImage"
,
url
:
contextPath
+
'/fileupload/upload
File
'
,
url
:
contextPath
+
'/fileupload/upload'
,
queryParams
:
{
bucket
:
"goodsimg"
},
...
...
Please
register
or
login
to post a comment