Commit 8e5ff5a9 authored by 朱松文's avatar 朱松文

移除mock

parent 8dbf48d3
......@@ -70,7 +70,7 @@ import BaseVue from "@/types/baseVue";
import MyVideo from "@/components/MyVideo/index.vue";
import { DogData } from "@/components/DogInfo/data";
import { TrackData } from "@/components/MyVideo/data";
import dogTrackData from "@/mock/trackData";
import {
getCameraDogFormate,
pageDogInfo,
......@@ -142,9 +142,6 @@ export default class Dashboard extends BaseVue {
`%c-下载标识文件失败:${err}`,
"color: red; background: yellow;"
);
this_.trackData = dogTrackData.filter(
(d) => d.DogId === "1440845582095753223" //this.dogData[0].id
);
}
// console.log("trackData", this.trackData);
//@ts-ignore
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment