update upload inference
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
return data;
|
||||
}
|
||||
];
|
||||
var res = axios.post(`${url}`, params).then((res) => {
|
||||
var res = axios.post(`${baseURL}${url}`, params).then((res) => {
|
||||
console.log("res:", res)
|
||||
if (res.status == 200) {
|
||||
if (res.data.exception != undefined && res.data.exception) {
|
||||
|
Reference in New Issue
Block a user