{"remainingRequest":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\examine-fvue\\src\\api\\examination\\mnsjMenu.js","dependencies":[{"path":"D:\\jenkins\\workspace\\examine-fvue\\src\\api\\examination\\mnsjMenu.js","mtime":1668592894956},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from '@/request.js';\nvar portal = window.context.portal;\nexport default {\n  // 添加\n  addRecord: function addRecord(data, cb) {\n    req.post(portal + \"/exam/imitate/record/save\", data).then(function (res) {\n      cb(res.data);\n    });\n  },\n  // 查询\n  getQuery: function getQuery(data, cb) {\n    req.post(portal + \"/exam/paper/base/query\", data).then(function (res) {\n      cb(res.data);\n    });\n  },\n  // 修改\n  editQuery: function editQuery(data, cb) {\n    req.put(portal + \"/exam/imitate/record/update\", data).then(function (res) {\n      cb(res.data);\n    });\n  },\n  // id查询\n  detailId: function detailId(id, cb) {\n    req.get(portal + \"/exam/imitate/record/findById/\" + id).then(function (rep) {\n      cb(rep.data);\n    });\n  },\n  //开始考试\n  startExam: function startExam(data, cb) {\n    req.post(portal + \"/exam/imitate/record/startExam\", data).then(function (res) {\n      cb(res.data);\n    });\n  },\n  //提交试卷\n  submitAnswer: function submitAnswer(data, cb) {\n    req.post(portal + \"/exam/imitate/record/submitAnswer\", data).then(function (res) {\n      cb(res.data);\n    });\n  }\n};",null]}