操作视频,增删改查,接口联调

This commit is contained in:
fengerli
2025-07-11 15:56:50 +08:00
parent 6ada4657fb
commit ceeb4772ca
10 changed files with 1665 additions and 1668 deletions

View File

@ -139,7 +139,8 @@
// 获取图片列表
callOtherApi() {
let data = {
deviceId: this.deviceID
deviceId: this.deviceID,
fileType: '2' //文件类型(1:操作说明2:产品参数)
}
fileInfo(data).then((res) => {
if (res.code == 200) {