|
@@ -165,8 +165,8 @@ const showLog = async function (row) {
|
|
|
const resultData = ref({
|
|
|
url1Prefix: '',
|
|
|
url2Prefix: '',
|
|
|
- url1: 'hw/',
|
|
|
- url2: 'kjg/',
|
|
|
+ url1: '/hw/',
|
|
|
+ url2: '/kjg/',
|
|
|
url3: '/overlay_before_registration/',
|
|
|
url4: '/overlay_after_registration/',
|
|
|
url5: '/IR_VIS_obj_in_IR/',
|
|
@@ -186,7 +186,7 @@ const showData = function (row) {
|
|
|
let arr = row.resultPath.split('/ObjectDetection_Web')
|
|
|
resultData.value.url2Prefix = '/api/profile' + arr[arr.length - 1]
|
|
|
arr = row.preprocessPath.split('/ObjectDetection_Web')
|
|
|
- resultData.value.url1Prefix = '/api/profile' + arr[arr.length - 1] + '/input/'
|
|
|
+ resultData.value.url1Prefix = '/api/profile' + arr[arr.length - 1]
|
|
|
results.value = res.data
|
|
|
pageination.value = 0
|
|
|
http
|