43453c22374dc5178c0712008102479b.json 2.4 KB

1
  1. {"remainingRequest":"/Users/lihai/jolijoli/pad_spa/node_modules/babel-loader/lib/index.js!/Users/lihai/jolijoli/pad_spa/node_modules/eslint-loader/index.js??ref--13-0!/Users/lihai/jolijoli/pad_spa/src/server/home.js","dependencies":[{"path":"/Users/lihai/jolijoli/pad_spa/src/server/home.js","mtime":1649813268625},{"path":"/Users/lihai/jolijoli/pad_spa/babel.config.js","mtime":1649813268617},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/babel-loader/lib/index.js","mtime":315532800000},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/eslint-loader/index.js","mtime":499162500000}],"contextDependencies":[],"result":["function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\n// created by zach He on 2019-04-29\n// 企业概况\nimport url from './urls';\n\nvar Home =\n/*#__PURE__*/\nfunction () {\n function Home() {\n _classCallCheck(this, Home);\n }\n\n _createClass(Home, null, [{\n key: \"getUserMess\",\n\n /**\n * @描述 1.1\t获取用户信息\n */\n value: function getUserMess(parms) {\n return $http.post(url.getUserMess, parms);\n }\n }]);\n\n return Home;\n}();\n\nexport { Home as default };",{"version":3,"sources":["/Users/lihai/jolijoli/pad_spa/src/server/home.js"],"names":["url","Home","parms","$http","post","getUserMess"],"mappings":";;;;;;AAAA;AACA;AACA,OAAOA,GAAP,MAAgB,QAAhB;;IAEqBC,I;;;;;;;;;;AACpB;;;gCAGmBC,K,EAAO;AACzB,aAAOC,KAAK,CAACC,IAAN,CAAWJ,GAAG,CAACK,WAAf,EAA2BH,KAA3B,CAAP;AACG;;;;;;SANgBD,I","sourcesContent":["// created by zach He on 2019-04-29\n// 企业概况\nimport url from './urls'\n\nexport default class Home {\n\t/**\n\t * @描述 1.1\t获取用户信息\n\t */\n\tstatic getUserMess(parms) {\n\t\treturn $http.post(url.getUserMess,parms);\n }\n}\n\n \n \n\n"]}]}