|
@@ -228,8 +228,10 @@ export default {
|
|
const { token } = await getFaceToken();
|
|
const { token } = await getFaceToken();
|
|
this.listData.forEach((item) => {
|
|
this.listData.forEach((item) => {
|
|
item.channelName = item.channelName.split("人脸门禁")[0];
|
|
item.channelName = item.channelName.split("人脸门禁")[0];
|
|
- item.recordImage = `https://36.26.62.70:447/evo-pic/${item.recordImage}?token=${token}&oss_addr=172.16.3.223:8925`;
|
|
|
|
|
|
+ // item.recordImage = `https://36.26.62.70:447/evo-pic/${item.recordImage}?token=${token}&oss_addr=172.16.3.223:8925`;
|
|
|
|
+ item.recordImage = `http://192.168.1.171:8089/picture/get?alarmPicture=${item.recordImage}`
|
|
});
|
|
});
|
|
|
|
+ console.log(this.listData)
|
|
console.log("token:", token);
|
|
console.log("token:", token);
|
|
});
|
|
});
|
|
},
|
|
},
|