vendor.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. (global["webpackJsonp"] = global["webpackJsonp"] || []).push([["pages_student/common/vendor"],{
  2. /***/ 739:
  3. /*!**********************************************************!*\
  4. !*** E:/git/2021项目/v3-H5/pages_student/api/demoIndex.js ***!
  5. \**********************************************************/
  6. /*! no static exports found */
  7. /***/ (function(module, exports, __webpack_require__) {
  8. "use strict";
  9. var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
  10. Object.defineProperty(exports, "__esModule", {
  11. value: true
  12. });
  13. exports.subjectMaterialList = exports.studentinfoFacemy = exports.mySecuritySubjectList = exports.getDetails = exports.departmentsList = exports.buildingList = exports.accessReview = void 0;
  14. var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
  15. var _request = __webpack_require__(/*! @/api/request/request.js */ 64);
  16. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
  17. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
  18. //安全准入详情接口
  19. var getDetails = function getDetails(data) {
  20. return (0, _request.apiResquestForm)({
  21. url: '/laboratory/apply/getDetails',
  22. method: 'GET',
  23. data: data
  24. });
  25. };
  26. //查询人脸信息与认证状态
  27. exports.getDetails = getDetails;
  28. var studentinfoFacemy = function studentinfoFacemy(data) {
  29. return (0, _request.apiResquest)({
  30. url: "/base/app/lab/api/studentinfo/my",
  31. method: 'GET'
  32. });
  33. };
  34. //查询实验室下的安全准入资格材料表
  35. exports.studentinfoFacemy = studentinfoFacemy;
  36. var subjectMaterialList = function subjectMaterialList(data) {
  37. return (0, _request.apiResquest)({
  38. url: "/base/app/lab/api/subjectMaterialList",
  39. method: 'GET',
  40. data: data
  41. });
  42. };
  43. //提交准入申请
  44. exports.subjectMaterialList = subjectMaterialList;
  45. var accessReview = function accessReview(data) {
  46. return (0, _request.apiResquest)({
  47. url: "/base/app/lab/api/accessReview",
  48. method: 'POST',
  49. data: _objectSpread({}, data)
  50. });
  51. };
  52. //查询院系列表
  53. exports.accessReview = accessReview;
  54. var departmentsList = function departmentsList(data) {
  55. return (0, _request.apiResquest)({
  56. url: "/base/app/sysuser/api/departments/list",
  57. method: 'GET',
  58. data: data
  59. });
  60. };
  61. //根据院系查询楼栋列表
  62. exports.departmentsList = departmentsList;
  63. var buildingList = function buildingList(data) {
  64. return (0, _request.apiResquest)({
  65. url: "/base/app/sysuser/api/building/list",
  66. method: 'GET',
  67. data: data
  68. });
  69. };
  70. //根据楼栋查询列表
  71. exports.buildingList = buildingList;
  72. var mySecuritySubjectList = function mySecuritySubjectList(data) {
  73. return (0, _request.apiResquest)({
  74. url: "/base/app/lab/api/mySecuritySubjectList",
  75. method: 'GET',
  76. data: data
  77. });
  78. };
  79. exports.mySecuritySubjectList = mySecuritySubjectList;
  80. /***/ }),
  81. /***/ 764:
  82. /*!*********************************************************!*\
  83. !*** E:/git/2021项目/v3-H5/api/commonality/permission.js ***!
  84. \*********************************************************/
  85. /*! no static exports found */
  86. /***/ (function(module, exports, __webpack_require__) {
  87. "use strict";
  88. var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
  89. Object.defineProperty(exports, "__esModule", {
  90. value: true
  91. });
  92. exports.systemUserDropList = exports.systemSubjectGetListByPower = exports.laboratorySubRelInfoSelectInfoByPage = void 0;
  93. var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
  94. var _request = __webpack_require__(/*! @/api/request/request.js */ 64);
  95. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
  96. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
  97. /*查询用户列表-下拉列表
  98. * userName : '', 名称
  99. * userType: '', 0.系统 1.老师 2.学生
  100. */
  101. var systemUserDropList = function systemUserDropList(data) {
  102. return (0, _request.apiResquest)({
  103. url: "/system/user/dropList",
  104. method: 'POST',
  105. data: _objectSpread({}, data)
  106. });
  107. };
  108. //根据权限查询实验室列表
  109. exports.systemUserDropList = systemUserDropList;
  110. var systemSubjectGetListByPower = function systemSubjectGetListByPower(data) {
  111. return (0, _request.apiResquest)({
  112. url: "/system/subject/getListByPower",
  113. method: 'POST',
  114. data: _objectSpread({}, data)
  115. });
  116. };
  117. //根据权限查询实验室列表
  118. exports.systemSubjectGetListByPower = systemSubjectGetListByPower;
  119. var laboratorySubRelInfoSelectInfoByPage = function laboratorySubRelInfoSelectInfoByPage(data) {
  120. return (0, _request.apiResquest)({
  121. url: "/laboratory/subRelInfo/selectInfoByPage",
  122. method: 'POST',
  123. data: _objectSpread({}, data)
  124. });
  125. };
  126. exports.laboratorySubRelInfoSelectInfoByPage = laboratorySubRelInfoSelectInfoByPage;
  127. /***/ }),
  128. /***/ 765:
  129. /*!******************************************************!*\
  130. !*** E:/git/2021项目/v3-H5/pages_student/api/index.js ***!
  131. \******************************************************/
  132. /*! no static exports found */
  133. /***/ (function(module, exports, __webpack_require__) {
  134. "use strict";
  135. var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
  136. Object.defineProperty(exports, "__esModule", {
  137. value: true
  138. });
  139. exports.systemMineGetListByPower = exports.laboratoryAppletMyPassOutList = exports.laboratoryAppletMaterialUpdate = exports.laboratoryAppletMaterialApply = exports.laboratoryAppletMaterialAdd = exports.laboratoryAppletListApply = exports.exchangePoints = exports.examViolationMyAppList = exports.examExamQueryMyCert = exports.creditAppletExchangePoints = void 0;
  140. var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
  141. var _request = __webpack_require__(/*! @/api/request/request.js */ 64);
  142. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
  143. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
  144. //查询我的证书
  145. var examExamQueryMyCert = function examExamQueryMyCert(data) {
  146. return (0, _request.apiResquest)({
  147. url: '/exam/exam/queryMyCert',
  148. method: 'POST',
  149. data: data
  150. });
  151. };
  152. //查询申请记录列表
  153. exports.examExamQueryMyCert = examExamQueryMyCert;
  154. var laboratoryAppletListApply = function laboratoryAppletListApply(data) {
  155. return (0, _request.apiResquest)({
  156. url: '/laboratory/applet/listApply',
  157. method: 'POST',
  158. data: data
  159. });
  160. };
  161. //根据名称查询实验室
  162. exports.laboratoryAppletListApply = laboratoryAppletListApply;
  163. var systemMineGetListByPower = function systemMineGetListByPower(data) {
  164. return (0, _request.apiResquest)({
  165. url: '/system/mine/getListByPower',
  166. method: 'POST',
  167. data: data
  168. });
  169. };
  170. //获取实验室当前准入配置
  171. exports.systemMineGetListByPower = systemMineGetListByPower;
  172. var laboratoryAppletMaterialApply = function laboratoryAppletMaterialApply(data) {
  173. return (0, _request.apiResquest)({
  174. url: '/laboratory/applet/materialApply',
  175. method: 'POST',
  176. data: data
  177. });
  178. };
  179. //准入申请-提交
  180. exports.laboratoryAppletMaterialApply = laboratoryAppletMaterialApply;
  181. var laboratoryAppletMaterialAdd = function laboratoryAppletMaterialAdd(data) {
  182. return (0, _request.apiResquest)({
  183. url: '/laboratory/applet/materialAdd',
  184. method: 'POST',
  185. data: data
  186. });
  187. };
  188. //准入申请-编辑
  189. exports.laboratoryAppletMaterialAdd = laboratoryAppletMaterialAdd;
  190. var laboratoryAppletMaterialUpdate = function laboratoryAppletMaterialUpdate(data) {
  191. return (0, _request.apiResquest)({
  192. url: '/laboratory/applet/materialUpdate',
  193. method: 'POST',
  194. data: data
  195. });
  196. };
  197. //扫码兑换调用
  198. exports.laboratoryAppletMaterialUpdate = laboratoryAppletMaterialUpdate;
  199. var exchangePoints = function exchangePoints(data) {
  200. return (0, _request.apiResquest)({
  201. url: "/exam/points/record/exchangePoints",
  202. method: 'POST',
  203. data: _objectSpread({}, data)
  204. });
  205. };
  206. //扫码兑换调用(新-对接学习考试后的)
  207. exports.exchangePoints = exchangePoints;
  208. var creditAppletExchangePoints = function creditAppletExchangePoints(data) {
  209. return (0, _request.apiResquest)({
  210. url: "/credit/applet/exchangePoints",
  211. method: 'POST',
  212. data: _objectSpread({}, data)
  213. });
  214. };
  215. //违规记录列表
  216. exports.creditAppletExchangePoints = creditAppletExchangePoints;
  217. var examViolationMyAppList = function examViolationMyAppList(data) {
  218. return (0, _request.apiResquest)({
  219. url: "/exam/violation/myAppList",
  220. method: 'POST',
  221. data: _objectSpread({}, data)
  222. });
  223. };
  224. //个人进出记录
  225. exports.examViolationMyAppList = examViolationMyAppList;
  226. var laboratoryAppletMyPassOutList = function laboratoryAppletMyPassOutList(data) {
  227. return (0, _request.apiResquest)({
  228. url: "/laboratory/applet/myPassOutList",
  229. method: 'POST',
  230. data: _objectSpread({}, data)
  231. });
  232. };
  233. exports.laboratoryAppletMyPassOutList = laboratoryAppletMyPassOutList;
  234. /***/ })
  235. }]);
  236. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages_student/common/vendor.js.map