{"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\\kzzxMenu.js","dependencies":[{"path":"D:\\jenkins\\workspace\\examine-fvue\\src\\api\\examination\\kzzxMenu.js","mtime":1669196929508},{"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 jobStatistical: function jobStatistical(data, cb) {\n req.post(portal + \"/exam/statistical/jobStatistical\", {}).then(function (res) {\n cb(res.data);\n });\n },\n //最新成绩\n myResultsQuery: function myResultsQuery(data, cb) {\n req.post(portal + \"/exam/user/record/myResultsQuery\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 通知公告\n notice: function notice(data, cb) {\n req.post(portal + \"/exam/notice/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n //公告查询\n findByPage: function findByPage(data, cb) {\n req.post(portal + \"/exam/notice/findByPage\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}