Compare commits
No commits in common. 'b1743f4619f45d54feae33bd4c66ecc226c46567' and 'c06b3f05d526cf42dd4e1ea52beafcd3034a52c4' have entirely different histories.
b1743f4619
...
c06b3f05d5
9 changed files with 53 additions and 131 deletions
@ -1,11 +0,0 @@ |
||||
import request from '@/router/axios'; |
||||
|
||||
export const upload = (file) => { |
||||
return request({ |
||||
url: '/smartpark/material/upload ', |
||||
method: 'post', |
||||
data: file, |
||||
cryptoToken: false, |
||||
cryptoData: false |
||||
}) |
||||
} |
||||
Loading…
Reference in new issue