123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- 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",
- },
- },
- ]);
|