|
@@ -158,6 +158,7 @@ import QRCode from 'qrcodejs2'
|
|
|
import { fileUpload } from "@/api/uploadfile.js";
|
|
|
import { addInspectionPoint, delInspectionPoint, updateInspectionPoint, getInspectionPoint, exportInspectionPoint } from "@/api/MochaITOM/point";
|
|
|
import { getLocalChannel, } from "@/api/device/camera";
|
|
|
+
|
|
|
export default {
|
|
|
name: "Floor",
|
|
|
data() {
|
|
@@ -240,7 +241,7 @@ export default {
|
|
|
getLocal(){
|
|
|
getLocalChannel({pageNo: 1,
|
|
|
pageSize: 1500,
|
|
|
- unitType: 1}).then(Response =>{
|
|
|
+ unitType: 1,token:"d6790e9ac3c419f6fc8d48f8c2957afd"}).then(Response =>{
|
|
|
let data = Response.data.pageList
|
|
|
if(data.length>0){
|
|
|
let arr = []
|