{"remainingRequest":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\homePage.js","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\homePage.js","mtime":1702351459122},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from '@/request.js';\nvar portal = window.context.portal;\nvar headers = {\n 'Content-type': 'application/x-www-form-urlencoded'\n};\nexport default {\n //账面净值\n bookValue: function bookValue(data, cb) {\n req.post(portal + \"/biz/home/bookValue\", data).then(function (res) {\n cb(res.data);\n });\n },\n //经营性资产\n businessStatistics: function businessStatistics(data, cb) {\n req.post(portal + \"/biz/home/businessStatistics\", data).then(function (res) {\n cb(res.data);\n });\n },\n //土地资产\n landStatistics: function landStatistics(data, cb) {\n req.post(portal + \"/biz/home/landStatistics\", data).then(function (res) {\n cb(res.data);\n });\n },\n //固定资产价值\n fixedStatistics: function fixedStatistics(data, cb) {\n req.post(portal + \"/biz/home/fixedStatistics\", data).then(function (res) {\n cb(res.data);\n });\n },\n //借款利息统计\n loanStatistics: function loanStatistics(data, cb) {\n req.post(portal + \"/biz/home/loanStatistics\", data).then(function (res) {\n cb(res.data);\n });\n },\n //股权公司统计\n stockStatistics: function stockStatistics(data, cb) {\n req.post(portal + \"/biz/home/stockStatistics\", data).then(function (res) {\n cb(res.data);\n });\n },\n //无形资产统计\n intangibleStatistics: function intangibleStatistics(data, cb) {\n req.post(portal + \"/biz/home/intangibleStatistics\", data).then(function (res) {\n cb(res.data);\n });\n },\n //公益资产统计\n publicStatistics: function publicStatistics(data, cb) {\n req.post(portal + \"/biz/home/publicStatistics\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}