import { defineMock } from "../base"; export default defineMock([ { url: "experimentalData/page", method: ["GET"], body: { code: "00000", data: { list: [ { id: 1, fileName: "20240107135920", model: "UCPH205", time: "2024.01.07", source: "实验", samplingRate: "6000Hz", remark: "", }, { id: 2, fileName: "20240107142012", model: "UCPH205", time: "2024.01.07", source: "实验", samplingRate: "6000Hz", remark: "", }, { id: 3, fileName: "20240107143530", model: "UCPH205", time: "2024.01.07", source: "实验", samplingRate: "6000Hz", remark: "", }, { id: 4, fileName: "20240107162418", model: "UCPH205", time: "2024.01.07", source: "实验", samplingRate: "6000Hz", remark: "", }, { id: 5, fileName: "20240107163443", model: "UCPH205", time: "2024.01.07", source: "实验", samplingRate: "6000Hz", remark: "", }, { id: 6, fileName: "20240107171418", model: "UCPH205", time: "2024.01.07", source: "实验", samplingRate: "6000Hz", remark: "", }, { id: 7, fileName: "20240305105808", model: "UCPH205", time: "2024.03.05", source: "仿真", samplingRate: "6000Hz", remark: "", }, { id: 8, fileName: "20240305105912", model: "UCPH205", time: "2024.03.05", source: "仿真", samplingRate: "6000Hz", remark: "", }, { id: 9, fileName: "20240305105956", model: "UCPH205", time: "2024.03.05", source: "仿真", samplingRate: "6000Hz", remark: "", }, { id: 10, fileName: "20240305105912", model: "UCPH205", time: "2024.03.05", source: "仿真", samplingRate: "6000Hz", remark: "", }, ], total: 10, }, msg: "一切ok", }, }, ]);