|
|
@ -130,7 +130,7 @@ public class RecordInspectionCabinetController extends BaseController
|
|
|
|
@GetMapping("/getThermalVideo/{filePath}")
|
|
|
|
@GetMapping("/getThermalVideo/{filePath}")
|
|
|
|
public ResponseEntity<FileSystemResource> getThermalVideo(@PathVariable String filePath) {
|
|
|
|
public ResponseEntity<FileSystemResource> getThermalVideo(@PathVariable String filePath) {
|
|
|
|
// 获取配置文件中的路径application.yml的profile
|
|
|
|
// 获取配置文件中的路径application.yml的profile
|
|
|
|
String myPath = RuoYiConfig.getProfile();
|
|
|
|
String myPath = RuoYiConfig.getMyPath();
|
|
|
|
// 构建完整的文件路径
|
|
|
|
// 构建完整的文件路径
|
|
|
|
String fileUrl = myPath + "/日志信息/巡检录像/热成像/" + filePath;
|
|
|
|
String fileUrl = myPath + "/日志信息/巡检录像/热成像/" + filePath;
|
|
|
|
// 创建文件对象
|
|
|
|
// 创建文件对象
|
|
|
@ -172,7 +172,7 @@ public class RecordInspectionCabinetController extends BaseController
|
|
|
|
@GetMapping("/getVisibleVideo/{filePath}")
|
|
|
|
@GetMapping("/getVisibleVideo/{filePath}")
|
|
|
|
public ResponseEntity<FileSystemResource> getVisibleVideo(@PathVariable String filePath) {
|
|
|
|
public ResponseEntity<FileSystemResource> getVisibleVideo(@PathVariable String filePath) {
|
|
|
|
// 获取配置文件中的路径application.yml的profile
|
|
|
|
// 获取配置文件中的路径application.yml的profile
|
|
|
|
String myPath = RuoYiConfig.getProfile();
|
|
|
|
String myPath = RuoYiConfig.getMyPath();
|
|
|
|
// 构建完整的文件路径
|
|
|
|
// 构建完整的文件路径
|
|
|
|
String fileUrl = myPath + "/日志信息/巡检录像/可见光/" + filePath;
|
|
|
|
String fileUrl = myPath + "/日志信息/巡检录像/可见光/" + filePath;
|
|
|
|
// 创建文件对象
|
|
|
|
// 创建文件对象
|
|
|
|