This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
tags/v1.22.10.1^2
zhoupzh
3 years ago
parent
10503a3c62
commit
5d6ad24d19
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 => {
Write
Preview
Loading…
Cancel
Save