update upload inference

This commit is contained in:
2024-09-20 19:50:08 +08:00
parent 84520ef566
commit e8d1e88e13
6 changed files with 50 additions and 71 deletions

View File

@@ -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) {