提交对接的接口

This commit is contained in:
Digo
2025-12-26 00:34:12 +08:00
parent dbe9c5bbb1
commit ebb9ac4ac0
4 changed files with 93 additions and 91 deletions

View File

@@ -39,7 +39,7 @@
import SubtitleComponent from '@/components/SubtItle/index.vue'
import { reactive, ref } from 'vue'
import useMapStore from '@/store/modules/map'
import { videoIdentificationFindByPage } from '@/api/alarm'
import { videoIdentificationPage } from '@/api/identification.js'
const mapStore = useMapStore()
const tabs = [
@@ -76,7 +76,7 @@ const initData = () => {
pageNo: 1,
pageSize: 20
}
videoIdentificationFindByPage(params).then(res => {
videoIdentificationPage(params).then(res => {
if(res.success) {
data.value = res.result.records
}else {