|
@@ -185,7 +185,7 @@ const predict = async () => {
|
|
|
json_result.value = JSON.stringify(res.data, null, 4);
|
|
|
// let json_obj = JSON.parse(json_result.value)
|
|
|
result.value = res.data.text.reduce((total: any, cur: any) => total + `<p>${cur}</p>`);
|
|
|
- img.src = "http://192.168.10.11:8000" + res.data.visualize_img;
|
|
|
+ img.src = "http://192.168.10.11:80" + res.data.visualize_img;
|
|
|
predictTime.value = res.data.cost;
|
|
|
loading.value = !loading.value;
|
|
|
bugId.value = res.response_id;
|