Browse Source

fix issue

tags/v1.22.10.1^2
zhoupzh 3 years ago
parent
commit
5d6ad24d19
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      web_src/vuepages/pages/model/tuomin/index.vue

+ 2
- 4
web_src/vuepages/pages/model/tuomin/index.vue View File

@@ -143,10 +143,8 @@
axios({
method:'POST',
url: '/extension/tuomin/upload',
header:{
'Content-Type':"multipart/form-data",
'Accept':"image/png"
},
headers: {'Accept': 'image/png'},
responseType: 'blob',
params: { model: this.radio },
data:fd
}).then(res => {


Loading…
Cancel
Save