| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- (global["webpackJsonp"] = global["webpackJsonp"] || []).push([["pages_student/common/vendor"],{
- /***/ 739:
- /*!**********************************************************!*\
- !*** E:/git/2021项目/v3-H5/pages_student/api/demoIndex.js ***!
- \**********************************************************/
- /*! no static exports found */
- /***/ (function(module, exports, __webpack_require__) {
- "use strict";
- var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.subjectMaterialList = exports.studentinfoFacemy = exports.mySecuritySubjectList = exports.getDetails = exports.departmentsList = exports.buildingList = exports.accessReview = void 0;
- var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
- var _request = __webpack_require__(/*! @/api/request/request.js */ 64);
- 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; }
- 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; }
- //安全准入详情接口
- var getDetails = function getDetails(data) {
- return (0, _request.apiResquestForm)({
- url: '/laboratory/apply/getDetails',
- method: 'GET',
- data: data
- });
- };
- //查询人脸信息与认证状态
- exports.getDetails = getDetails;
- var studentinfoFacemy = function studentinfoFacemy(data) {
- return (0, _request.apiResquest)({
- url: "/base/app/lab/api/studentinfo/my",
- method: 'GET'
- });
- };
- //查询实验室下的安全准入资格材料表
- exports.studentinfoFacemy = studentinfoFacemy;
- var subjectMaterialList = function subjectMaterialList(data) {
- return (0, _request.apiResquest)({
- url: "/base/app/lab/api/subjectMaterialList",
- method: 'GET',
- data: data
- });
- };
- //提交准入申请
- exports.subjectMaterialList = subjectMaterialList;
- var accessReview = function accessReview(data) {
- return (0, _request.apiResquest)({
- url: "/base/app/lab/api/accessReview",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- //查询院系列表
- exports.accessReview = accessReview;
- var departmentsList = function departmentsList(data) {
- return (0, _request.apiResquest)({
- url: "/base/app/sysuser/api/departments/list",
- method: 'GET',
- data: data
- });
- };
- //根据院系查询楼栋列表
- exports.departmentsList = departmentsList;
- var buildingList = function buildingList(data) {
- return (0, _request.apiResquest)({
- url: "/base/app/sysuser/api/building/list",
- method: 'GET',
- data: data
- });
- };
- //根据楼栋查询列表
- exports.buildingList = buildingList;
- var mySecuritySubjectList = function mySecuritySubjectList(data) {
- return (0, _request.apiResquest)({
- url: "/base/app/lab/api/mySecuritySubjectList",
- method: 'GET',
- data: data
- });
- };
- exports.mySecuritySubjectList = mySecuritySubjectList;
- /***/ }),
- /***/ 764:
- /*!*********************************************************!*\
- !*** E:/git/2021项目/v3-H5/api/commonality/permission.js ***!
- \*********************************************************/
- /*! no static exports found */
- /***/ (function(module, exports, __webpack_require__) {
- "use strict";
- var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.systemUserDropList = exports.systemSubjectGetListByPower = exports.laboratorySubRelInfoSelectInfoByPage = void 0;
- var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
- var _request = __webpack_require__(/*! @/api/request/request.js */ 64);
- 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; }
- 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; }
- /*查询用户列表-下拉列表
- * userName : '', 名称
- * userType: '', 0.系统 1.老师 2.学生
- */
- var systemUserDropList = function systemUserDropList(data) {
- return (0, _request.apiResquest)({
- url: "/system/user/dropList",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- //根据权限查询实验室列表
- exports.systemUserDropList = systemUserDropList;
- var systemSubjectGetListByPower = function systemSubjectGetListByPower(data) {
- return (0, _request.apiResquest)({
- url: "/system/subject/getListByPower",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- //根据权限查询实验室列表
- exports.systemSubjectGetListByPower = systemSubjectGetListByPower;
- var laboratorySubRelInfoSelectInfoByPage = function laboratorySubRelInfoSelectInfoByPage(data) {
- return (0, _request.apiResquest)({
- url: "/laboratory/subRelInfo/selectInfoByPage",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- exports.laboratorySubRelInfoSelectInfoByPage = laboratorySubRelInfoSelectInfoByPage;
- /***/ }),
- /***/ 765:
- /*!******************************************************!*\
- !*** E:/git/2021项目/v3-H5/pages_student/api/index.js ***!
- \******************************************************/
- /*! no static exports found */
- /***/ (function(module, exports, __webpack_require__) {
- "use strict";
- var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.systemMineGetListByPower = exports.laboratoryAppletMyPassOutList = exports.laboratoryAppletMaterialUpdate = exports.laboratoryAppletMaterialApply = exports.laboratoryAppletMaterialAdd = exports.laboratoryAppletListApply = exports.exchangePoints = exports.examViolationMyAppList = exports.examExamQueryMyCert = exports.creditAppletExchangePoints = void 0;
- var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
- var _request = __webpack_require__(/*! @/api/request/request.js */ 64);
- 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; }
- 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; }
- //查询我的证书
- var examExamQueryMyCert = function examExamQueryMyCert(data) {
- return (0, _request.apiResquest)({
- url: '/exam/exam/queryMyCert',
- method: 'POST',
- data: data
- });
- };
- //查询申请记录列表
- exports.examExamQueryMyCert = examExamQueryMyCert;
- var laboratoryAppletListApply = function laboratoryAppletListApply(data) {
- return (0, _request.apiResquest)({
- url: '/laboratory/applet/listApply',
- method: 'POST',
- data: data
- });
- };
- //根据名称查询实验室
- exports.laboratoryAppletListApply = laboratoryAppletListApply;
- var systemMineGetListByPower = function systemMineGetListByPower(data) {
- return (0, _request.apiResquest)({
- url: '/system/mine/getListByPower',
- method: 'POST',
- data: data
- });
- };
- //获取实验室当前准入配置
- exports.systemMineGetListByPower = systemMineGetListByPower;
- var laboratoryAppletMaterialApply = function laboratoryAppletMaterialApply(data) {
- return (0, _request.apiResquest)({
- url: '/laboratory/applet/materialApply',
- method: 'POST',
- data: data
- });
- };
- //准入申请-提交
- exports.laboratoryAppletMaterialApply = laboratoryAppletMaterialApply;
- var laboratoryAppletMaterialAdd = function laboratoryAppletMaterialAdd(data) {
- return (0, _request.apiResquest)({
- url: '/laboratory/applet/materialAdd',
- method: 'POST',
- data: data
- });
- };
- //准入申请-编辑
- exports.laboratoryAppletMaterialAdd = laboratoryAppletMaterialAdd;
- var laboratoryAppletMaterialUpdate = function laboratoryAppletMaterialUpdate(data) {
- return (0, _request.apiResquest)({
- url: '/laboratory/applet/materialUpdate',
- method: 'POST',
- data: data
- });
- };
- //扫码兑换调用
- exports.laboratoryAppletMaterialUpdate = laboratoryAppletMaterialUpdate;
- var exchangePoints = function exchangePoints(data) {
- return (0, _request.apiResquest)({
- url: "/exam/points/record/exchangePoints",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- //扫码兑换调用(新-对接学习考试后的)
- exports.exchangePoints = exchangePoints;
- var creditAppletExchangePoints = function creditAppletExchangePoints(data) {
- return (0, _request.apiResquest)({
- url: "/credit/applet/exchangePoints",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- //违规记录列表
- exports.creditAppletExchangePoints = creditAppletExchangePoints;
- var examViolationMyAppList = function examViolationMyAppList(data) {
- return (0, _request.apiResquest)({
- url: "/exam/violation/myAppList",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- //个人进出记录
- exports.examViolationMyAppList = examViolationMyAppList;
- var laboratoryAppletMyPassOutList = function laboratoryAppletMyPassOutList(data) {
- return (0, _request.apiResquest)({
- url: "/laboratory/applet/myPassOutList",
- method: 'POST',
- data: _objectSpread({}, data)
- });
- };
- exports.laboratoryAppletMyPassOutList = laboratoryAppletMyPassOutList;
- /***/ })
- }]);
- //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages_student/common/vendor.js.map
|