diff --git a/42994.3029857a.async.js b/42994.0532f7cc.async.js similarity index 99% rename from 42994.3029857a.async.js rename to 42994.0532f7cc.async.js index bfc4b0d5de..3b9d33ee73 100644 --- a/42994.3029857a.async.js +++ b/42994.0532f7cc.async.js @@ -1,5 +1,5 @@ "use strict"; -(self["webpackChunk"] = self["webpackChunk"] || []).push([[42994,52992,74995,72532,83420,7077,14996,69425,96004,23003,6572,79876,40115],{ +(self["webpackChunk"] = self["webpackChunk"] || []).push([[42994,74995,52992,72532,83420,7077,14996,69425,96004,23003,6572,79876,40115],{ /***/ 14726: /*!*******************************************************************************************************************!*\ diff --git a/52713.334a00a4.async.js b/52713.334a00a4.async.js new file mode 100644 index 0000000000..9c6a5545b7 --- /dev/null +++ b/52713.334a00a4.async.js @@ -0,0 +1,944 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[52713],{ + +/***/ 20103: +/*!**********************************!*\ + !*** ./src/service/magazine.tsx ***! + \**********************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ $: function() { return /* binding */ getMyMagazinList; }, +/* harmony export */ BL: function() { return /* binding */ getMagazinCheck; }, +/* harmony export */ E: function() { return /* binding */ canclePost; }, +/* harmony export */ OD: function() { return /* binding */ editArticle; }, +/* harmony export */ P6: function() { return /* binding */ createOtherMagazine; }, +/* harmony export */ QM: function() { return /* binding */ postMagazin; }, +/* harmony export */ UV: function() { return /* binding */ delOtherMagazine; }, +/* harmony export */ _3: function() { return /* binding */ getOtherMagazine; }, +/* harmony export */ dV: function() { return /* binding */ getMagazinCat; }, +/* harmony export */ fp: function() { return /* binding */ modifyOtherMagazine; }, +/* harmony export */ id: function() { return /* binding */ getMagazinColumn; }, +/* harmony export */ j: function() { return /* binding */ getMagazinRecArc; }, +/* harmony export */ lR: function() { return /* binding */ getMagazinDetail; }, +/* harmony export */ lp: function() { return /* binding */ getReviewProgress; }, +/* harmony export */ o7: function() { return /* binding */ getMagazinNew; }, +/* harmony export */ rZ: function() { return /* binding */ getStatistic; }, +/* harmony export */ t_: function() { return /* binding */ getReviewList; }, +/* harmony export */ vn: function() { return /* binding */ getMagazinHot; }, +/* harmony export */ zo: function() { return /* binding */ getMagazinRec; } +/* harmony export */ }); +/* unused harmony exports getMagazinList, reviewCount */ +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js */ 7557); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js */ 41498); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var _utils_fetch__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/utils/fetch */ 82710); + + + + + +//首页-热门期刊 +function getMagazinHot() { + return _getMagazinHot.apply(this, arguments); +} +//首页-最新期刊 +function _getMagazinHot() { + _getMagazinHot = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + return _context.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/hot.json", { + method: 'get' + })); + case 1: + case "end": + return _context.stop(); + } + }, _callee); + })); + return _getMagazinHot.apply(this, arguments); +} +function getMagazinNew() { + return _getMagazinNew.apply(this, arguments); +} + +//首页-推荐期刊 +function _getMagazinNew() { + _getMagazinNew = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee2() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + return _context2.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/featured.json", { + method: 'get' + })); + case 1: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return _getMagazinNew.apply(this, arguments); +} +function getMagazinRec(_x) { + return _getMagazinRec.apply(this, arguments); +} + +//首页-统计数据 +function _getMagazinRec() { + _getMagazinRec = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee3(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + return _context3.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/recommended.json", { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return _getMagazinRec.apply(this, arguments); +} +function getStatistic() { + return _getStatistic.apply(this, arguments); +} + +//首页-获取分类 +function _getStatistic() { + _getStatistic = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee4() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + return _context4.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/statics.json", { + method: 'get' + })); + case 1: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + return _getStatistic.apply(this, arguments); +} +function getMagazinCat() { + return _getMagazinCat.apply(this, arguments); +} +function _getMagazinCat() { + _getMagazinCat = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee5() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + return _context5.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/types.json", { + method: 'get' + })); + case 1: + case "end": + return _context5.stop(); + } + }, _callee5); + })); + return _getMagazinCat.apply(this, arguments); +} +function getMagazinRecArc(_x2) { + return _getMagazinRecArc.apply(this, arguments); +} + +//首页-获取文章列表 +function _getMagazinRecArc() { + _getMagazinRecArc = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee6(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + return _context6.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/recommended.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context6.stop(); + } + }, _callee6); + })); + return _getMagazinRecArc.apply(this, arguments); +} +function getMagazinList(_x3) { + return _getMagazinList.apply(this, arguments); +} + +// 我的期刊 +function _getMagazinList() { + _getMagazinList = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(params) { + return _regeneratorRuntime().wrap(function _callee7$(_context7) { + while (1) switch (_context7.prev = _context7.next) { + case 0: + return _context7.abrupt("return", Fetch("/api/articles.json", { + method: 'get', + params: _objectSpread({}, params) + })); + case 1: + case "end": + return _context7.stop(); + } + }, _callee7); + })); + return _getMagazinList.apply(this, arguments); +} +function getMyMagazinList() { + return _getMyMagazinList.apply(this, arguments); +} + +// 获取期刊详情 +function _getMyMagazinList() { + _getMyMagazinList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee8() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee8$(_context8) { + while (1) switch (_context8.prev = _context8.next) { + case 0: + return _context8.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/mine.json", { + method: 'get' + })); + case 1: + case "end": + return _context8.stop(); + } + }, _callee8); + })); + return _getMyMagazinList.apply(this, arguments); +} +function getMagazinDetail(_x4) { + return _getMagazinDetail.apply(this, arguments); +} + +// 获取期刊栏目 +function _getMagazinDetail() { + _getMagazinDetail = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee9(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee9$(_context9) { + while (1) switch (_context9.prev = _context9.next) { + case 0: + return _context9.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context9.stop(); + } + }, _callee9); + })); + return _getMagazinDetail.apply(this, arguments); +} +function getMagazinColumn(_x5) { + return _getMagazinColumn.apply(this, arguments); +} + +// 投稿 +function _getMagazinColumn() { + _getMagazinColumn = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee10(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee10$(_context10) { + while (1) switch (_context10.prev = _context10.next) { + case 0: + return _context10.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/categories.json", { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context10.stop(); + } + }, _callee10); + })); + return _getMagazinColumn.apply(this, arguments); +} +function postMagazin(_x6) { + return _postMagazin.apply(this, arguments); +} + +// 审核 +function _postMagazin() { + _postMagazin = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee11(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee11$(_context11) { + while (1) switch (_context11.prev = _context11.next) { + case 0: + return _context11.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/submit.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context11.stop(); + } + }, _callee11); + })); + return _postMagazin.apply(this, arguments); +} +function getMagazinCheck(_x7) { + return _getMagazinCheck.apply(this, arguments); +} + +// 审核列表 +function _getMagazinCheck() { + _getMagazinCheck = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee12(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee12$(_context12) { + while (1) switch (_context12.prev = _context12.next) { + case 0: + return _context12.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, "/audit.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context12.stop(); + } + }, _callee12); + })); + return _getMagazinCheck.apply(this, arguments); +} +function getReviewList(_x8) { + return _getReviewList.apply(this, arguments); +} + +// 审核进度 +function _getReviewList() { + _getReviewList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee13(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee13$(_context13) { + while (1) switch (_context13.prev = _context13.next) { + case 0: + return _context13.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/articles.json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context13.stop(); + } + }, _callee13); + })); + return _getReviewList.apply(this, arguments); +} +function getReviewProgress(_x9) { + return _getReviewProgress.apply(this, arguments); +} + +//取消投稿 +function _getReviewProgress() { + _getReviewProgress = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee14(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee14$(_context14) { + while (1) switch (_context14.prev = _context14.next) { + case 0: + return _context14.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/article_progress.json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context14.stop(); + } + }, _callee14); + })); + return _getReviewProgress.apply(this, arguments); +} +function canclePost(_x10) { + return _canclePost.apply(this, arguments); +} + +// 编辑稿件 +function _canclePost() { + _canclePost = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee15(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee15$(_context15) { + while (1) switch (_context15.prev = _context15.next) { + case 0: + return _context15.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/cancel_submit.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context15.stop(); + } + }, _callee15); + })); + return _canclePost.apply(this, arguments); +} +function editArticle(_x11) { + return _editArticle.apply(this, arguments); +} + +// 其他期刊 -获取 +function _editArticle() { + _editArticle = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee16(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee16$(_context16) { + while (1) switch (_context16.prev = _context16.next) { + case 0: + return _context16.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/change_submit.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context16.stop(); + } + }, _callee16); + })); + return _editArticle.apply(this, arguments); +} +function getOtherMagazine() { + return _getOtherMagazine.apply(this, arguments); +} + +// 其他期刊 -创建 +function _getOtherMagazine() { + _getOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee17() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee17$(_context17) { + while (1) switch (_context17.prev = _context17.next) { + case 0: + return _context17.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/others.json", { + method: 'get' + })); + case 1: + case "end": + return _context17.stop(); + } + }, _callee17); + })); + return _getOtherMagazine.apply(this, arguments); +} +function createOtherMagazine(_x12) { + return _createOtherMagazine.apply(this, arguments); +} + +// 其他期刊 -修改 +function _createOtherMagazine() { + _createOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee18(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee18$(_context18) { + while (1) switch (_context18.prev = _context18.next) { + case 0: + return _context18.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context18.stop(); + } + }, _callee18); + })); + return _createOtherMagazine.apply(this, arguments); +} +function modifyOtherMagazine(_x13) { + return _modifyOtherMagazine.apply(this, arguments); +} + +// 其他期刊 -删除 +function _modifyOtherMagazine() { + _modifyOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee19(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee19$(_context19) { + while (1) switch (_context19.prev = _context19.next) { + case 0: + return _context19.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), { + method: 'put', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context19.stop(); + } + }, _callee19); + })); + return _modifyOtherMagazine.apply(this, arguments); +} +function delOtherMagazine(_x14) { + return _delOtherMagazine.apply(this, arguments); +} + +// 文章阅读量+1 +function _delOtherMagazine() { + _delOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee20(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee20$(_context20) { + while (1) switch (_context20.prev = _context20.next) { + case 0: + return _context20.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), { + method: 'delete' + })); + case 1: + case "end": + return _context20.stop(); + } + }, _callee20); + })); + return _delOtherMagazine.apply(this, arguments); +} +function reviewCount(_x15) { + return _reviewCount.apply(this, arguments); +} +function _reviewCount() { + _reviewCount = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee21(params) { + return _regeneratorRuntime().wrap(function _callee21$(_context21) { + while (1) switch (_context21.prev = _context21.next) { + case 0: + return _context21.abrupt("return", Fetch("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, "/viewed.json"), { + method: 'put' + })); + case 1: + case "end": + return _context21.stop(); + } + }, _callee21); + })); + return _reviewCount.apply(this, arguments); +} + +/***/ }), + +/***/ 10777: +/*!************************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/timeline/index.js + 5 modules ***! + \************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ timeline; } +}); + +// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js +var _classnames_2_5_1_classnames = __webpack_require__(92310); +var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js +var context = __webpack_require__(36355); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/TimelineItem.js +"use client"; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + +const TimelineItem = _a => { + var { + prefixCls: customizePrefixCls, + className, + color = 'blue', + dot, + pending = false, + position /** Dead, but do not pass in
  • { + var { + prefixCls, + className, + pending = false, + children, + items, + rootClassName, + reverse = false, + direction, + hashId, + pendingDot, + mode = '' + } = _a, + restProps = TimelineItemList_rest(_a, ["prefixCls", "className", "pending", "children", "items", "rootClassName", "reverse", "direction", "hashId", "pendingDot", "mode"]); + const getPositionCls = (position, idx) => { + if (mode === 'alternate') { + if (position === 'right') return `${prefixCls}-item-right`; + if (position === 'left') return `${prefixCls}-item-left`; + return idx % 2 === 0 ? `${prefixCls}-item-left` : `${prefixCls}-item-right`; + } + if (mode === 'left') return `${prefixCls}-item-left`; + if (mode === 'right') return `${prefixCls}-item-right`; + if (position === 'right') return `${prefixCls}-item-right`; + return ''; + }; + const mergedItems = (0,toConsumableArray/* default */.Z)(items || []); + const pendingNode = typeof pending === 'boolean' ? null : pending; + if (pending) { + mergedItems.push({ + pending: !!pending, + dot: pendingDot || /*#__PURE__*/_react_17_0_2_react.createElement(LoadingOutlined/* default */.Z, null), + children: pendingNode + }); + } + if (reverse) { + mergedItems.reverse(); + } + const itemsCount = mergedItems.length; + const lastCls = `${prefixCls}-item-last`; + const itemsList = mergedItems.filter(item => !!item).map((item, idx) => { + var _a; + const pendingClass = idx === itemsCount - 2 ? lastCls : ''; + const readyClass = idx === itemsCount - 1 ? lastCls : ''; + const { + className: itemClassName + } = item, + itemProps = TimelineItemList_rest(item, ["className"]); + return /*#__PURE__*/_react_17_0_2_react.createElement(timeline_TimelineItem, Object.assign({}, itemProps, { + className: _classnames_2_5_1_classnames_default()([itemClassName, !reverse && !!pending ? pendingClass : readyClass, getPositionCls((_a = item === null || item === void 0 ? void 0 : item.position) !== null && _a !== void 0 ? _a : '', idx)]), + /* eslint-disable-next-line react/no-array-index-key */ + key: (item === null || item === void 0 ? void 0 : item.key) || idx + })); + }); + const hasLabelItem = mergedItems.some(item => !!(item === null || item === void 0 ? void 0 : item.label)); + const classString = _classnames_2_5_1_classnames_default()(prefixCls, { + [`${prefixCls}-pending`]: !!pending, + [`${prefixCls}-reverse`]: !!reverse, + [`${prefixCls}-${mode}`]: !!mode && !hasLabelItem, + [`${prefixCls}-label`]: hasLabelItem, + [`${prefixCls}-rtl`]: direction === 'rtl' + }, className, rootClassName, hashId); + return /*#__PURE__*/_react_17_0_2_react.createElement("ul", Object.assign({}, restProps, { + className: classString + }), itemsList); +}; +/* harmony default export */ var timeline_TimelineItemList = (TimelineItemList); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/Children/toArray.js +var toArray = __webpack_require__(38298); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/useItems.js +"use client"; + + +function useItems(items, children) { + if (items && Array.isArray(items)) return items; + return (0,toArray/* default */.Z)(children).map(ele => { + var _a, _b; + return Object.assign({ + children: (_b = (_a = ele === null || ele === void 0 ? void 0 : ele.props) === null || _a === void 0 ? void 0 : _a.children) !== null && _b !== void 0 ? _b : '' + }, ele.props); + }); +} +/* harmony default export */ var timeline_useItems = (useItems); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/style/index.js +var style = __webpack_require__(17313); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/genComponentStyleHook.js +var genComponentStyleHook = __webpack_require__(83116); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/statistic.js +var statistic = __webpack_require__(37613); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/style/index.js + + +const genTimelineStyle = token => { + const { + componentCls + } = token; + return { + [componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), { + margin: 0, + padding: 0, + listStyle: 'none', + [`${componentCls}-item`]: { + position: 'relative', + margin: 0, + paddingBottom: token.itemPaddingBottom, + fontSize: token.fontSize, + listStyle: 'none', + '&-tail': { + position: 'absolute', + insetBlockStart: token.itemHeadSize, + insetInlineStart: (token.itemHeadSize - token.tailWidth) / 2, + height: `calc(100% - ${token.itemHeadSize}px)`, + borderInlineStart: `${token.tailWidth}px ${token.lineType} ${token.tailColor}` + }, + '&-pending': { + [`${componentCls}-item-head`]: { + fontSize: token.fontSizeSM, + backgroundColor: 'transparent' + }, + [`${componentCls}-item-tail`]: { + display: 'none' + } + }, + '&-head': { + position: 'absolute', + width: token.itemHeadSize, + height: token.itemHeadSize, + backgroundColor: token.dotBg, + border: `${token.dotBorderWidth}px ${token.lineType} transparent`, + borderRadius: '50%', + '&-blue': { + color: token.colorPrimary, + borderColor: token.colorPrimary + }, + '&-red': { + color: token.colorError, + borderColor: token.colorError + }, + '&-green': { + color: token.colorSuccess, + borderColor: token.colorSuccess + }, + '&-gray': { + color: token.colorTextDisabled, + borderColor: token.colorTextDisabled + } + }, + '&-head-custom': { + position: 'absolute', + insetBlockStart: token.itemHeadSize / 2, + insetInlineStart: token.itemHeadSize / 2, + width: 'auto', + height: 'auto', + marginBlockStart: 0, + paddingBlock: token.customHeadPaddingVertical, + lineHeight: 1, + textAlign: 'center', + border: 0, + borderRadius: 0, + transform: `translate(-50%, -50%)` + }, + '&-content': { + position: 'relative', + insetBlockStart: -(token.fontSize * token.lineHeight - token.fontSize) + token.lineWidth, + marginInlineStart: token.margin + token.itemHeadSize, + marginInlineEnd: 0, + marginBlockStart: 0, + marginBlockEnd: 0, + wordBreak: 'break-word' + }, + '&-last': { + [`> ${componentCls}-item-tail`]: { + display: 'none' + }, + [`> ${componentCls}-item-content`]: { + minHeight: token.controlHeightLG * 1.2 + } + } + }, + [`&${componentCls}-alternate, + &${componentCls}-right, + &${componentCls}-label`]: { + [`${componentCls}-item`]: { + '&-tail, &-head, &-head-custom': { + insetInlineStart: '50%' + }, + '&-head': { + marginInlineStart: `-${token.marginXXS}px`, + '&-custom': { + marginInlineStart: token.tailWidth / 2 + } + }, + '&-left': { + [`${componentCls}-item-content`]: { + insetInlineStart: `calc(50% - ${token.marginXXS}px)`, + width: `calc(50% - ${token.marginSM}px)`, + textAlign: 'start' + } + }, + '&-right': { + [`${componentCls}-item-content`]: { + width: `calc(50% - ${token.marginSM}px)`, + margin: 0, + textAlign: 'end' + } + } + } + }, + [`&${componentCls}-right`]: { + [`${componentCls}-item-right`]: { + [`${componentCls}-item-tail, + ${componentCls}-item-head, + ${componentCls}-item-head-custom`]: { + insetInlineStart: `calc(100% - ${(token.itemHeadSize + token.tailWidth) / 2}px)` + }, + [`${componentCls}-item-content`]: { + width: `calc(100% - ${token.itemHeadSize + token.marginXS}px)` + } + } + }, + [`&${componentCls}-pending + ${componentCls}-item-last + ${componentCls}-item-tail`]: { + display: 'block', + height: `calc(100% - ${token.margin}px)`, + borderInlineStart: `${token.tailWidth}px dotted ${token.tailColor}` + }, + [`&${componentCls}-reverse + ${componentCls}-item-last + ${componentCls}-item-tail`]: { + display: 'none' + }, + [`&${componentCls}-reverse ${componentCls}-item-pending`]: { + [`${componentCls}-item-tail`]: { + insetBlockStart: token.margin, + display: 'block', + height: `calc(100% - ${token.margin}px)`, + borderInlineStart: `${token.tailWidth}px dotted ${token.tailColor}` + }, + [`${componentCls}-item-content`]: { + minHeight: token.controlHeightLG * 1.2 + } + }, + [`&${componentCls}-label`]: { + [`${componentCls}-item-label`]: { + position: 'absolute', + insetBlockStart: -(token.fontSize * token.lineHeight - token.fontSize) + token.tailWidth, + width: `calc(50% - ${token.marginSM}px)`, + textAlign: 'end' + }, + [`${componentCls}-item-right`]: { + [`${componentCls}-item-label`]: { + insetInlineStart: `calc(50% + ${token.marginSM}px)`, + width: `calc(50% - ${token.marginSM}px)`, + textAlign: 'start' + } + } + }, + // ====================== RTL ======================= + '&-rtl': { + direction: 'rtl', + [`${componentCls}-item-head-custom`]: { + transform: `translate(50%, -50%)` + } + } + }) + }; +}; +// ============================== Export ============================== +/* harmony default export */ var timeline_style = ((0,genComponentStyleHook/* default */.Z)('Timeline', token => { + const timeLineToken = (0,statistic/* merge */.TS)(token, { + itemHeadSize: 10, + customHeadPaddingVertical: token.paddingXXS, + paddingInlineEnd: 2 + }); + return [genTimelineStyle(timeLineToken)]; +}, token => ({ + tailColor: token.colorSplit, + tailWidth: token.lineWidthBold, + dotBorderWidth: token.wireframe ? token.lineWidthBold : token.lineWidth * 3, + dotBg: token.colorBgContainer, + itemPaddingBottom: token.padding * 1.25 +}))); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/Timeline.js +"use client"; + +var Timeline_rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + + + +// CSSINJS + +const Timeline = props => { + const { + getPrefixCls, + direction, + timeline + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + const { + prefixCls: customizePrefixCls, + children, + items, + className, + style + } = props, + restProps = Timeline_rest(props, ["prefixCls", "children", "items", "className", "style"]); + const prefixCls = getPrefixCls('timeline', customizePrefixCls); + // =================== Warning ===================== + if (false) {} + // Style + const [wrapSSR, hashId] = timeline_style(prefixCls); + const mergedItems = timeline_useItems(items, children); + return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement(timeline_TimelineItemList, Object.assign({}, restProps, { + className: _classnames_2_5_1_classnames_default()(timeline === null || timeline === void 0 ? void 0 : timeline.className, className), + style: Object.assign(Object.assign({}, timeline === null || timeline === void 0 ? void 0 : timeline.style), style), + prefixCls: prefixCls, + direction: direction, + items: mergedItems, + hashId: hashId + }))); +}; +Timeline.Item = timeline_TimelineItem; +if (false) {} +/* harmony default export */ var timeline_Timeline = (Timeline); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/index.js +"use client"; + + +/* harmony default export */ var timeline = (timeline_Timeline); + +/***/ }), + +/***/ 69871: +/*!********************************************!*\ + !*** ./src/pages/Magazinejor/img/time.png ***! + \********************************************/ +/***/ (function(module) { + +module.exports = "data:image/png;base64,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"; + +/***/ }) + +}]); \ No newline at end of file diff --git a/58585.086b92e0.async.js b/58585.086b92e0.async.js new file mode 100644 index 0000000000..beb3ad48c7 --- /dev/null +++ b/58585.086b92e0.async.js @@ -0,0 +1,1255 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[58585,90606,94974,40115],{ + +/***/ 76466: +/*!********************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/DeleteOutlined.js + 1 modules ***! + \********************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_DeleteOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/DeleteOutlined.js +// This icon file is generated automatically. +var DeleteOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, "name": "delete", "theme": "outlined" }; +/* harmony default export */ var asn_DeleteOutlined = (DeleteOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/DeleteOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var DeleteOutlined_DeleteOutlined = function DeleteOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_DeleteOutlined + })); +}; + +/**![delete](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM2MCAxODRoLThjNC40IDAgOC0zLjYgOC04djhoMzA0di04YzAgNC40IDMuNiA4IDggOGgtOHY3Mmg3MnYtODBjMC0zNS4zLTI4LjctNjQtNjQtNjRIMzUyYy0zNS4zIDAtNjQgMjguNy02NCA2NHY4MGg3MnYtNzJ6bTUwNCA3MkgxNjBjLTE3LjcgMC0zMiAxNC4zLTMyIDMydjMyYzAgNC40IDMuNiA4IDggOGg2MC40bDI0LjcgNTIzYzEuNiAzNC4xIDI5LjggNjEgNjMuOSA2MWg0NTRjMzQuMiAwIDYyLjMtMjYuOCA2My45LTYxbDI0LjctNTIzSDg4OGM0LjQgMCA4LTMuNiA4LTh2LTMyYzAtMTcuNy0xNC4zLTMyLTMyLTMyek03MzEuMyA4NDBIMjkyLjdsLTI0LjItNTEyaDQ4N2wtMjQuMiA1MTJ6IiAvPjwvc3ZnPg==) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(DeleteOutlined_DeleteOutlined); +if (false) {} +/* harmony default export */ var icons_DeleteOutlined = (RefIcon); + +/***/ }), + +/***/ 21646: +/*!**************************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeInvisibleOutlined.js + 1 modules ***! + \**************************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_EyeInvisibleOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.js +// This icon file is generated automatically. +var EyeInvisibleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, "name": "eye-invisible", "theme": "outlined" }; +/* harmony default export */ var asn_EyeInvisibleOutlined = (EyeInvisibleOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeInvisibleOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var EyeInvisibleOutlined_EyeInvisibleOutlined = function EyeInvisibleOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_EyeInvisibleOutlined + })); +}; + +/**![eye-invisible](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwMDAtNTEuNXptLTYzLjU3LTMyMC42NEw4MzYgMTIyLjg4YTggOCAwIDAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwMDAgNTEuNXE1Ni42OSAxMTkuNCAxMzYuNSAxOTEuNDFMMTEyLjQ4IDgzNWE4IDggMCAwMDAgMTEuMzFMMTU1LjE3IDg4OWE4IDggMCAwMDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwMDAtMTEuMzJ6TTE0OS4zIDUxMkMyMzIuNiAzMzkuOCAzNTAuNyAyNTggNTEyIDI1OGM1NC41NCAwIDEwNC4xMyA5LjM2IDE0OS4xMiAyOC4zOWwtNzAuMyA3MC4zYTE3NiAxNzYgMCAwMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMDExNDYuMi0xMDYuNjlMNDAxLjMxIDU0Ni4yQTExMiAxMTIgMCAwMTM5NiA1MTJ6IiAvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMDAyMjcuNDItMjI3LjQybC01Mi44MiA1Mi44MmMuMzEgMy4zOC40NyA2Ljc5LjQ3IDEwLjI1YTExMS45NCAxMTEuOTQgMCAwMS0xMTIgMTEyeiIgLz48L3N2Zz4=) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(EyeInvisibleOutlined_EyeInvisibleOutlined); +if (false) {} +/* harmony default export */ var icons_EyeInvisibleOutlined = (RefIcon); + +/***/ }), + +/***/ 20970: +/*!*****************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeOutlined.js + 1 modules ***! + \*****************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_EyeOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/EyeOutlined.js +// This icon file is generated automatically. +var EyeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "eye", "theme": "outlined" }; +/* harmony default export */ var asn_EyeOutlined = (EyeOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var EyeOutlined_EyeOutlined = function EyeOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_EyeOutlined + })); +}; + +/**![eye](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTk0Mi4yIDQ4Ni4yQzg0Ny40IDI4Ni41IDcwNC4xIDE4NiA1MTIgMTg2Yy0xOTIuMiAwLTMzNS40IDEwMC41LTQzMC4yIDMwMC4zYTYwLjMgNjAuMyAwIDAwMCA1MS41QzE3Ni42IDczNy41IDMxOS45IDgzOCA1MTIgODM4YzE5Mi4yIDAgMzM1LjQtMTAwLjUgNDMwLjItMzAwLjMgNy43LTE2LjIgNy43LTM1IDAtNTEuNXpNNTEyIDc2NmMtMTYxLjMgMC0yNzkuNC04MS44LTM2Mi43LTI1NEMyMzIuNiAzMzkuOCAzNTAuNyAyNTggNTEyIDI1OGMxNjEuMyAwIDI3OS40IDgxLjggMzYyLjcgMjU0Qzc5MS41IDY4NC4yIDY3My40IDc2NiA1MTIgNzY2em0tNC00MzBjLTk3LjIgMC0xNzYgNzguOC0xNzYgMTc2czc4LjggMTc2IDE3NiAxNzYgMTc2LTc4LjggMTc2LTE3Ni03OC44LTE3Ni0xNzYtMTc2em0wIDI4OGMtNjEuOSAwLTExMi01MC4xLTExMi0xMTJzNTAuMS0xMTIgMTEyLTExMiAxMTIgNTAuMSAxMTIgMTEyLTUwLjEgMTEyLTExMiAxMTJ6IiAvPjwvc3ZnPg==) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(EyeOutlined_EyeOutlined); +if (false) {} +/* harmony default export */ var icons_EyeOutlined = (RefIcon); + +/***/ }), + +/***/ 92832: +/*!*********************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules ***! + \*********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ input; } +}); + +// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js +var _classnames_2_5_1_classnames = __webpack_require__(92310); +var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js +var context = __webpack_require__(36355); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/context.js +var form_context = __webpack_require__(32441); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/style/index.js +var style = __webpack_require__(9937); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Group.js +"use client"; + + + + + + + + +const Group = props => { + const { + getPrefixCls, + direction + } = (0,_react_17_0_2_react.useContext)(context/* ConfigContext */.E_); + const { + prefixCls: customizePrefixCls, + className + } = props; + const prefixCls = getPrefixCls('input-group', customizePrefixCls); + const inputPrefixCls = getPrefixCls('input'); + const [wrapSSR, hashId] = (0,style/* default */.ZP)(inputPrefixCls); + const cls = _classnames_2_5_1_classnames_default()(prefixCls, { + [`${prefixCls}-lg`]: props.size === 'large', + [`${prefixCls}-sm`]: props.size === 'small', + [`${prefixCls}-compact`]: props.compact, + [`${prefixCls}-rtl`]: direction === 'rtl' + }, hashId, className); + const formItemContext = (0,_react_17_0_2_react.useContext)(form_context/* FormItemInputContext */.aM); + const groupFormItemContext = (0,_react_17_0_2_react.useMemo)(() => Object.assign(Object.assign({}, formItemContext), { + isFormItemInput: false + }), [formItemContext]); + if (false) {} + return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement("span", { + className: cls, + style: props.style, + onMouseEnter: props.onMouseEnter, + onMouseLeave: props.onMouseLeave, + onFocus: props.onFocus, + onBlur: props.onBlur + }, /*#__PURE__*/_react_17_0_2_react.createElement(form_context/* FormItemInputContext */.aM.Provider, { + value: groupFormItemContext + }, props.children))); +}; +/* harmony default export */ var input_Group = (Group); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Input.js + 1 modules +var Input = __webpack_require__(9432); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeInvisibleOutlined.js + 1 modules +var EyeInvisibleOutlined = __webpack_require__(21646); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeOutlined.js + 1 modules +var EyeOutlined = __webpack_require__(20970); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/omit.js +var omit = __webpack_require__(64002); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/ref.js +var es_ref = __webpack_require__(20475); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/hooks/useRemovePasswordTimeout.js +var useRemovePasswordTimeout = __webpack_require__(59412); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Password.js +"use client"; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + + + + + + +const defaultIconRender = visible => visible ? /*#__PURE__*/_react_17_0_2_react.createElement(EyeOutlined/* default */.Z, null) : /*#__PURE__*/_react_17_0_2_react.createElement(EyeInvisibleOutlined/* default */.Z, null); +const ActionMap = { + click: 'onClick', + hover: 'onMouseOver' +}; +const Password = /*#__PURE__*/_react_17_0_2_react.forwardRef((props, ref) => { + const { + visibilityToggle = true + } = props; + const visibilityControlled = typeof visibilityToggle === 'object' && visibilityToggle.visible !== undefined; + const [visible, setVisible] = (0,_react_17_0_2_react.useState)(() => visibilityControlled ? visibilityToggle.visible : false); + const inputRef = (0,_react_17_0_2_react.useRef)(null); + _react_17_0_2_react.useEffect(() => { + if (visibilityControlled) { + setVisible(visibilityToggle.visible); + } + }, [visibilityControlled, visibilityToggle]); + // Remove Password value + const removePasswordTimeout = (0,useRemovePasswordTimeout/* default */.Z)(inputRef); + const onVisibleChange = () => { + const { + disabled + } = props; + if (disabled) { + return; + } + if (visible) { + removePasswordTimeout(); + } + setVisible(prevState => { + var _a; + const newState = !prevState; + if (typeof visibilityToggle === 'object') { + (_a = visibilityToggle.onVisibleChange) === null || _a === void 0 ? void 0 : _a.call(visibilityToggle, newState); + } + return newState; + }); + }; + const getIcon = prefixCls => { + const { + action = 'click', + iconRender = defaultIconRender + } = props; + const iconTrigger = ActionMap[action] || ''; + const icon = iconRender(visible); + const iconProps = { + [iconTrigger]: onVisibleChange, + className: `${prefixCls}-icon`, + key: 'passwordIcon', + onMouseDown: e => { + // Prevent focused state lost + // https://github.com/ant-design/ant-design/issues/15173 + e.preventDefault(); + }, + onMouseUp: e => { + // Prevent caret position change + // https://github.com/ant-design/ant-design/issues/23524 + e.preventDefault(); + } + }; + return /*#__PURE__*/_react_17_0_2_react.cloneElement( /*#__PURE__*/_react_17_0_2_react.isValidElement(icon) ? icon : /*#__PURE__*/_react_17_0_2_react.createElement("span", null, icon), iconProps); + }; + const { + className, + prefixCls: customizePrefixCls, + inputPrefixCls: customizeInputPrefixCls, + size + } = props, + restProps = __rest(props, ["className", "prefixCls", "inputPrefixCls", "size"]); + const { + getPrefixCls + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + const inputPrefixCls = getPrefixCls('input', customizeInputPrefixCls); + const prefixCls = getPrefixCls('input-password', customizePrefixCls); + const suffixIcon = visibilityToggle && getIcon(prefixCls); + const inputClassName = _classnames_2_5_1_classnames_default()(prefixCls, className, { + [`${prefixCls}-${size}`]: !!size + }); + const omittedProps = Object.assign(Object.assign({}, (0,omit/* default */.Z)(restProps, ['suffix', 'iconRender', 'visibilityToggle'])), { + type: visible ? 'text' : 'password', + className: inputClassName, + prefixCls: inputPrefixCls, + suffix: suffixIcon + }); + if (size) { + omittedProps.size = size; + } + return /*#__PURE__*/_react_17_0_2_react.createElement(Input/* default */.Z, Object.assign({ + ref: (0,es_ref/* composeRef */.sQ)(ref, inputRef) + }, omittedProps)); +}); +if (false) {} +/* harmony default export */ var input_Password = (Password); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/SearchOutlined.js + 1 modules +var SearchOutlined = __webpack_require__(56981); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/_util/reactNode.js +var reactNode = __webpack_require__(92343); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/hooks/useSize.js +var useSize = __webpack_require__(19716); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/space/Compact.js +var Compact = __webpack_require__(33234); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Search.js +"use client"; + +var Search_rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + + + + + + +const Search = /*#__PURE__*/_react_17_0_2_react.forwardRef((props, ref) => { + const { + prefixCls: customizePrefixCls, + inputPrefixCls: customizeInputPrefixCls, + className, + size: customizeSize, + suffix, + enterButton = false, + addonAfter, + loading, + disabled, + onSearch: customOnSearch, + onChange: customOnChange, + onCompositionStart, + onCompositionEnd + } = props, + restProps = Search_rest(props, ["prefixCls", "inputPrefixCls", "className", "size", "suffix", "enterButton", "addonAfter", "loading", "disabled", "onSearch", "onChange", "onCompositionStart", "onCompositionEnd"]); + const { + getPrefixCls, + direction + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + const composedRef = _react_17_0_2_react.useRef(false); + const prefixCls = getPrefixCls('input-search', customizePrefixCls); + const inputPrefixCls = getPrefixCls('input', customizeInputPrefixCls); + const { + compactSize + } = (0,Compact/* useCompactItemContext */.ri)(prefixCls, direction); + const size = (0,useSize/* default */.Z)(ctx => { + var _a; + return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx; + }); + const inputRef = _react_17_0_2_react.useRef(null); + const onChange = e => { + if (e && e.target && e.type === 'click' && customOnSearch) { + customOnSearch(e.target.value, e, { + source: 'clear' + }); + } + if (customOnChange) { + customOnChange(e); + } + }; + const onMouseDown = e => { + var _a; + if (document.activeElement === ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input)) { + e.preventDefault(); + } + }; + const onSearch = e => { + var _a, _b; + if (customOnSearch) { + customOnSearch((_b = (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input) === null || _b === void 0 ? void 0 : _b.value, e, { + source: 'input' + }); + } + }; + const onPressEnter = e => { + if (composedRef.current || loading) { + return; + } + onSearch(e); + }; + const searchIcon = typeof enterButton === 'boolean' ? /*#__PURE__*/_react_17_0_2_react.createElement(SearchOutlined/* default */.Z, null) : null; + const btnClassName = `${prefixCls}-button`; + let button; + const enterButtonAsElement = enterButton || {}; + const isAntdButton = enterButtonAsElement.type && enterButtonAsElement.type.__ANT_BUTTON === true; + if (isAntdButton || enterButtonAsElement.type === 'button') { + button = (0,reactNode/* cloneElement */.Tm)(enterButtonAsElement, Object.assign({ + onMouseDown, + onClick: e => { + var _a, _b; + (_b = (_a = enterButtonAsElement === null || enterButtonAsElement === void 0 ? void 0 : enterButtonAsElement.props) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, e); + onSearch(e); + }, + key: 'enterButton' + }, isAntdButton ? { + className: btnClassName, + size + } : {})); + } else { + button = /*#__PURE__*/_react_17_0_2_react.createElement(es_button/* default */.ZP, { + className: btnClassName, + type: enterButton ? 'primary' : undefined, + size: size, + disabled: disabled, + key: "enterButton", + onMouseDown: onMouseDown, + onClick: onSearch, + loading: loading, + icon: searchIcon + }, enterButton); + } + if (addonAfter) { + button = [button, (0,reactNode/* cloneElement */.Tm)(addonAfter, { + key: 'addonAfter' + })]; + } + const cls = _classnames_2_5_1_classnames_default()(prefixCls, { + [`${prefixCls}-rtl`]: direction === 'rtl', + [`${prefixCls}-${size}`]: !!size, + [`${prefixCls}-with-button`]: !!enterButton + }, className); + const handleOnCompositionStart = e => { + composedRef.current = true; + onCompositionStart === null || onCompositionStart === void 0 ? void 0 : onCompositionStart(e); + }; + const handleOnCompositionEnd = e => { + composedRef.current = false; + onCompositionEnd === null || onCompositionEnd === void 0 ? void 0 : onCompositionEnd(e); + }; + return /*#__PURE__*/_react_17_0_2_react.createElement(Input/* default */.Z, Object.assign({ + ref: (0,es_ref/* composeRef */.sQ)(inputRef, ref), + onPressEnter: onPressEnter + }, restProps, { + size: size, + onCompositionStart: handleOnCompositionStart, + onCompositionEnd: handleOnCompositionEnd, + prefixCls: inputPrefixCls, + addonAfter: button, + suffix: suffix, + onChange: onChange, + className: cls, + disabled: disabled + })); +}); +if (false) {} +/* harmony default export */ var input_Search = (Search); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/TextArea.js +var TextArea = __webpack_require__(1643); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js +"use client"; + + + + + + +const input_Input = Input/* default */.Z; +if (false) {} +input_Input.Group = input_Group; +input_Input.Search = input_Search; +input_Input.TextArea = TextArea/* default */.Z; +input_Input.Password = input_Password; +/* harmony default export */ var input = (input_Input); + +/***/ }), + +/***/ 57809: +/*!**********************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/select/index.js ***! + \**********************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ 92310); +/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var rc_select__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! rc-select */ 77861); +/* harmony import */ var rc_util_es_omit__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! rc-util/es/omit */ 64002); +/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ 59301); +/* harmony import */ var _util_PurePanel__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../_util/PurePanel */ 53487); +/* harmony import */ var _util_motion__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../_util/motion */ 62892); +/* harmony import */ var _util_statusUtils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../_util/statusUtils */ 19080); +/* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../config-provider */ 36355); +/* harmony import */ var _config_provider_DisabledContext__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../config-provider/DisabledContext */ 1684); +/* harmony import */ var _config_provider_defaultRenderEmpty__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../config-provider/defaultRenderEmpty */ 93891); +/* harmony import */ var _config_provider_hooks_useSize__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../config-provider/hooks/useSize */ 19716); +/* harmony import */ var _form_context__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../form/context */ 32441); +/* harmony import */ var _space_Compact__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../space/Compact */ 33234); +/* harmony import */ var _style__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./style */ 14154); +/* harmony import */ var _useBuiltinPlacements__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./useBuiltinPlacements */ 58582); +/* harmony import */ var _useShowArrow__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./useShowArrow */ 84443); +/* harmony import */ var _utils_iconUtil__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./utils/iconUtil */ 66339); +"use client"; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; +// TODO: 4.0 - codemod should help to change `filterOption` to support node props. + + + + + + + + + + + + + + + + + + +const SECRET_COMBOBOX_MODE_DO_NOT_USE = 'SECRET_COMBOBOX_MODE_DO_NOT_USE'; +const InternalSelect = (_a, ref) => { + var _b; + var { + prefixCls: customizePrefixCls, + bordered = true, + className, + rootClassName, + getPopupContainer, + popupClassName, + dropdownClassName, + listHeight = 256, + placement, + listItemHeight = 24, + size: customizeSize, + disabled: customDisabled, + notFoundContent, + status: customStatus, + builtinPlacements, + dropdownMatchSelectWidth, + popupMatchSelectWidth, + direction: propDirection, + style, + allowClear + } = _a, + props = __rest(_a, ["prefixCls", "bordered", "className", "rootClassName", "getPopupContainer", "popupClassName", "dropdownClassName", "listHeight", "placement", "listItemHeight", "size", "disabled", "notFoundContent", "status", "builtinPlacements", "dropdownMatchSelectWidth", "popupMatchSelectWidth", "direction", "style", "allowClear"]); + const { + getPopupContainer: getContextPopupContainer, + getPrefixCls, + renderEmpty, + direction: contextDirection, + virtual, + popupMatchSelectWidth: contextPopupMatchSelectWidth, + popupOverflow, + select + } = react__WEBPACK_IMPORTED_MODULE_2__.useContext(_config_provider__WEBPACK_IMPORTED_MODULE_3__/* .ConfigContext */ .E_); + const prefixCls = getPrefixCls('select', customizePrefixCls); + const rootPrefixCls = getPrefixCls(); + const direction = propDirection !== null && propDirection !== void 0 ? propDirection : contextDirection; + const { + compactSize, + compactItemClassnames + } = (0,_space_Compact__WEBPACK_IMPORTED_MODULE_4__/* .useCompactItemContext */ .ri)(prefixCls, direction); + const [wrapSSR, hashId] = (0,_style__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)(prefixCls); + const mode = react__WEBPACK_IMPORTED_MODULE_2__.useMemo(() => { + const { + mode: m + } = props; + if (m === 'combobox') { + return undefined; + } + if (m === SECRET_COMBOBOX_MODE_DO_NOT_USE) { + return 'combobox'; + } + return m; + }, [props.mode]); + const isMultiple = mode === 'multiple' || mode === 'tags'; + const showSuffixIcon = (0,_useShowArrow__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z)(props.suffixIcon, props.showArrow); + const mergedPopupMatchSelectWidth = (_b = popupMatchSelectWidth !== null && popupMatchSelectWidth !== void 0 ? popupMatchSelectWidth : dropdownMatchSelectWidth) !== null && _b !== void 0 ? _b : contextPopupMatchSelectWidth; + // ===================== Form Status ===================== + const { + status: contextStatus, + hasFeedback, + isFormItemInput, + feedbackIcon + } = react__WEBPACK_IMPORTED_MODULE_2__.useContext(_form_context__WEBPACK_IMPORTED_MODULE_7__/* .FormItemInputContext */ .aM); + const mergedStatus = (0,_util_statusUtils__WEBPACK_IMPORTED_MODULE_8__/* .getMergedStatus */ .F)(contextStatus, customStatus); + // ===================== Empty ===================== + let mergedNotFound; + if (notFoundContent !== undefined) { + mergedNotFound = notFoundContent; + } else if (mode === 'combobox') { + mergedNotFound = null; + } else { + mergedNotFound = (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty('Select')) || /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(_config_provider_defaultRenderEmpty__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z, { + componentName: "Select" + }); + } + // ===================== Icons ===================== + const { + suffixIcon, + itemIcon, + removeIcon, + clearIcon + } = (0,_utils_iconUtil__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .Z)(Object.assign(Object.assign({}, props), { + multiple: isMultiple, + hasFeedback, + feedbackIcon, + showSuffixIcon, + prefixCls, + showArrow: props.showArrow, + componentName: 'Select' + })); + const mergedAllowClear = allowClear === true ? { + clearIcon + } : allowClear; + const selectProps = (0,rc_util_es_omit__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .Z)(props, ['suffixIcon', 'itemIcon']); + const rcSelectRtlDropdownClassName = classnames__WEBPACK_IMPORTED_MODULE_0___default()(popupClassName || dropdownClassName, { + [`${prefixCls}-dropdown-${direction}`]: direction === 'rtl' + }, rootClassName, hashId); + const mergedSize = (0,_config_provider_hooks_useSize__WEBPACK_IMPORTED_MODULE_12__/* ["default"] */ .Z)(ctx => { + var _a; + return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx; + }); + // ===================== Disabled ===================== + const disabled = react__WEBPACK_IMPORTED_MODULE_2__.useContext(_config_provider_DisabledContext__WEBPACK_IMPORTED_MODULE_13__/* ["default"] */ .Z); + const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled; + const mergedClassName = classnames__WEBPACK_IMPORTED_MODULE_0___default()({ + [`${prefixCls}-lg`]: mergedSize === 'large', + [`${prefixCls}-sm`]: mergedSize === 'small', + [`${prefixCls}-rtl`]: direction === 'rtl', + [`${prefixCls}-borderless`]: !bordered, + [`${prefixCls}-in-form-item`]: isFormItemInput + }, (0,_util_statusUtils__WEBPACK_IMPORTED_MODULE_8__/* .getStatusClassNames */ .Z)(prefixCls, mergedStatus, hasFeedback), compactItemClassnames, select === null || select === void 0 ? void 0 : select.className, className, rootClassName, hashId); + // ===================== Placement ===================== + const memoPlacement = react__WEBPACK_IMPORTED_MODULE_2__.useMemo(() => { + if (placement !== undefined) { + return placement; + } + return direction === 'rtl' ? 'bottomRight' : 'bottomLeft'; + }, [placement, direction]); + const mergedBuiltinPlacements = (0,_useBuiltinPlacements__WEBPACK_IMPORTED_MODULE_14__/* ["default"] */ .Z)(builtinPlacements, popupOverflow); + // ====================== Warning ====================== + if (false) {} + // ====================== Render ======================= + return wrapSSR( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(rc_select__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .ZP, Object.assign({ + ref: ref, + virtual: virtual, + showSearch: select === null || select === void 0 ? void 0 : select.showSearch + }, selectProps, { + style: Object.assign(Object.assign({}, select === null || select === void 0 ? void 0 : select.style), style), + dropdownMatchSelectWidth: mergedPopupMatchSelectWidth, + builtinPlacements: mergedBuiltinPlacements, + transitionName: (0,_util_motion__WEBPACK_IMPORTED_MODULE_15__/* .getTransitionName */ .m)(rootPrefixCls, 'slide-up', props.transitionName), + listHeight: listHeight, + listItemHeight: listItemHeight, + mode: mode, + prefixCls: prefixCls, + placement: memoPlacement, + direction: direction, + suffixIcon: suffixIcon, + menuItemSelectedIcon: itemIcon, + removeIcon: removeIcon, + allowClear: mergedAllowClear, + notFoundContent: mergedNotFound, + className: mergedClassName, + getPopupContainer: getPopupContainer || getContextPopupContainer, + dropdownClassName: rcSelectRtlDropdownClassName, + disabled: mergedDisabled + }))); +}; +if (false) {} +const Select = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.forwardRef(InternalSelect); +// We don't care debug panel +/* istanbul ignore next */ +const PurePanel = (0,_util_PurePanel__WEBPACK_IMPORTED_MODULE_16__/* ["default"] */ .Z)(Select); +Select.SECRET_COMBOBOX_MODE_DO_NOT_USE = SECRET_COMBOBOX_MODE_DO_NOT_USE; +Select.Option = rc_select__WEBPACK_IMPORTED_MODULE_1__/* .Option */ .Wx; +Select.OptGroup = rc_select__WEBPACK_IMPORTED_MODULE_1__/* .OptGroup */ .Xo; +Select._InternalPanelDoNotUseOrYouWillBeFired = PurePanel; +if (false) {} +/* harmony default export */ __webpack_exports__["default"] = (Select); + +/***/ }), + +/***/ 8378: +/*!*******************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/style/motion/collapse.js ***! + \*******************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__) { + +const genCollapseMotion = token => ({ + [token.componentCls]: { + // For common/openAnimation + [`${token.antCls}-motion-collapse-legacy`]: { + overflow: 'hidden', + '&-active': { + transition: `height ${token.motionDurationMid} ${token.motionEaseInOut}, + opacity ${token.motionDurationMid} ${token.motionEaseInOut} !important` + } + }, + [`${token.antCls}-motion-collapse`]: { + overflow: 'hidden', + transition: `height ${token.motionDurationMid} ${token.motionEaseInOut}, + opacity ${token.motionDurationMid} ${token.motionEaseInOut} !important` + } + } +}); +/* harmony default export */ __webpack_exports__.Z = (genCollapseMotion); + +/***/ }), + +/***/ 78673: +/*!**********************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/switch/index.js + 2 modules ***! + \**********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ es_switch; } +}); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/LoadingOutlined.js + 1 modules +var LoadingOutlined = __webpack_require__(78714); +// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js +var _classnames_2_5_1_classnames = __webpack_require__(92310); +var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/defineProperty.js +var defineProperty = __webpack_require__(78772); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/slicedToArray.js + 1 modules +var slicedToArray = __webpack_require__(10859); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/objectWithoutProperties.js +var objectWithoutProperties = __webpack_require__(61206); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/hooks/useMergedState.js +var useMergedState = __webpack_require__(35788); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/KeyCode.js +var KeyCode = __webpack_require__(85108); +;// CONCATENATED MODULE: ./node_modules/_rc-switch@4.1.0@rc-switch/es/index.js + + + + +var _excluded = ["prefixCls", "className", "checked", "defaultChecked", "disabled", "loadingIcon", "checkedChildren", "unCheckedChildren", "onClick", "onChange", "onKeyDown"]; + + + + +var Switch = /*#__PURE__*/_react_17_0_2_react.forwardRef(function (_ref, ref) { + var _classNames; + var _ref$prefixCls = _ref.prefixCls, + prefixCls = _ref$prefixCls === void 0 ? 'rc-switch' : _ref$prefixCls, + className = _ref.className, + checked = _ref.checked, + defaultChecked = _ref.defaultChecked, + disabled = _ref.disabled, + loadingIcon = _ref.loadingIcon, + checkedChildren = _ref.checkedChildren, + unCheckedChildren = _ref.unCheckedChildren, + onClick = _ref.onClick, + onChange = _ref.onChange, + onKeyDown = _ref.onKeyDown, + restProps = (0,objectWithoutProperties/* default */.Z)(_ref, _excluded); + var _useMergedState = (0,useMergedState/* default */.Z)(false, { + value: checked, + defaultValue: defaultChecked + }), + _useMergedState2 = (0,slicedToArray/* default */.Z)(_useMergedState, 2), + innerChecked = _useMergedState2[0], + setInnerChecked = _useMergedState2[1]; + function triggerChange(newChecked, event) { + var mergedChecked = innerChecked; + if (!disabled) { + mergedChecked = newChecked; + setInnerChecked(mergedChecked); + onChange === null || onChange === void 0 ? void 0 : onChange(mergedChecked, event); + } + return mergedChecked; + } + function onInternalKeyDown(e) { + if (e.which === KeyCode/* default */.Z.LEFT) { + triggerChange(false, e); + } else if (e.which === KeyCode/* default */.Z.RIGHT) { + triggerChange(true, e); + } + onKeyDown === null || onKeyDown === void 0 ? void 0 : onKeyDown(e); + } + function onInternalClick(e) { + var ret = triggerChange(!innerChecked, e); + // [Legacy] trigger onClick with value + onClick === null || onClick === void 0 ? void 0 : onClick(ret, e); + } + var switchClassName = _classnames_2_5_1_classnames_default()(prefixCls, className, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-checked"), innerChecked), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-disabled"), disabled), _classNames)); + return /*#__PURE__*/_react_17_0_2_react.createElement("button", (0,esm_extends/* default */.Z)({}, restProps, { + type: "button", + role: "switch", + "aria-checked": innerChecked, + disabled: disabled, + className: switchClassName, + ref: ref, + onKeyDown: onInternalKeyDown, + onClick: onInternalClick + }), loadingIcon, /*#__PURE__*/_react_17_0_2_react.createElement("span", { + className: "".concat(prefixCls, "-inner") + }, /*#__PURE__*/_react_17_0_2_react.createElement("span", { + className: "".concat(prefixCls, "-inner-checked") + }, checkedChildren), /*#__PURE__*/_react_17_0_2_react.createElement("span", { + className: "".concat(prefixCls, "-inner-unchecked") + }, unCheckedChildren))); +}); +Switch.displayName = 'Switch'; +/* harmony default export */ var es = (Switch); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/_util/wave/index.js + 4 modules +var wave = __webpack_require__(14088); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js +var context = __webpack_require__(36355); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/DisabledContext.js +var DisabledContext = __webpack_require__(1684); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/hooks/useSize.js +var useSize = __webpack_require__(19716); +// EXTERNAL MODULE: ./node_modules/_@ctrl_tinycolor@3.6.1@@ctrl/tinycolor/dist/module/index.js +var dist_module = __webpack_require__(64993); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/style/index.js +var style = __webpack_require__(17313); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/genComponentStyleHook.js +var genComponentStyleHook = __webpack_require__(83116); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/statistic.js +var statistic = __webpack_require__(37613); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/style/index.js + + + +const genSwitchSmallStyle = token => { + const { + componentCls, + trackHeightSM, + trackPadding, + trackMinWidthSM, + innerMinMarginSM, + innerMaxMarginSM, + handleSizeSM + } = token; + const switchInnerCls = `${componentCls}-inner`; + return { + [componentCls]: { + [`&${componentCls}-small`]: { + minWidth: trackMinWidthSM, + height: trackHeightSM, + lineHeight: `${trackHeightSM}px`, + [`${componentCls}-inner`]: { + paddingInlineStart: innerMaxMarginSM, + paddingInlineEnd: innerMinMarginSM, + [`${switchInnerCls}-checked`]: { + marginInlineStart: `calc(-100% + ${handleSizeSM + trackPadding * 2}px - ${innerMaxMarginSM * 2}px)`, + marginInlineEnd: `calc(100% - ${handleSizeSM + trackPadding * 2}px + ${innerMaxMarginSM * 2}px)` + }, + [`${switchInnerCls}-unchecked`]: { + marginTop: -trackHeightSM, + marginInlineStart: 0, + marginInlineEnd: 0 + } + }, + [`${componentCls}-handle`]: { + width: handleSizeSM, + height: handleSizeSM + }, + [`${componentCls}-loading-icon`]: { + top: (handleSizeSM - token.switchLoadingIconSize) / 2, + fontSize: token.switchLoadingIconSize + }, + [`&${componentCls}-checked`]: { + [`${componentCls}-inner`]: { + paddingInlineStart: innerMinMarginSM, + paddingInlineEnd: innerMaxMarginSM, + [`${switchInnerCls}-checked`]: { + marginInlineStart: 0, + marginInlineEnd: 0 + }, + [`${switchInnerCls}-unchecked`]: { + marginInlineStart: `calc(100% - ${handleSizeSM + trackPadding * 2}px + ${innerMaxMarginSM * 2}px)`, + marginInlineEnd: `calc(-100% + ${handleSizeSM + trackPadding * 2}px - ${innerMaxMarginSM * 2}px)` + } + }, + [`${componentCls}-handle`]: { + insetInlineStart: `calc(100% - ${handleSizeSM + trackPadding}px)` + } + }, + [`&:not(${componentCls}-disabled):active`]: { + [`&:not(${componentCls}-checked) ${switchInnerCls}`]: { + [`${switchInnerCls}-unchecked`]: { + marginInlineStart: token.marginXXS / 2, + marginInlineEnd: -token.marginXXS / 2 + } + }, + [`&${componentCls}-checked ${switchInnerCls}`]: { + [`${switchInnerCls}-checked`]: { + marginInlineStart: -token.marginXXS / 2, + marginInlineEnd: token.marginXXS / 2 + } + } + } + } + } + }; +}; +const genSwitchLoadingStyle = token => { + const { + componentCls, + handleSize + } = token; + return { + [componentCls]: { + [`${componentCls}-loading-icon${token.iconCls}`]: { + position: 'relative', + top: (handleSize - token.fontSize) / 2, + color: token.switchLoadingIconColor, + verticalAlign: 'top' + }, + [`&${componentCls}-checked ${componentCls}-loading-icon`]: { + color: token.switchColor + } + } + }; +}; +const genSwitchHandleStyle = token => { + const { + componentCls, + motion, + trackPadding, + handleBg, + handleShadow, + handleSize + } = token; + const switchHandleCls = `${componentCls}-handle`; + return { + [componentCls]: { + [switchHandleCls]: { + position: 'absolute', + top: trackPadding, + insetInlineStart: trackPadding, + width: handleSize, + height: handleSize, + transition: `all ${token.switchDuration} ease-in-out`, + '&::before': { + position: 'absolute', + top: 0, + insetInlineEnd: 0, + bottom: 0, + insetInlineStart: 0, + backgroundColor: handleBg, + borderRadius: handleSize / 2, + boxShadow: handleShadow, + transition: `all ${token.switchDuration} ease-in-out`, + content: '""' + } + }, + [`&${componentCls}-checked ${switchHandleCls}`]: { + insetInlineStart: `calc(100% - ${handleSize + trackPadding}px)` + }, + [`&:not(${componentCls}-disabled):active`]: motion ? { + [`${switchHandleCls}::before`]: { + insetInlineEnd: token.switchHandleActiveInset, + insetInlineStart: 0 + }, + [`&${componentCls}-checked ${switchHandleCls}::before`]: { + insetInlineEnd: 0, + insetInlineStart: token.switchHandleActiveInset + } + } : /* istanbul ignore next */ + {} + } + }; +}; +const genSwitchInnerStyle = token => { + const { + componentCls, + trackHeight, + trackPadding, + innerMinMargin, + innerMaxMargin, + handleSize + } = token; + const switchInnerCls = `${componentCls}-inner`; + return { + [componentCls]: { + [switchInnerCls]: { + display: 'block', + overflow: 'hidden', + borderRadius: 100, + height: '100%', + paddingInlineStart: innerMaxMargin, + paddingInlineEnd: innerMinMargin, + transition: `padding-inline-start ${token.switchDuration} ease-in-out, padding-inline-end ${token.switchDuration} ease-in-out`, + [`${switchInnerCls}-checked, ${switchInnerCls}-unchecked`]: { + display: 'block', + color: token.colorTextLightSolid, + fontSize: token.fontSizeSM, + transition: `margin-inline-start ${token.switchDuration} ease-in-out, margin-inline-end ${token.switchDuration} ease-in-out`, + pointerEvents: 'none' + }, + [`${switchInnerCls}-checked`]: { + marginInlineStart: `calc(-100% + ${handleSize + trackPadding * 2}px - ${innerMaxMargin * 2}px)`, + marginInlineEnd: `calc(100% - ${handleSize + trackPadding * 2}px + ${innerMaxMargin * 2}px)` + }, + [`${switchInnerCls}-unchecked`]: { + marginTop: -trackHeight, + marginInlineStart: 0, + marginInlineEnd: 0 + } + }, + [`&${componentCls}-checked ${switchInnerCls}`]: { + paddingInlineStart: innerMinMargin, + paddingInlineEnd: innerMaxMargin, + [`${switchInnerCls}-checked`]: { + marginInlineStart: 0, + marginInlineEnd: 0 + }, + [`${switchInnerCls}-unchecked`]: { + marginInlineStart: `calc(100% - ${handleSize + trackPadding * 2}px + ${innerMaxMargin * 2}px)`, + marginInlineEnd: `calc(-100% + ${handleSize + trackPadding * 2}px - ${innerMaxMargin * 2}px)` + } + }, + [`&:not(${componentCls}-disabled):active`]: { + [`&:not(${componentCls}-checked) ${switchInnerCls}`]: { + [`${switchInnerCls}-unchecked`]: { + marginInlineStart: trackPadding * 2, + marginInlineEnd: -trackPadding * 2 + } + }, + [`&${componentCls}-checked ${switchInnerCls}`]: { + [`${switchInnerCls}-checked`]: { + marginInlineStart: -trackPadding * 2, + marginInlineEnd: trackPadding * 2 + } + } + } + } + }; +}; +const genSwitchStyle = token => { + const { + componentCls, + trackHeight, + trackMinWidth + } = token; + return { + [componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), { + position: 'relative', + display: 'inline-block', + boxSizing: 'border-box', + minWidth: trackMinWidth, + height: trackHeight, + lineHeight: `${trackHeight}px`, + verticalAlign: 'middle', + background: token.colorTextQuaternary, + border: '0', + borderRadius: 100, + cursor: 'pointer', + transition: `all ${token.motionDurationMid}`, + userSelect: 'none', + [`&:hover:not(${componentCls}-disabled)`]: { + background: token.colorTextTertiary + } + }), (0,style/* genFocusStyle */.Qy)(token)), { + [`&${componentCls}-checked`]: { + background: token.switchColor, + [`&:hover:not(${componentCls}-disabled)`]: { + background: token.colorPrimaryHover + } + }, + [`&${componentCls}-loading, &${componentCls}-disabled`]: { + cursor: 'not-allowed', + opacity: token.switchDisabledOpacity, + '*': { + boxShadow: 'none', + cursor: 'not-allowed' + } + }, + // rtl style + [`&${componentCls}-rtl`]: { + direction: 'rtl' + } + }) + }; +}; +// ============================== Export ============================== +/* harmony default export */ var switch_style = ((0,genComponentStyleHook/* default */.Z)('Switch', token => { + const switchToken = (0,statistic/* merge */.TS)(token, { + switchDuration: token.motionDurationMid, + switchColor: token.colorPrimary, + switchDisabledOpacity: token.opacityLoading, + switchLoadingIconSize: token.fontSizeIcon * 0.75, + switchLoadingIconColor: `rgba(0, 0, 0, ${token.opacityLoading})`, + switchHandleActiveInset: '-30%' + }); + return [genSwitchStyle(switchToken), + // inner style + genSwitchInnerStyle(switchToken), + // handle style + genSwitchHandleStyle(switchToken), + // loading style + genSwitchLoadingStyle(switchToken), + // small style + genSwitchSmallStyle(switchToken)]; +}, token => { + const { + fontSize, + lineHeight, + controlHeight, + colorWhite + } = token; + const height = fontSize * lineHeight; + const heightSM = controlHeight / 2; + const padding = 2; // Fixed value + const handleSize = height - padding * 2; + const handleSizeSM = heightSM - padding * 2; + return { + trackHeight: height, + trackHeightSM: heightSM, + trackMinWidth: handleSize * 2 + padding * 4, + trackMinWidthSM: handleSizeSM * 2 + padding * 2, + trackPadding: padding, + handleBg: colorWhite, + handleSize, + handleSizeSM, + handleShadow: `0 2px 4px 0 ${new dist_module/* TinyColor */.C('#00230b').setAlpha(0.2).toRgbString()}`, + innerMinMargin: handleSize / 2, + innerMaxMargin: handleSize + padding + padding * 2, + innerMinMarginSM: handleSizeSM / 2, + innerMaxMarginSM: handleSizeSM + padding + padding * 2 + }; +})); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/index.js +"use client"; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + + + + + + +const switch_Switch = /*#__PURE__*/_react_17_0_2_react.forwardRef((props, ref) => { + const { + prefixCls: customizePrefixCls, + size: customizeSize, + disabled: customDisabled, + loading, + className, + rootClassName, + style + } = props, + restProps = __rest(props, ["prefixCls", "size", "disabled", "loading", "className", "rootClassName", "style"]); + false ? 0 : void 0; + const { + getPrefixCls, + direction, + switch: SWITCH + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + // ===================== Disabled ===================== + const disabled = _react_17_0_2_react.useContext(DisabledContext/* default */.Z); + const mergedDisabled = (customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled) || loading; + const prefixCls = getPrefixCls('switch', customizePrefixCls); + const loadingIcon = /*#__PURE__*/_react_17_0_2_react.createElement("div", { + className: `${prefixCls}-handle` + }, loading && /*#__PURE__*/_react_17_0_2_react.createElement(LoadingOutlined/* default */.Z, { + className: `${prefixCls}-loading-icon` + })); + // Style + const [wrapSSR, hashId] = switch_style(prefixCls); + const mergedSize = (0,useSize/* default */.Z)(customizeSize); + const classes = _classnames_2_5_1_classnames_default()(SWITCH === null || SWITCH === void 0 ? void 0 : SWITCH.className, { + [`${prefixCls}-small`]: mergedSize === 'small', + [`${prefixCls}-loading`]: loading, + [`${prefixCls}-rtl`]: direction === 'rtl' + }, className, rootClassName, hashId); + const mergedStyle = Object.assign(Object.assign({}, SWITCH === null || SWITCH === void 0 ? void 0 : SWITCH.style), style); + return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement(wave/* default */.Z, { + component: "Switch" + }, /*#__PURE__*/_react_17_0_2_react.createElement(es, Object.assign({}, restProps, { + prefixCls: prefixCls, + className: classes, + style: mergedStyle, + disabled: mergedDisabled, + ref: ref, + loadingIcon: loadingIcon + })))); +}); +switch_Switch.__ANT_SWITCH = true; +if (false) {} +/* harmony default export */ var es_switch = (switch_Switch); + +/***/ }) + +}]); \ No newline at end of file diff --git a/59734.2321c02b.async.js b/59734.6fd72625.async.js similarity index 99% rename from 59734.2321c02b.async.js rename to 59734.6fd72625.async.js index 3c50756202..0ec20daddd 100644 --- a/59734.2321c02b.async.js +++ b/59734.6fd72625.async.js @@ -1,5 +1,5 @@ "use strict"; -(self["webpackChunk"] = self["webpackChunk"] || []).push([[59734,62373],{ +(self["webpackChunk"] = self["webpackChunk"] || []).push([[59734],{ /***/ 86909: /*!************************************************************************************************************!*\ diff --git a/62373.c8fcc088.async.js b/62373.c8fcc088.async.js deleted file mode 100644 index 8e092dc9ff..0000000000 --- a/62373.c8fcc088.async.js +++ /dev/null @@ -1,1003 +0,0 @@ -"use strict"; -(self["webpackChunk"] = self["webpackChunk"] || []).push([[62373],{ - -/***/ 34023: -/*!*******************************************************************************************************!*\ - !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/InboxOutlined.js + 1 modules ***! - \*******************************************************************************************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - - -// EXPORTS -__webpack_require__.d(__webpack_exports__, { - Z: function() { return /* binding */ icons_InboxOutlined; } -}); - -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js -var esm_extends = __webpack_require__(16378); -// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js -var _react_17_0_2_react = __webpack_require__(59301); -;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/InboxOutlined.js -// This icon file is generated automatically. -var InboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, "name": "inbox", "theme": "outlined" }; -/* harmony default export */ var asn_InboxOutlined = (InboxOutlined); - -// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules -var AntdIcon = __webpack_require__(31533); -;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/InboxOutlined.js - -// GENERATE BY ./scripts/generate.ts -// DON NOT EDIT IT MANUALLY - - - - -var InboxOutlined_InboxOutlined = function InboxOutlined(props, ref) { - return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { - ref: ref, - icon: asn_InboxOutlined - })); -}; - -/**![inbox](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTg4NS4yIDQ0Ni4zbC0uMi0uOC0xMTIuMi0yODUuMWMtNS0xNi4xLTE5LjktMjcuMi0zNi44LTI3LjJIMjgxLjJjLTE3IDAtMzIuMSAxMS4zLTM2LjkgMjcuNkwxMzkuNCA0NDNsLS4zLjctLjIuOGMtMS4zIDQuOS0xLjcgOS45LTEgMTQuOC0uMSAxLjYtLjIgMy4yLS4yIDQuOFY4MzBhNjAuOSA2MC45IDAgMDA2MC44IDYwLjhoNjI3LjJjMzMuNSAwIDYwLjgtMjcuMyA2MC45LTYwLjhWNDY0LjFjMC0xLjMgMC0yLjYtLjEtMy43LjQtNC45IDAtOS42LTEuMy0xNC4xem0tMjk1LjgtNDNsLS4zIDE1LjdjLS44IDQ0LjktMzEuOCA3NS4xLTc3LjEgNzUuMS0yMi4xIDAtNDEuMS03LjEtNTQuOC0yMC42UzQzNiA0NDEuMiA0MzUuNiA0MTlsLS4zLTE1LjdIMjI5LjVMMzA5IDIxMGgzOTkuMmw4MS43IDE5My4zSDU4OS40em0tMzc1IDc2LjhoMTU3LjNjMjQuMyA1Ny4xIDc2IDkwLjggMTQwLjQgOTAuOCAzMy43IDAgNjUtOS40IDkwLjMtMjcuMiAyMi4yLTE1LjYgMzkuNS0zNy40IDUwLjctNjMuNmgxNTYuNVY4MTRIMjE0LjRWNDgwLjF6IiAvPjwvc3ZnPg==) */ -var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(InboxOutlined_InboxOutlined); -if (false) {} -/* harmony default export */ var icons_InboxOutlined = (RefIcon); - -/***/ }), - -/***/ 78673: -/*!**********************************************************************!*\ - !*** ./node_modules/_antd@5.9.0@antd/es/switch/index.js + 2 modules ***! - \**********************************************************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - - -// EXPORTS -__webpack_require__.d(__webpack_exports__, { - Z: function() { return /* binding */ es_switch; } -}); - -// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/LoadingOutlined.js + 1 modules -var LoadingOutlined = __webpack_require__(78714); -// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js -var _classnames_2_5_1_classnames = __webpack_require__(92310); -var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js -var esm_extends = __webpack_require__(16378); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/defineProperty.js -var defineProperty = __webpack_require__(78772); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/slicedToArray.js + 1 modules -var slicedToArray = __webpack_require__(10859); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/objectWithoutProperties.js -var objectWithoutProperties = __webpack_require__(61206); -// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js -var _react_17_0_2_react = __webpack_require__(59301); -// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/hooks/useMergedState.js -var useMergedState = __webpack_require__(35788); -// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/KeyCode.js -var KeyCode = __webpack_require__(85108); -;// CONCATENATED MODULE: ./node_modules/_rc-switch@4.1.0@rc-switch/es/index.js - - - - -var _excluded = ["prefixCls", "className", "checked", "defaultChecked", "disabled", "loadingIcon", "checkedChildren", "unCheckedChildren", "onClick", "onChange", "onKeyDown"]; - - - - -var Switch = /*#__PURE__*/_react_17_0_2_react.forwardRef(function (_ref, ref) { - var _classNames; - var _ref$prefixCls = _ref.prefixCls, - prefixCls = _ref$prefixCls === void 0 ? 'rc-switch' : _ref$prefixCls, - className = _ref.className, - checked = _ref.checked, - defaultChecked = _ref.defaultChecked, - disabled = _ref.disabled, - loadingIcon = _ref.loadingIcon, - checkedChildren = _ref.checkedChildren, - unCheckedChildren = _ref.unCheckedChildren, - onClick = _ref.onClick, - onChange = _ref.onChange, - onKeyDown = _ref.onKeyDown, - restProps = (0,objectWithoutProperties/* default */.Z)(_ref, _excluded); - var _useMergedState = (0,useMergedState/* default */.Z)(false, { - value: checked, - defaultValue: defaultChecked - }), - _useMergedState2 = (0,slicedToArray/* default */.Z)(_useMergedState, 2), - innerChecked = _useMergedState2[0], - setInnerChecked = _useMergedState2[1]; - function triggerChange(newChecked, event) { - var mergedChecked = innerChecked; - if (!disabled) { - mergedChecked = newChecked; - setInnerChecked(mergedChecked); - onChange === null || onChange === void 0 ? void 0 : onChange(mergedChecked, event); - } - return mergedChecked; - } - function onInternalKeyDown(e) { - if (e.which === KeyCode/* default */.Z.LEFT) { - triggerChange(false, e); - } else if (e.which === KeyCode/* default */.Z.RIGHT) { - triggerChange(true, e); - } - onKeyDown === null || onKeyDown === void 0 ? void 0 : onKeyDown(e); - } - function onInternalClick(e) { - var ret = triggerChange(!innerChecked, e); - // [Legacy] trigger onClick with value - onClick === null || onClick === void 0 ? void 0 : onClick(ret, e); - } - var switchClassName = _classnames_2_5_1_classnames_default()(prefixCls, className, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-checked"), innerChecked), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-disabled"), disabled), _classNames)); - return /*#__PURE__*/_react_17_0_2_react.createElement("button", (0,esm_extends/* default */.Z)({}, restProps, { - type: "button", - role: "switch", - "aria-checked": innerChecked, - disabled: disabled, - className: switchClassName, - ref: ref, - onKeyDown: onInternalKeyDown, - onClick: onInternalClick - }), loadingIcon, /*#__PURE__*/_react_17_0_2_react.createElement("span", { - className: "".concat(prefixCls, "-inner") - }, /*#__PURE__*/_react_17_0_2_react.createElement("span", { - className: "".concat(prefixCls, "-inner-checked") - }, checkedChildren), /*#__PURE__*/_react_17_0_2_react.createElement("span", { - className: "".concat(prefixCls, "-inner-unchecked") - }, unCheckedChildren))); -}); -Switch.displayName = 'Switch'; -/* harmony default export */ var es = (Switch); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/_util/wave/index.js + 4 modules -var wave = __webpack_require__(14088); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js -var context = __webpack_require__(36355); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/DisabledContext.js -var DisabledContext = __webpack_require__(1684); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/hooks/useSize.js -var useSize = __webpack_require__(19716); -// EXTERNAL MODULE: ./node_modules/_@ctrl_tinycolor@3.6.1@@ctrl/tinycolor/dist/module/index.js -var dist_module = __webpack_require__(64993); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/style/index.js -var style = __webpack_require__(17313); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/genComponentStyleHook.js -var genComponentStyleHook = __webpack_require__(83116); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/statistic.js -var statistic = __webpack_require__(37613); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/style/index.js - - - -const genSwitchSmallStyle = token => { - const { - componentCls, - trackHeightSM, - trackPadding, - trackMinWidthSM, - innerMinMarginSM, - innerMaxMarginSM, - handleSizeSM - } = token; - const switchInnerCls = `${componentCls}-inner`; - return { - [componentCls]: { - [`&${componentCls}-small`]: { - minWidth: trackMinWidthSM, - height: trackHeightSM, - lineHeight: `${trackHeightSM}px`, - [`${componentCls}-inner`]: { - paddingInlineStart: innerMaxMarginSM, - paddingInlineEnd: innerMinMarginSM, - [`${switchInnerCls}-checked`]: { - marginInlineStart: `calc(-100% + ${handleSizeSM + trackPadding * 2}px - ${innerMaxMarginSM * 2}px)`, - marginInlineEnd: `calc(100% - ${handleSizeSM + trackPadding * 2}px + ${innerMaxMarginSM * 2}px)` - }, - [`${switchInnerCls}-unchecked`]: { - marginTop: -trackHeightSM, - marginInlineStart: 0, - marginInlineEnd: 0 - } - }, - [`${componentCls}-handle`]: { - width: handleSizeSM, - height: handleSizeSM - }, - [`${componentCls}-loading-icon`]: { - top: (handleSizeSM - token.switchLoadingIconSize) / 2, - fontSize: token.switchLoadingIconSize - }, - [`&${componentCls}-checked`]: { - [`${componentCls}-inner`]: { - paddingInlineStart: innerMinMarginSM, - paddingInlineEnd: innerMaxMarginSM, - [`${switchInnerCls}-checked`]: { - marginInlineStart: 0, - marginInlineEnd: 0 - }, - [`${switchInnerCls}-unchecked`]: { - marginInlineStart: `calc(100% - ${handleSizeSM + trackPadding * 2}px + ${innerMaxMarginSM * 2}px)`, - marginInlineEnd: `calc(-100% + ${handleSizeSM + trackPadding * 2}px - ${innerMaxMarginSM * 2}px)` - } - }, - [`${componentCls}-handle`]: { - insetInlineStart: `calc(100% - ${handleSizeSM + trackPadding}px)` - } - }, - [`&:not(${componentCls}-disabled):active`]: { - [`&:not(${componentCls}-checked) ${switchInnerCls}`]: { - [`${switchInnerCls}-unchecked`]: { - marginInlineStart: token.marginXXS / 2, - marginInlineEnd: -token.marginXXS / 2 - } - }, - [`&${componentCls}-checked ${switchInnerCls}`]: { - [`${switchInnerCls}-checked`]: { - marginInlineStart: -token.marginXXS / 2, - marginInlineEnd: token.marginXXS / 2 - } - } - } - } - } - }; -}; -const genSwitchLoadingStyle = token => { - const { - componentCls, - handleSize - } = token; - return { - [componentCls]: { - [`${componentCls}-loading-icon${token.iconCls}`]: { - position: 'relative', - top: (handleSize - token.fontSize) / 2, - color: token.switchLoadingIconColor, - verticalAlign: 'top' - }, - [`&${componentCls}-checked ${componentCls}-loading-icon`]: { - color: token.switchColor - } - } - }; -}; -const genSwitchHandleStyle = token => { - const { - componentCls, - motion, - trackPadding, - handleBg, - handleShadow, - handleSize - } = token; - const switchHandleCls = `${componentCls}-handle`; - return { - [componentCls]: { - [switchHandleCls]: { - position: 'absolute', - top: trackPadding, - insetInlineStart: trackPadding, - width: handleSize, - height: handleSize, - transition: `all ${token.switchDuration} ease-in-out`, - '&::before': { - position: 'absolute', - top: 0, - insetInlineEnd: 0, - bottom: 0, - insetInlineStart: 0, - backgroundColor: handleBg, - borderRadius: handleSize / 2, - boxShadow: handleShadow, - transition: `all ${token.switchDuration} ease-in-out`, - content: '""' - } - }, - [`&${componentCls}-checked ${switchHandleCls}`]: { - insetInlineStart: `calc(100% - ${handleSize + trackPadding}px)` - }, - [`&:not(${componentCls}-disabled):active`]: motion ? { - [`${switchHandleCls}::before`]: { - insetInlineEnd: token.switchHandleActiveInset, - insetInlineStart: 0 - }, - [`&${componentCls}-checked ${switchHandleCls}::before`]: { - insetInlineEnd: 0, - insetInlineStart: token.switchHandleActiveInset - } - } : /* istanbul ignore next */ - {} - } - }; -}; -const genSwitchInnerStyle = token => { - const { - componentCls, - trackHeight, - trackPadding, - innerMinMargin, - innerMaxMargin, - handleSize - } = token; - const switchInnerCls = `${componentCls}-inner`; - return { - [componentCls]: { - [switchInnerCls]: { - display: 'block', - overflow: 'hidden', - borderRadius: 100, - height: '100%', - paddingInlineStart: innerMaxMargin, - paddingInlineEnd: innerMinMargin, - transition: `padding-inline-start ${token.switchDuration} ease-in-out, padding-inline-end ${token.switchDuration} ease-in-out`, - [`${switchInnerCls}-checked, ${switchInnerCls}-unchecked`]: { - display: 'block', - color: token.colorTextLightSolid, - fontSize: token.fontSizeSM, - transition: `margin-inline-start ${token.switchDuration} ease-in-out, margin-inline-end ${token.switchDuration} ease-in-out`, - pointerEvents: 'none' - }, - [`${switchInnerCls}-checked`]: { - marginInlineStart: `calc(-100% + ${handleSize + trackPadding * 2}px - ${innerMaxMargin * 2}px)`, - marginInlineEnd: `calc(100% - ${handleSize + trackPadding * 2}px + ${innerMaxMargin * 2}px)` - }, - [`${switchInnerCls}-unchecked`]: { - marginTop: -trackHeight, - marginInlineStart: 0, - marginInlineEnd: 0 - } - }, - [`&${componentCls}-checked ${switchInnerCls}`]: { - paddingInlineStart: innerMinMargin, - paddingInlineEnd: innerMaxMargin, - [`${switchInnerCls}-checked`]: { - marginInlineStart: 0, - marginInlineEnd: 0 - }, - [`${switchInnerCls}-unchecked`]: { - marginInlineStart: `calc(100% - ${handleSize + trackPadding * 2}px + ${innerMaxMargin * 2}px)`, - marginInlineEnd: `calc(-100% + ${handleSize + trackPadding * 2}px - ${innerMaxMargin * 2}px)` - } - }, - [`&:not(${componentCls}-disabled):active`]: { - [`&:not(${componentCls}-checked) ${switchInnerCls}`]: { - [`${switchInnerCls}-unchecked`]: { - marginInlineStart: trackPadding * 2, - marginInlineEnd: -trackPadding * 2 - } - }, - [`&${componentCls}-checked ${switchInnerCls}`]: { - [`${switchInnerCls}-checked`]: { - marginInlineStart: -trackPadding * 2, - marginInlineEnd: trackPadding * 2 - } - } - } - } - }; -}; -const genSwitchStyle = token => { - const { - componentCls, - trackHeight, - trackMinWidth - } = token; - return { - [componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), { - position: 'relative', - display: 'inline-block', - boxSizing: 'border-box', - minWidth: trackMinWidth, - height: trackHeight, - lineHeight: `${trackHeight}px`, - verticalAlign: 'middle', - background: token.colorTextQuaternary, - border: '0', - borderRadius: 100, - cursor: 'pointer', - transition: `all ${token.motionDurationMid}`, - userSelect: 'none', - [`&:hover:not(${componentCls}-disabled)`]: { - background: token.colorTextTertiary - } - }), (0,style/* genFocusStyle */.Qy)(token)), { - [`&${componentCls}-checked`]: { - background: token.switchColor, - [`&:hover:not(${componentCls}-disabled)`]: { - background: token.colorPrimaryHover - } - }, - [`&${componentCls}-loading, &${componentCls}-disabled`]: { - cursor: 'not-allowed', - opacity: token.switchDisabledOpacity, - '*': { - boxShadow: 'none', - cursor: 'not-allowed' - } - }, - // rtl style - [`&${componentCls}-rtl`]: { - direction: 'rtl' - } - }) - }; -}; -// ============================== Export ============================== -/* harmony default export */ var switch_style = ((0,genComponentStyleHook/* default */.Z)('Switch', token => { - const switchToken = (0,statistic/* merge */.TS)(token, { - switchDuration: token.motionDurationMid, - switchColor: token.colorPrimary, - switchDisabledOpacity: token.opacityLoading, - switchLoadingIconSize: token.fontSizeIcon * 0.75, - switchLoadingIconColor: `rgba(0, 0, 0, ${token.opacityLoading})`, - switchHandleActiveInset: '-30%' - }); - return [genSwitchStyle(switchToken), - // inner style - genSwitchInnerStyle(switchToken), - // handle style - genSwitchHandleStyle(switchToken), - // loading style - genSwitchLoadingStyle(switchToken), - // small style - genSwitchSmallStyle(switchToken)]; -}, token => { - const { - fontSize, - lineHeight, - controlHeight, - colorWhite - } = token; - const height = fontSize * lineHeight; - const heightSM = controlHeight / 2; - const padding = 2; // Fixed value - const handleSize = height - padding * 2; - const handleSizeSM = heightSM - padding * 2; - return { - trackHeight: height, - trackHeightSM: heightSM, - trackMinWidth: handleSize * 2 + padding * 4, - trackMinWidthSM: handleSizeSM * 2 + padding * 2, - trackPadding: padding, - handleBg: colorWhite, - handleSize, - handleSizeSM, - handleShadow: `0 2px 4px 0 ${new dist_module/* TinyColor */.C('#00230b').setAlpha(0.2).toRgbString()}`, - innerMinMargin: handleSize / 2, - innerMaxMargin: handleSize + padding + padding * 2, - innerMinMarginSM: handleSizeSM / 2, - innerMaxMarginSM: handleSizeSM + padding + padding * 2 - }; -})); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/index.js -"use client"; - -var __rest = undefined && undefined.__rest || function (s, e) { - var t = {}; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; - if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { - if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; - } - return t; -}; - - - - - - - - - - -const switch_Switch = /*#__PURE__*/_react_17_0_2_react.forwardRef((props, ref) => { - const { - prefixCls: customizePrefixCls, - size: customizeSize, - disabled: customDisabled, - loading, - className, - rootClassName, - style - } = props, - restProps = __rest(props, ["prefixCls", "size", "disabled", "loading", "className", "rootClassName", "style"]); - false ? 0 : void 0; - const { - getPrefixCls, - direction, - switch: SWITCH - } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); - // ===================== Disabled ===================== - const disabled = _react_17_0_2_react.useContext(DisabledContext/* default */.Z); - const mergedDisabled = (customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled) || loading; - const prefixCls = getPrefixCls('switch', customizePrefixCls); - const loadingIcon = /*#__PURE__*/_react_17_0_2_react.createElement("div", { - className: `${prefixCls}-handle` - }, loading && /*#__PURE__*/_react_17_0_2_react.createElement(LoadingOutlined/* default */.Z, { - className: `${prefixCls}-loading-icon` - })); - // Style - const [wrapSSR, hashId] = switch_style(prefixCls); - const mergedSize = (0,useSize/* default */.Z)(customizeSize); - const classes = _classnames_2_5_1_classnames_default()(SWITCH === null || SWITCH === void 0 ? void 0 : SWITCH.className, { - [`${prefixCls}-small`]: mergedSize === 'small', - [`${prefixCls}-loading`]: loading, - [`${prefixCls}-rtl`]: direction === 'rtl' - }, className, rootClassName, hashId); - const mergedStyle = Object.assign(Object.assign({}, SWITCH === null || SWITCH === void 0 ? void 0 : SWITCH.style), style); - return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement(wave/* default */.Z, { - component: "Switch" - }, /*#__PURE__*/_react_17_0_2_react.createElement(es, Object.assign({}, restProps, { - prefixCls: prefixCls, - className: classes, - style: mergedStyle, - disabled: mergedDisabled, - ref: ref, - loadingIcon: loadingIcon - })))); -}); -switch_Switch.__ANT_SWITCH = true; -if (false) {} -/* harmony default export */ var es_switch = (switch_Switch); - -/***/ }), - -/***/ 10777: -/*!************************************************************************!*\ - !*** ./node_modules/_antd@5.9.0@antd/es/timeline/index.js + 5 modules ***! - \************************************************************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - - -// EXPORTS -__webpack_require__.d(__webpack_exports__, { - Z: function() { return /* binding */ timeline; } -}); - -// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js -var _classnames_2_5_1_classnames = __webpack_require__(92310); -var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); -// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js -var _react_17_0_2_react = __webpack_require__(59301); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js -var context = __webpack_require__(36355); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/TimelineItem.js -"use client"; - -var __rest = undefined && undefined.__rest || function (s, e) { - var t = {}; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; - if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { - if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; - } - return t; -}; - - - -const TimelineItem = _a => { - var { - prefixCls: customizePrefixCls, - className, - color = 'blue', - dot, - pending = false, - position /** Dead, but do not pass in
  • { - var { - prefixCls, - className, - pending = false, - children, - items, - rootClassName, - reverse = false, - direction, - hashId, - pendingDot, - mode = '' - } = _a, - restProps = TimelineItemList_rest(_a, ["prefixCls", "className", "pending", "children", "items", "rootClassName", "reverse", "direction", "hashId", "pendingDot", "mode"]); - const getPositionCls = (position, idx) => { - if (mode === 'alternate') { - if (position === 'right') return `${prefixCls}-item-right`; - if (position === 'left') return `${prefixCls}-item-left`; - return idx % 2 === 0 ? `${prefixCls}-item-left` : `${prefixCls}-item-right`; - } - if (mode === 'left') return `${prefixCls}-item-left`; - if (mode === 'right') return `${prefixCls}-item-right`; - if (position === 'right') return `${prefixCls}-item-right`; - return ''; - }; - const mergedItems = (0,toConsumableArray/* default */.Z)(items || []); - const pendingNode = typeof pending === 'boolean' ? null : pending; - if (pending) { - mergedItems.push({ - pending: !!pending, - dot: pendingDot || /*#__PURE__*/_react_17_0_2_react.createElement(LoadingOutlined/* default */.Z, null), - children: pendingNode - }); - } - if (reverse) { - mergedItems.reverse(); - } - const itemsCount = mergedItems.length; - const lastCls = `${prefixCls}-item-last`; - const itemsList = mergedItems.filter(item => !!item).map((item, idx) => { - var _a; - const pendingClass = idx === itemsCount - 2 ? lastCls : ''; - const readyClass = idx === itemsCount - 1 ? lastCls : ''; - const { - className: itemClassName - } = item, - itemProps = TimelineItemList_rest(item, ["className"]); - return /*#__PURE__*/_react_17_0_2_react.createElement(timeline_TimelineItem, Object.assign({}, itemProps, { - className: _classnames_2_5_1_classnames_default()([itemClassName, !reverse && !!pending ? pendingClass : readyClass, getPositionCls((_a = item === null || item === void 0 ? void 0 : item.position) !== null && _a !== void 0 ? _a : '', idx)]), - /* eslint-disable-next-line react/no-array-index-key */ - key: (item === null || item === void 0 ? void 0 : item.key) || idx - })); - }); - const hasLabelItem = mergedItems.some(item => !!(item === null || item === void 0 ? void 0 : item.label)); - const classString = _classnames_2_5_1_classnames_default()(prefixCls, { - [`${prefixCls}-pending`]: !!pending, - [`${prefixCls}-reverse`]: !!reverse, - [`${prefixCls}-${mode}`]: !!mode && !hasLabelItem, - [`${prefixCls}-label`]: hasLabelItem, - [`${prefixCls}-rtl`]: direction === 'rtl' - }, className, rootClassName, hashId); - return /*#__PURE__*/_react_17_0_2_react.createElement("ul", Object.assign({}, restProps, { - className: classString - }), itemsList); -}; -/* harmony default export */ var timeline_TimelineItemList = (TimelineItemList); -// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/Children/toArray.js -var toArray = __webpack_require__(38298); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/useItems.js -"use client"; - - -function useItems(items, children) { - if (items && Array.isArray(items)) return items; - return (0,toArray/* default */.Z)(children).map(ele => { - var _a, _b; - return Object.assign({ - children: (_b = (_a = ele === null || ele === void 0 ? void 0 : ele.props) === null || _a === void 0 ? void 0 : _a.children) !== null && _b !== void 0 ? _b : '' - }, ele.props); - }); -} -/* harmony default export */ var timeline_useItems = (useItems); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/style/index.js -var style = __webpack_require__(17313); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/genComponentStyleHook.js -var genComponentStyleHook = __webpack_require__(83116); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/statistic.js -var statistic = __webpack_require__(37613); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/style/index.js - - -const genTimelineStyle = token => { - const { - componentCls - } = token; - return { - [componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), { - margin: 0, - padding: 0, - listStyle: 'none', - [`${componentCls}-item`]: { - position: 'relative', - margin: 0, - paddingBottom: token.itemPaddingBottom, - fontSize: token.fontSize, - listStyle: 'none', - '&-tail': { - position: 'absolute', - insetBlockStart: token.itemHeadSize, - insetInlineStart: (token.itemHeadSize - token.tailWidth) / 2, - height: `calc(100% - ${token.itemHeadSize}px)`, - borderInlineStart: `${token.tailWidth}px ${token.lineType} ${token.tailColor}` - }, - '&-pending': { - [`${componentCls}-item-head`]: { - fontSize: token.fontSizeSM, - backgroundColor: 'transparent' - }, - [`${componentCls}-item-tail`]: { - display: 'none' - } - }, - '&-head': { - position: 'absolute', - width: token.itemHeadSize, - height: token.itemHeadSize, - backgroundColor: token.dotBg, - border: `${token.dotBorderWidth}px ${token.lineType} transparent`, - borderRadius: '50%', - '&-blue': { - color: token.colorPrimary, - borderColor: token.colorPrimary - }, - '&-red': { - color: token.colorError, - borderColor: token.colorError - }, - '&-green': { - color: token.colorSuccess, - borderColor: token.colorSuccess - }, - '&-gray': { - color: token.colorTextDisabled, - borderColor: token.colorTextDisabled - } - }, - '&-head-custom': { - position: 'absolute', - insetBlockStart: token.itemHeadSize / 2, - insetInlineStart: token.itemHeadSize / 2, - width: 'auto', - height: 'auto', - marginBlockStart: 0, - paddingBlock: token.customHeadPaddingVertical, - lineHeight: 1, - textAlign: 'center', - border: 0, - borderRadius: 0, - transform: `translate(-50%, -50%)` - }, - '&-content': { - position: 'relative', - insetBlockStart: -(token.fontSize * token.lineHeight - token.fontSize) + token.lineWidth, - marginInlineStart: token.margin + token.itemHeadSize, - marginInlineEnd: 0, - marginBlockStart: 0, - marginBlockEnd: 0, - wordBreak: 'break-word' - }, - '&-last': { - [`> ${componentCls}-item-tail`]: { - display: 'none' - }, - [`> ${componentCls}-item-content`]: { - minHeight: token.controlHeightLG * 1.2 - } - } - }, - [`&${componentCls}-alternate, - &${componentCls}-right, - &${componentCls}-label`]: { - [`${componentCls}-item`]: { - '&-tail, &-head, &-head-custom': { - insetInlineStart: '50%' - }, - '&-head': { - marginInlineStart: `-${token.marginXXS}px`, - '&-custom': { - marginInlineStart: token.tailWidth / 2 - } - }, - '&-left': { - [`${componentCls}-item-content`]: { - insetInlineStart: `calc(50% - ${token.marginXXS}px)`, - width: `calc(50% - ${token.marginSM}px)`, - textAlign: 'start' - } - }, - '&-right': { - [`${componentCls}-item-content`]: { - width: `calc(50% - ${token.marginSM}px)`, - margin: 0, - textAlign: 'end' - } - } - } - }, - [`&${componentCls}-right`]: { - [`${componentCls}-item-right`]: { - [`${componentCls}-item-tail, - ${componentCls}-item-head, - ${componentCls}-item-head-custom`]: { - insetInlineStart: `calc(100% - ${(token.itemHeadSize + token.tailWidth) / 2}px)` - }, - [`${componentCls}-item-content`]: { - width: `calc(100% - ${token.itemHeadSize + token.marginXS}px)` - } - } - }, - [`&${componentCls}-pending - ${componentCls}-item-last - ${componentCls}-item-tail`]: { - display: 'block', - height: `calc(100% - ${token.margin}px)`, - borderInlineStart: `${token.tailWidth}px dotted ${token.tailColor}` - }, - [`&${componentCls}-reverse - ${componentCls}-item-last - ${componentCls}-item-tail`]: { - display: 'none' - }, - [`&${componentCls}-reverse ${componentCls}-item-pending`]: { - [`${componentCls}-item-tail`]: { - insetBlockStart: token.margin, - display: 'block', - height: `calc(100% - ${token.margin}px)`, - borderInlineStart: `${token.tailWidth}px dotted ${token.tailColor}` - }, - [`${componentCls}-item-content`]: { - minHeight: token.controlHeightLG * 1.2 - } - }, - [`&${componentCls}-label`]: { - [`${componentCls}-item-label`]: { - position: 'absolute', - insetBlockStart: -(token.fontSize * token.lineHeight - token.fontSize) + token.tailWidth, - width: `calc(50% - ${token.marginSM}px)`, - textAlign: 'end' - }, - [`${componentCls}-item-right`]: { - [`${componentCls}-item-label`]: { - insetInlineStart: `calc(50% + ${token.marginSM}px)`, - width: `calc(50% - ${token.marginSM}px)`, - textAlign: 'start' - } - } - }, - // ====================== RTL ======================= - '&-rtl': { - direction: 'rtl', - [`${componentCls}-item-head-custom`]: { - transform: `translate(50%, -50%)` - } - } - }) - }; -}; -// ============================== Export ============================== -/* harmony default export */ var timeline_style = ((0,genComponentStyleHook/* default */.Z)('Timeline', token => { - const timeLineToken = (0,statistic/* merge */.TS)(token, { - itemHeadSize: 10, - customHeadPaddingVertical: token.paddingXXS, - paddingInlineEnd: 2 - }); - return [genTimelineStyle(timeLineToken)]; -}, token => ({ - tailColor: token.colorSplit, - tailWidth: token.lineWidthBold, - dotBorderWidth: token.wireframe ? token.lineWidthBold : token.lineWidth * 3, - dotBg: token.colorBgContainer, - itemPaddingBottom: token.padding * 1.25 -}))); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/Timeline.js -"use client"; - -var Timeline_rest = undefined && undefined.__rest || function (s, e) { - var t = {}; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; - if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { - if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; - } - return t; -}; - - - - - - - -// CSSINJS - -const Timeline = props => { - const { - getPrefixCls, - direction, - timeline - } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); - const { - prefixCls: customizePrefixCls, - children, - items, - className, - style - } = props, - restProps = Timeline_rest(props, ["prefixCls", "children", "items", "className", "style"]); - const prefixCls = getPrefixCls('timeline', customizePrefixCls); - // =================== Warning ===================== - if (false) {} - // Style - const [wrapSSR, hashId] = timeline_style(prefixCls); - const mergedItems = timeline_useItems(items, children); - return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement(timeline_TimelineItemList, Object.assign({}, restProps, { - className: _classnames_2_5_1_classnames_default()(timeline === null || timeline === void 0 ? void 0 : timeline.className, className), - style: Object.assign(Object.assign({}, timeline === null || timeline === void 0 ? void 0 : timeline.style), style), - prefixCls: prefixCls, - direction: direction, - items: mergedItems, - hashId: hashId - }))); -}; -Timeline.Item = timeline_TimelineItem; -if (false) {} -/* harmony default export */ var timeline_Timeline = (Timeline); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/index.js -"use client"; - - -/* harmony default export */ var timeline = (timeline_Timeline); - -/***/ }), - -/***/ 60028: -/*!**********************************************************!*\ - !*** ./node_modules/_antd@5.9.0@antd/es/upload/index.js ***! - \**********************************************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - -/* harmony import */ var _Dragger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Dragger */ 71409); -/* harmony import */ var _Upload__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Upload */ 41945); -"use client"; - - - -const Upload = _Upload__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z; -Upload.Dragger = _Dragger__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z; -Upload.LIST_IGNORE = _Upload__WEBPACK_IMPORTED_MODULE_0__/* .LIST_IGNORE */ .E; -/* harmony default export */ __webpack_exports__.Z = (Upload); - -/***/ }) - -}]); \ No newline at end of file diff --git a/index.html b/index.html index 013c89745c..40c25f81e7 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ display: block !important; } - + \ No newline at end of file diff --git a/p__Magazinejor__Home__index.32f5c5bd.async.js b/p__Magazinejor__Home__index.32f5c5bd.async.js new file mode 100644 index 0000000000..af5f1fb4bf --- /dev/null +++ b/p__Magazinejor__Home__index.32f5c5bd.async.js @@ -0,0 +1,358 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[33772],{ + +/***/ 33596: +/*!*********************************************************!*\ + !*** ./src/components/XazyHeader/index.tsx + 2 modules ***! + \*********************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ XazyHeader; } +}); + +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); +// EXTERNAL MODULE: ./src/components/Header/components/Join/index.tsx + 4 modules +var Join = __webpack_require__(79687); +// EXTERNAL MODULE: ./src/components/Header/components/User/index.tsx + 1 modules +var User = __webpack_require__(32342); +;// CONCATENATED MODULE: ./src/components/XazyHeader/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var XazyHeadermodules = ({"flex_box_center":"flex_box_center___WpIvr","flex_space_between":"flex_space_between___cPtZs","flex_box_vertical_center":"flex_box_vertical_center___XHKBA","flex_box_center_end":"flex_box_center_end___GXlLT","flex_box_column":"flex_box_column___psxt1","flex-col":"flex-col___umKUz","flex-row":"flex-row___JJqsT","justify-start":"justify-start___zMBU6","justify-center":"justify-center___TLYXc","justify-end":"justify-end___FYduO","justify-evenly":"justify-evenly___ZOHOt","justify-around":"justify-around___heAnI","justify-between":"justify-between___RGbwN","align-start":"align-start___OSeGe","align-center":"align-center___ZD7lA","align-end":"align-end___vo5E0","all_box":"all_box___Vv9Ai","wrap":"wrap___TmtSa","left":"left___I2KXz","home":"home___Zh90P","info":"info___wwIGD","right":"right___fkBsz","search-bar":"search-bar___FpmLr"}); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/components/XazyHeader/DynamicClock.tsx + + + + +var DynamicClock = function DynamicClock() { + var _useState = (0,_react_17_0_2_react.useState)(new Date()), + _useState2 = slicedToArray_default()(_useState, 2), + currentTime = _useState2[0], + setCurrentTime = _useState2[1]; + (0,_react_17_0_2_react.useEffect)(function () { + var timerID = setInterval(function () { + return tick(); + }, 1000); + return function cleanup() { + clearInterval(timerID); + }; + }, []); + var tick = function tick() { + setCurrentTime(new Date()); + }; + var formattedTime = "".concat(currentTime.getFullYear(), "-").concat(String(currentTime.getMonth() + 1).padStart(2, '0'), "-").concat(String(currentTime.getDate()).padStart(2, '0'), " \u661F\u671F").concat(['日', '一', '二', '三', '四', '五', '六'][currentTime.getDay()], " ").concat(String(currentTime.getHours()).padStart(2, '0'), ":").concat(String(currentTime.getMinutes()).padStart(2, '0')); + return /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, { + children: formattedTime + }); +}; +/* harmony default export */ var XazyHeader_DynamicClock = (DynamicClock); +;// CONCATENATED MODULE: ./src/components/XazyHeader/index.tsx + + + + + + + + + +var XazyHeaderComponents = function XazyHeaderComponents(_ref) { + var _user$userInfo, _user$userInfo2, _user$navigationInfo; + var user = _ref.user, + globalSetting = _ref.globalSetting, + loading = _ref.loading, + title = _ref.title, + dispatch = _ref.dispatch; + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "group_1 flex-row", + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "flex-row", + style: { + flex: 1 + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_1 current", + onClick: function onClick() { + return _umi_production_exports.history.push('/ythSys'); + }, + src: "/images/materials/SketchPng2032b4eb0c3138b021caf392ef497cf7503b52d5e8b5496802baec7585143010.png" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_1 current", + onClick: function onClick() { + return _umi_production_exports.history.push('/ythSys'); + }, + children: "\u8FD4\u56DE" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "section_2 flex-col" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_2", + children: /*#__PURE__*/(0,jsx_runtime.jsx)(XazyHeader_DynamicClock, {}) + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "flex-row", + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: XazyHeadermodules['search-bar'], + style: { + flex: globalSetting.isIlearning ? 'initial' : 'initial', + color: '#3061D0' + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(Join/* default */.Z, { + moreIcon: '/images/materials/SketchPng050cbed48f607daa69daece9e5665916c9cccdf9041080fbf6fe9f7c8e1f771d.png' + }), !!(user !== null && user !== void 0 && (_user$userInfo = user.userInfo) !== null && _user$userInfo !== void 0 && _user$userInfo.login) && /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, { + className: "c-white ml15 mr15 font18 relative", + to: "/messages/".concat(user === null || user === void 0 || (_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.login, "/user_tidings"), + style: { + color: '#3061D0' + }, + children: (user === null || user === void 0 || (_user$navigationInfo = user.navigationInfo) === null || _user$navigationInfo === void 0 || (_user$navigationInfo = _user$navigationInfo.top) === null || _user$navigationInfo === void 0 ? void 0 : _user$navigationInfo.new_message) && /*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_3", + src: "/images/materials/SketchPng1df971f8284f1cda83bbae0d86891266c02445b6f05304f6ad2608e4da09f455.png" + }) + // + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(User/* default */.Z, {})] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "section_3 flex-row", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "section_4 flex-col" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "section_5 flex-col" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "section_6 flex-col" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_4", + children: title + })] + })] + })] + }); +}; +/* harmony default export */ var XazyHeader = ((0,_umi_production_exports.connect)(function (_ref2) { + var user = _ref2.user, + loading = _ref2.loading, + globalSetting = _ref2.globalSetting; + return { + user: user, + globalSetting: globalSetting, + loading: loading.models.index + }; +})(XazyHeaderComponents)); + +/***/ }), + +/***/ 93003: +/*!**********************************************************!*\ + !*** ./src/pages/Magazinejor/Home/index.tsx + 2 modules ***! + \**********************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ Home; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/Home/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Homemodules = ({"flex_box_center":"flex_box_center___pedm3","flex_space_between":"flex_space_between___wb307","flex_box_vertical_center":"flex_box_vertical_center___xy_Ey","flex_box_center_end":"flex_box_center_end___Vbpu6","flex_box_column":"flex_box_column___I3iO5","flex-col":"flex-col___shyw6","flex-row":"flex-row___gIUS6","justify-start":"justify-start___RP27e","justify-center":"justify-center___jH5Tt","justify-end":"justify-end___HaS3I","justify-evenly":"justify-evenly___aXAyp","justify-around":"justify-around___psxpW","justify-between":"justify-between___KoowD","align-start":"align-start___nsksa","align-center":"align-center___YE2M_","align-end":"align-end___RaCU8","all_box":"all_box___rRfZ8","wrap":"wrap___ID2zw","left":"left___MEyfy","home":"home___TyWdi","info":"info___Tgx7s","right":"right___t06Dt","search-bar":"search-bar___nn5VO"}); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/Home/index2.less +// extracted by mini-css-extract-plugin + +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules +var input = __webpack_require__(92832); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); +// EXTERNAL MODULE: ./src/components/XazyHeader/index.tsx + 2 modules +var XazyHeader = __webpack_require__(33596); +// EXTERNAL MODULE: ./src/utils/authority.ts +var authority = __webpack_require__(64118); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/Home/index.tsx + + + + + + + + + + +var Search = input/* default */.Z.Search; +var Engineering = function Engineering(_ref) { + var user = _ref.user, + globalSetting = _ref.globalSetting, + engineering = _ref.engineering, + dispatch = _ref.dispatch; + var location = (0,_umi_production_exports.useLocation)(); + var _useState = (0,_react_17_0_2_react.useState)(1), + _useState2 = slicedToArray_default()(_useState, 2), + menuKey = _useState2[0], + setMenuKey = _useState2[1]; + (0,_react_17_0_2_react.useEffect)(function () { + if (location.pathname == '/magazinever') { + _umi_production_exports.history.replace('/materials/detail'); + } + setMenuKey(function (e) { + return e + 1; + }); + }, [location.pathname]); + (0,_react_17_0_2_react.useEffect)(function () { + dispatch({ + type: 'globalSetting/headerFooterToggle', + payload: false + }); + return function () { + dispatch({ + type: 'globalSetting/headerFooterToggle', + payload: true + }); + }; + }, []); + function getItem(label, key, icon, children, type) { + return { + key: key, + icon: icon, + children: children, + label: label, + type: type + }; + } + var items = [getItem('期刊详情', '/magazinever/detail', /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "icon-qikanxiangqing" + })), getItem('评论互动', '/magazinever/comment', /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "icon-pinglunhudong" + })), getItem('投稿进度', '/magazinever/submission', /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "icon-tougaojindu" + })), getItem('其他期刊', '/magazinever/Journal', /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "icon-qitaqikan" + })), (0,authority/* isSuperAdmins */.Ny)() && getItem('投稿审核', '/magazinever/review', /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "icon-tougaoshenhe" + }))]; + + // 获取所有二级菜单项的key + var allSubMenuKeys = items.filter(function (item) { + return item === null || item === void 0 ? void 0 : item.children; + }).map(function (item) { + return item.key; + }); + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "".concat(Homemodules.all_box, " materials-wrp"), + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(XazyHeader/* default */.Z, { + title: "\u4E91\u520A\u95EE\u9053" + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Homemodules.wrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Homemodules.left, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "block_1 flex-col", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(location.pathname.indexOf("/magazinever/detail") > -1 ? "section_7" : "section_8", " flex-row"), + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, { + to: "/magazinever/detail", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_5", + src: "/images/materials//SketchPng2e11cbf1b889e2ad51faa5e2a8d006fad0406d5825b7785646e32491c1e006b4.png" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_5", + children: "\u671F\u520A\u8BE6\u60C5" + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(location.pathname.indexOf("/magazinever/comment") > -1 ? "section_7" : "section_8", " flex-row"), + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, { + to: "/magazinever/comment", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_6", + src: "/images/materials//SketchPngdd4ed97f394d1572696051518d0f98c815a957ba60fcfc8eecf20fc83fefb1b9.png" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_5", + children: "\u8BC4\u8BBA\u4E92\u52A8" + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(location.pathname.indexOf("/magazinever/submission") > -1 ? "section_7" : "section_8", " flex-row"), + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, { + to: "/magazinever/comment", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_6", + src: "/images/materials//SketchPngdd4ed97f394d1572696051518d0f98c815a957ba60fcfc8eecf20fc83fefb1b9.png" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_5", + children: "\u6295\u7A3F\u8FDB\u5EA6" + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(location.pathname.indexOf("/magazinever/Journal") > -1 ? "section_7" : "section_8", " flex-row"), + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, { + to: "/magazinever/Journal", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_7", + src: "/images/materials//SketchPng71a0a2db6c422b41c9e0d64cacf3215294f1677650ac066937ec730943db2fb2.png" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_5", + children: "\u5176\u4ED6\u671F\u520A" + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_8", + children: "\u2026\u2026\u2026\u2026\u2026\u2026\u5DE5\u4F5C\u53F0\u2026\u2026\u2026\u2026\u2026" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(location.pathname.indexOf("/magazinever/review") > -1 ? "section_7" : "section_8", " flex-row"), + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, { + to: "/magazinever/review", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + className: "thumbnail_8", + src: "/images/materials//SketchPng6cc2bcb608c49c3259bae1572e6ff635b54c3204dac66fc4b4590e518890afdf.png" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "text_5", + children: "\u6295\u7A3F\u5BA1\u6838" + })] + }) + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Homemodules.right, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Outlet, {}) + })] + })] + }); +}; +/* harmony default export */ var Home = ((0,_umi_production_exports.connect)(function (_ref2) { + var globalSetting = _ref2.globalSetting, + user = _ref2.user, + engineering = _ref2.engineering, + dispatch = _ref2.dispatch; + return { + user: user, + globalSetting: globalSetting, + engineering: engineering, + dispatch: dispatch + }; +})(Engineering)); + +/***/ }) + +}]); \ No newline at end of file diff --git a/p__Magazinejor__Home__index.d8b500e7.chunk.css b/p__Magazinejor__Home__index.d8b500e7.chunk.css new file mode 100644 index 0000000000..c4e397706b --- /dev/null +++ b/p__Magazinejor__Home__index.d8b500e7.chunk.css @@ -0,0 +1,3507 @@ +/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/Home/index.less?modules ***! + \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___pedm3 { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___wb307 { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center___xy_Ey { + align-items: center; + box-align: center; +} +.flex_box_center_end___Vbpu6 { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___I3iO5 { + flex-direction: column; + box-orient: block-axis; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___shyw6 { + display: flex; + flex-direction: column; +} +.flex-row___gIUS6 { + display: flex; + flex-direction: row; +} +.justify-start___RP27e { + display: flex; + justify-content: flex-start; +} +.justify-center___jH5Tt { + display: flex; + justify-content: center; +} +.justify-end___HaS3I { + display: flex; + justify-content: flex-end; +} +.justify-evenly___aXAyp { + display: flex; + justify-content: space-evenly; +} +.justify-around___psxpW { + display: flex; + justify-content: space-around; +} +.justify-between___KoowD { + display: flex; + justify-content: space-between; +} +.align-start___nsksa { + display: flex; + align-items: flex-start; +} +.align-center___YE2M_ { + display: flex; + align-items: center; +} +.align-end___RaCU8 { + display: flex; + align-items: flex-end; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___shyw6 { + display: flex; + flex-direction: column; +} +.flex-row___gIUS6 { + display: flex; + flex-direction: row; +} +.justify-start___RP27e { + display: flex; + justify-content: flex-start; +} +.justify-center___jH5Tt { + display: flex; + justify-content: center; +} +.justify-end___HaS3I { + display: flex; + justify-content: flex-end; +} +.justify-evenly___aXAyp { + display: flex; + justify-content: space-evenly; +} +.justify-around___psxpW { + display: flex; + justify-content: space-around; +} +.justify-between___KoowD { + display: flex; + justify-content: space-between; +} +.align-start___nsksa { + display: flex; + align-items: flex-start; +} +.align-center___YE2M_ { + display: flex; + align-items: center; +} +.align-end___RaCU8 { + display: flex; + align-items: flex-end; +} +.all_box___rRfZ8 { + background: #fff; +} +.wrap___ID2zw { + margin: 0 30px; + margin-top: 30px; + display: flex; + justify-content: space-between; + align-items: flex-start; +} +.wrap___ID2zw .left___MEyfy { + width: 240px; + overflow: hidden; + flex-shrink: 0; + background: linear-gradient(180deg, #0D2A6D 0%, #4351A8 100%); + box-shadow: inset 0px 1px 6px 0px #051E55; + border-radius: 8px; +} +.wrap___ID2zw .left___MEyfy [class~='ant-menu-item'] { + height: 44px !important; + line-height: 44px !important; + margin-inline: 8px !important; + color: #5F6367; +} +.wrap___ID2zw .left___MEyfy [class~='ant-menu-item']::after { + content: ''; + width: 3px; + background: #232B40; + border-radius: 3px 0px 0px 3px; +} +.wrap___ID2zw .left___MEyfy [class~='ant-menu-item-selected'] { + background-color: #F8F9FA !important; + color: #000000 !important; +} +.wrap___ID2zw .left___MEyfy [class~='ant-menu-submenu-title'] { + color: #5F6367 !important; + margin-left: 8px !important; +} +.wrap___ID2zw .left___MEyfy [class~='ant-menu-inline'] { + background: none !important; + -webkit-border-end: none !important; + border-inline-end: none !important; +} +.wrap___ID2zw .left___MEyfy .home___TyWdi { + display: flex; + padding-left: 16px; + padding-right: 8px; + margin-bottom: 15px; + cursor: pointer; +} +.wrap___ID2zw .left___MEyfy .home___TyWdi .info___Tgx7s > div:first-child { + font-size: 20px; + font-weight: 500; + color: #0152d9; + line-height: 28px; +} +.wrap___ID2zw .left___MEyfy .home___TyWdi .info___Tgx7s > div:last-child { + font-size: 18px; + font-weight: 600; + color: #165DFF; +} +.wrap___ID2zw .right___t06Dt { + border-radius: 4px; + flex: 1 1; + margin-left: 20px; + padding-left: 19px; + overflow: hidden; + min-height: 500px; + background: linear-gradient(180deg, #224392 0%, #5B6BC7 100%); + box-shadow: 0px 2px 4px 0px #435FCC; + border-radius: 8px; + border: 1px solid; + border-image: linear-gradient(135deg, #4363dd, rgba(44, 44, 166, 0.66)) 1 1; +} +.search-bar___nn5VO { + color: white; + flex: 1 0 auto; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + align-items: center; + position: relative; + margin-right: 20px; +} +.search-bar___nn5VO [class*="icon-zhankai4"] { + color: #A4C8FC !important; + margin-left: 5px; +} +.search-bar___nn5VO a:hover { + color: #fff; +} + +/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Magazinejor/Home/index2.less ***! + \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.materials-wrp { + background: linear-gradient(180deg, #0b2d73 0%, #5463c5 100%); + min-height: 100vh; +} +.materials-wrp .section_1 { + width: 100%; + height: 1080px; + background: url(/images/materials/SketchPng61b15540427d289b4f6d969d815185322cd6efb9357da3b49b0a183a9621bc44.png) 100% no-repeat; + background-size: 100% 100%; +} +.materials-wrp .group_1 { + background-color: #163b88; + position: relative; + width: 100%; + height: 60px; +} +.materials-wrp .thumbnail_1 { + width: 20px; + height: 17px; + margin: 20px 0 0 30px; +} +.materials-wrp .text_1 { + width: 28px; + height: 14px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 14px; + font-family: AlibabaPuHuiTi_2_65_Medium; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 21px 0 0 6px; +} +.materials-wrp .section_2 { + width: 14px; + height: 14px; + background: url(/images/materials/SketchPngd835498c7ab9a91b8f5a64c17b26fbdd96aa3fbbd879e0483c233c3e1fb815e9.png) 100% no-repeat; + background-size: 100% 100%; + margin: 21px 0 0 20px; +} +.materials-wrp .text_2 { + width: 165px; + height: 14px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 21px 0 0 8px; +} +.materials-wrp .thumbnail_2 { + width: 14px; + height: 14px; + margin: 23px 0 0 0; +} +.materials-wrp .thumbnail_3 { + width: 15px; + height: 14px; +} +.materials-wrp .label_1 { + width: 30px; + height: 30px; + margin: 15px 0 0 20px; +} +.materials-wrp .text_3 { + width: 48px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: PingFangSC-Medium; + font-weight: 500; + text-align: left; + white-space: nowrap; + line-height: 22px; + margin: 20px 0 0 9px; +} +.materials-wrp .thumbnail_4 { + width: 12px; + height: 6px; + margin: 29px 31px 0 10px; +} +.materials-wrp .section_3 { + position: absolute; + left: 50%; + top: 0; + width: 580px; + margin-left: -290px; + height: 70px; + background: url(/images/materials/SketchPng979757376f2562e848ab98540298bd81ccd9c866e318d59477d62b8d3168f11a.png) -3px 0px no-repeat; + background-size: 587px 76px; + justify-content: flex-center; +} +.materials-wrp .section_4 { + background-image: url(/images/materials/eab1f1b4eb474202a13a86b497fc6d45_mergeImage.png); + width: 34px; + height: 44px; + margin: 13px 0 0 164px; +} +.materials-wrp .section_5 { + background-image: url(/images/materials/5212436f9d0b45308895612547dfc9d9_mergeImage.png); + width: 34px; + height: 44px; + margin: 13px 0 0 1px; +} +.materials-wrp .section_6 { + width: 10px; + height: 10px; + background: url(/images/materials/SketchPngd14579948f02fdd6bd8b81f6ded855ad418154f41f1ac593c2cdcd6af281b492.png) 100% no-repeat; + background-size: 100% 100%; + margin: 31px 0 0 10px; +} +.materials-wrp .text_4 { + text-shadow: inset 0px 0px 4px #ffffff; + background-image: linear-gradient(180deg, #c6d9ff 0, #607db5 100%); + width: 135px; + height: 40px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 28px; + letter-spacing: 6px; + font-family: AlibabaPuHuiTi_2_115_Black; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 40px; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + margin: 15px 165px 0 27px; +} +.materials-wrp .box_9 { + width: 1860px; + height: 960px; + margin: 30px 0 30px 30px; +} +.materials-wrp .block_1 { + width: 100%; + height: 100%; + background: url(/images/materials/SketchPng676baeacd5ed55b1a6f399a0cc80851cb17bc8edcbfdbed207149e36ecc5bc41.png) 100% no-repeat; + background-size: 100% 100%; +} +.materials-wrp .section_7 a { + display: flex; + width: calc(100% - 20px); + height: 50px; + align-items: center; + background: linear-gradient(270deg, #242fa3 0%, #3761bc 100%); + box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 3px 0px #ffffff; + border-radius: 8px; + margin: 10px 0 0 10px; +} +.materials-wrp .section_7 .text_5 { + height: 22px; + overflow-wrap: break-word; + color: #96fffd; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_65_Medium; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; +} +.materials-wrp .thumbnail_5 { + width: 16px; + height: 16px; + margin: 0 0 0 44px; +} +.materials-wrp .text_5 { + height: 22px; + overflow-wrap: break-word; + color: #FFF; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_65_Medium; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; + margin-left: 10px; +} +.materials-wrp .section_8 a { + display: flex; + width: calc(100% - 20px); + height: 50px; + margin: 10px 0 0 10px; + align-items: center; + background: linear-gradient(270deg, rgba(36, 47, 163, 0.1) 0%, rgba(55, 97, 188, 0.1) 100%); + box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); + border-radius: 8px; +} +.materials-wrp .thumbnail_6 { + width: 16px; + height: 16px; + margin: 0 0 0 44px; +} +.materials-wrp .section_9 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 10px 0 0 10px; +} +.materials-wrp .thumbnail_7 { + width: 16px; + height: 16px; + margin: 0 0 0 44px; +} +.materials-wrp .text_7 { + width: 95px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; + margin: 14px 115px 0 10px; +} +.materials-wrp .text_8 { + width: calc(100% - 20px); + height: 16px; + overflow-wrap: break-word; + color: #93acff; + font-size: 16px; + letter-spacing: -0.69999999px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 16px; + margin: 40px 0 0 10px; +} +.materials-wrp .section_10 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 20px 0 0 10px; +} +.materials-wrp .thumbnail_8 { + width: 15px; + height: 16px; + margin: 0px 0 0 45px; +} +.materials-wrp .text_9 { + width: 95px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; + margin: 14px 115px 0 10px; +} +.materials-wrp .section_11 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 10px 0 0 10px; +} +.materials-wrp .image-text_19 { + width: 89px; + height: 22px; + margin: 0px 0 0 44px; +} +.materials-wrp .thumbnail_9 { + width: 16px; + height: 16px; + margin-top: 3px; +} +.materials-wrp .text-group_1 { + width: 63px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; +} +.materials-wrp .section_12 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 10px 0 0 10px; +} +.materials-wrp .image-text_20 { + width: 122px; + height: 22px; + margin: 0px 0 0 43px; +} +.materials-wrp .thumbnail_18 { + width: 16px; + height: 16px; + margin-top: 3px; +} +.materials-wrp .text-group_2 { + width: 95px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; +} +.materials-wrp .section_13 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 10px 0 0 10px; +} +.materials-wrp .image-text_21 { + width: 121px; + height: 22px; + margin: 0px 0 0 44px; +} +.materials-wrp .thumbnail_11 { + width: 16px; + height: 16px; + margin-top: 3px; +} +.materials-wrp .text-group_3 { + width: 95px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; +} +.materials-wrp .section_14 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 10px 0 0 10px; +} +.materials-wrp .image-text_22 { + width: 90px; + height: 22px; + margin: 0px 0 0 43px; +} +.materials-wrp .thumbnail_12 { + width: 17px; + height: 16px; + margin-top: 3px; +} +.materials-wrp .text-group_4 { + width: 63px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; +} +.materials-wrp .section_15 { + width: 280px; + height: 50px; + background: url(/images/materials/SketchPng995fc8a8f0718e5fb9c519736488a2a62f40ecb0289d5d7203c2ca97609472fa.png) -4px -2px no-repeat; + background-size: 288px 58px; + margin: 10px 0 354px 10px; +} +.materials-wrp .image-text_23 { + width: 89px; + height: 22px; + margin: 0px 0 0 44px; +} +.materials-wrp .thumbnail_13 { + width: 15px; + height: 16px; + margin-top: 3px; +} +.materials-wrp .text-group_5 { + width: 63px; + height: 22px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 16px; + font-family: AlibabaPuHuiTi_2_55_Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 22px; +} +.materials-wrp .image_1 { + width: 18px; + height: 22px; + margin-top: 24px; +} +.materials-wrp .block_2 { + width: 1540px; + height: 960px; + background: url(/images/materials/SketchPng6277b899a91ecd3ada10da2e39f57248fe02b36f3cdbdbe03b0cee03c6222f2e.png) -4px -2px no-repeat; + background-size: 1548px 968px; + margin-left: 2px; + justify-content: flex-center; +} +.materials-wrp .group_3 { + width: 1500px; + height: 105px; + background: url(/images/materials/134157c6168941e2b2d625acd38d5677_mergeImage.png) 100% no-repeat; + background-size: 100% 100%; + margin: 20px 0 0 20px; +} +.materials-wrp .group_4 { + height: 75px; + background: url(/images/materials/SketchPng969c8fc600fba0939e81c66a57eb656e5c6cfc3318dc035cd7512749bf162bb9.png) 100% no-repeat; + background-size: 100% 100%; + width: 87px; + margin: 15px 0 0 150px; +} +.materials-wrp .box_1 { + width: 22px; + height: 22px; + background: url(/images/materials/SketchPng95512c79ceb9a0728cda484b7d673e77bf771c04a0d5be68a5a550fa0dcd4d94.png) 100% no-repeat; + background-size: 100% 100%; + margin: 12px 0 0 33px; +} +.materials-wrp .text-wrapper_25 { + width: 52px; + height: 58px; + margin: 24px 0 0 20px; +} +.materials-wrp .text_10 { + width: 52px; + height: 32px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 32px; + font-family: DINPro-Medium; + font-weight: 500; + text-align: left; + white-space: nowrap; + line-height: 32px; +} +.materials-wrp .text_11 { + width: 42px; + height: 14px; + overflow-wrap: break-word; + color: rgba(255, 255, 255, 0.8); + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin-top: 12px; +} +.materials-wrp .image_2 { + width: 1px; + height: 45px; + margin: 30px 0 0 191px; +} +.materials-wrp .image-wrapper_1 { + height: 75px; + background: url(/images/materials/SketchPng182c486791378282a910b1aa62124ad3baec1f68309f3fd8b17f53abf7cc902b.png) 100% no-repeat; + background-size: 100% 100%; + width: 87px; + margin: 15px 0 0 159px; +} +.materials-wrp .label_2 { + width: 24px; + height: 23px; + margin: 9px 0 0 32px; +} +.materials-wrp .text-wrapper_26 { + width: 70px; + height: 56px; + margin: 25px 0 0 23px; +} +.materials-wrp .text_12 { + width: 35px; + height: 32px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 32px; + font-family: DINPro-Medium; + font-weight: 500; + text-align: left; + white-space: nowrap; + line-height: 32px; +} +.materials-wrp .text_13 { + width: 70px; + height: 14px; + overflow-wrap: break-word; + color: rgba(255, 255, 255, 0.8); + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin-top: 10px; +} +.materials-wrp .image_3 { + width: 1px; + height: 45px; + margin: 30px 0 0 160px; +} +.materials-wrp .image-wrapper_2 { + height: 75px; + background: url(/images/materials/SketchPng8dae23df0f401a52ed092db47b7df1d8680982352c9d5d20b3b62b24f82b150d.png) 100% no-repeat; + background-size: 100% 100%; + width: 87px; + margin: 15px 0 0 157px; +} +.materials-wrp .label_3 { + width: 29px; + height: 24px; + margin: 6px 0 0 28px; +} +.materials-wrp .text-wrapper_27 { + width: 70px; + height: 57px; + margin: 25px 155px 0 30px; +} +.materials-wrp .text_14 { + width: 35px; + height: 32px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 32px; + font-family: DINPro-Medium; + font-weight: 500; + text-align: left; + white-space: nowrap; + line-height: 32px; +} +.materials-wrp .text_15 { + width: 70px; + height: 14px; + overflow-wrap: break-word; + color: rgba(255, 255, 255, 0.8); + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin-top: 11px; +} +.materials-wrp .group_8 { + width: 1500px; + height: 40px; + margin: 30px 0 0 20px; +} +.materials-wrp .text_16 { + width: 70px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: right; + white-space: nowrap; + line-height: 14px; + margin-top: 13px; +} +.materials-wrp .box_2 { + box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); + background-color: #17378a; + border-radius: 4px; + width: 180px; + height: 40px; + margin-left: 10px; +} +.materials-wrp .text_17 { + width: 28px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 12px; +} +.materials-wrp .thumbnail_14 { + width: 14px; + height: 7px; + margin: 16px 12px 0 0; +} +.materials-wrp .text_18 { + width: 70px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: right; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 20px; +} +.materials-wrp .box_3 { + box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); + background-color: #17378a; + border-radius: 4px; + width: 180px; + height: 40px; + margin-left: 10px; +} +.materials-wrp .text_19 { + width: 28px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 12px; +} +.materials-wrp .thumbnail_15 { + width: 14px; + height: 7px; + margin: 16px 12px 0 0; +} +.materials-wrp .text_20 { + width: 56px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: right; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 20px; +} +.materials-wrp .box_4 { + box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); + background-color: #17378a; + border-radius: 4px; + width: 180px; + height: 40px; + margin-left: 10px; +} +.materials-wrp .text_21 { + width: 28px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 12px; +} +.materials-wrp .thumbnail_16 { + width: 14px; + height: 7px; + margin: 16px 12px 0 0; +} +.materials-wrp .box_5 { + box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); + background-color: #17378a; + border-radius: 4px; + width: 352px; + height: 40px; + margin-left: 20px; +} +.materials-wrp .text_22 { + width: 224px; + height: 14px; + overflow-wrap: break-word; + color: #90aaff; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 12px; +} +.materials-wrp .thumbnail_17 { + width: 14px; + height: 14px; + margin: 13px 12px 0 0; +} +.materials-wrp .text-wrapper_4 { + height: 38px; + background: url(/images/materials/SketchPng6f2e5fd0e72a4169bbab2ea0157c5a809969801babf95d2a8440829061275149.png) 100% no-repeat; + background-size: 100% 100%; + margin-left: 10px; + width: auto !important; + padding: 0 20px; + display: inline-flex; + justify-content: center; + align-items: center; + color: #fff; + cursor: pointer; +} +.materials-wrp .text_23 { + width: 83px; + height: 14px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 14px; + font-family: AlibabaPuHuiTi_2_65_Medium; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 26px; +} +.materials-wrp .text-wrapper_5 { + height: 40px; + background: url(/images/materials/SketchPng0fd175294d499ad827bf02fcb66c3dca7d4d2daff915c6bd4a60d3f50a0852f7.png) 100% no-repeat; + background-size: 100% 100%; + margin-left: 20px; + width: 108px; +} +.materials-wrp .text_24 { + width: 56px; + height: 14px; + overflow-wrap: break-word; + color: #ffffff; + font-size: 14px; + font-family: AlibabaPuHuiTi_2_65_Medium; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 14px; + margin: 13px 0 0 26px; +} +.materials-wrp .group_6 { + background-color: #b2bdf9; + border-radius: 4px; + height: 725px; + width: 1500px; + margin: 20px 0 20px 20px; +} +.materials-wrp .block_3 { + background-color: #b2bdf9; + border-radius: 4px; + height: 725px; + width: 1500px; +} +.materials-wrp .grid_4 { + width: 1459px; + height: 744px; + flex-wrap: wrap; + margin: 20px 0 0 20px; +} +.materials-wrp .list-items_1-0 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + background: url(/images/materials/SketchPngaba751c9a653f8e04370021496a202022ad3c998ea4fb2cd258540447c469c39.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-0 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-0 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); +} +.materials-wrp .text-wrapper_6-0 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-0 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-0 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-0 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-0 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-0 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-0 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-0 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-0 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-0 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-0 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-0 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-0 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-0 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-0 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-0 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-1 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + background: url(/images/materials/SketchPngaba751c9a653f8e04370021496a202022ad3c998ea4fb2cd258540447c469c39.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-1 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-1 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/aa2071215a1348198f885c943e08f4d5_mergeImage.png); +} +.materials-wrp .text-wrapper_6-1 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-1 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-1 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-1 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-1 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-1 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-1 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-1 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-1 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-1 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-1 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-1 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-1 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-1 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-1 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-1 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-2 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + background: url(/images/materials/SketchPngaba751c9a653f8e04370021496a202022ad3c998ea4fb2cd258540447c469c39.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-2 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-2 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/980b05d51ff84e4a9e59edb2ac67db2a_mergeImage.png); +} +.materials-wrp .text-wrapper_6-2 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-2 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-2 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-2 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-2 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-2 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-2 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-2 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-2 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-2 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-2 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-2 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-2 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-2 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-2 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-2 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-3 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + background: url(/images/materials/SketchPngaba751c9a653f8e04370021496a202022ad3c998ea4fb2cd258540447c469c39.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-3 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-3 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/64d4c7c038e84c97b18488395f7994b1_mergeImage.png); +} +.materials-wrp .text-wrapper_6-3 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-3 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-3 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-3 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-3 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-3 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-3 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-3 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-3 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-3 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-3 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-3 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-3 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-3 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-3 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-3 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-4 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + margin-right: 0; + background: url(/images/materials/SketchPngaba751c9a653f8e04370021496a202022ad3c998ea4fb2cd258540447c469c39.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-4 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-4 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/ff645c094a994972876a9420938ed330_mergeImage.png); +} +.materials-wrp .text-wrapper_6-4 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-4 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-4 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-4 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-4 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-4 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-4 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-4 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-4 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-4 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-4 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-4 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-4 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-4 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-4 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-4 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #01795d; +} +.materials-wrp .list-items_1-5 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + margin-bottom: 0; + background: url(/images/materials/SketchPngd06ce4658ab659713df9a0b83d0854078c6dca8625613f0069b61c89bab22a16.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-5 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-5 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/7b5a92093a4c4a059ef07fc22df8351b_mergeImage.png); +} +.materials-wrp .text-wrapper_6-5 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-5 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-5 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-5 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-5 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-5 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-5 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-5 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-5 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-5 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-5 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-5 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-5 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-5 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-5 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-5 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-6 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + margin-bottom: 0; + background: url(/images/materials/SketchPngd06ce4658ab659713df9a0b83d0854078c6dca8625613f0069b61c89bab22a16.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-6 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-6 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/865e59c2c3c4432cb2adcc7438510356_mergeImage.png); +} +.materials-wrp .text-wrapper_6-6 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-6 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-6 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-6 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-6 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-6 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-6 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-6 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-6 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-6 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-6 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-6 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-6 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-6 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-6 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-6 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-7 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + margin-bottom: 0; + background: url(/images/materials/SketchPngd06ce4658ab659713df9a0b83d0854078c6dca8625613f0069b61c89bab22a16.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-7 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-7 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/e05ba56976704dac83e60bb2b3eb8e9f_mergeImage.png); +} +.materials-wrp .text-wrapper_6-7 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-7 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-7 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-7 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-7 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-7 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-7 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-7 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-7 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-7 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-7 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-7 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-7 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-7 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-7 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-7 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-8 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + margin-bottom: 0; + background: url(/images/materials/SketchPngd06ce4658ab659713df9a0b83d0854078c6dca8625613f0069b61c89bab22a16.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-8 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-8 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/847bceaa060440fb81f494b1b9b1c674_mergeImage.png); +} +.materials-wrp .text-wrapper_6-8 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-8 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-8 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-8 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-8 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-8 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-8 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-8 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-8 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-8 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-8 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-8 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-8 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-8 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-8 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-8 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #e02020; +} +.materials-wrp .list-items_1-9 { + width: 275px; + height: 362px; + background-size: 277px 364px; + margin: 0 21px 20px 0; + margin-right: 0; + margin-bottom: 0; + background: url(/images/materials/SketchPngd06ce4658ab659713df9a0b83d0854078c6dca8625613f0069b61c89bab22a16.png) -1px -1px no-repeat; +} +.materials-wrp .image-text_24-9 { + width: 276px; + height: 239px; +} +.materials-wrp .box_6-9 { + border-radius: 6px 6px 0px 0px; + background-image: url(/images/materials/8ec04a8b3fc5489898ece8e03c369929_mergeImage.png); + height: 208px; + width: 276px; + background: url(/images/materials/c2c60e4ad1334b0b9935e7a38e382c4c_mergeImage.png); +} +.materials-wrp .text-wrapper_6-9 { + height: 26px; + background: url(/images/materials/SketchPng021adbf55c8c6ea98a7ae92ed649bc248a81acbab7f4bcfb019bfabe3f867299.png) 100% no-repeat; + background-size: 100% 100%; + margin-top: 182px; + width: 160px; +} +.materials-wrp .text_25-9 { + width: 119px; + height: 14px; + overflow-wrap: break-word; + color: #ffed93; + font-size: 14px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: center; + white-space: nowrap; + line-height: 14px; + margin: 6px 0 0 12px; +} +.materials-wrp .text-group_6-9 { + width: 112px; + height: 16px; + overflow-wrap: break-word; + color: #434d6c; + font-size: 16px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 16px; + margin: 15px 0 0 12px; +} +.materials-wrp .text-wrapper_28-9 { + width: 103px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_26-9 { + width: 48px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_27-9 { + width: 45px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_29-9 { + width: 204px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_28-9 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_29-9 { + width: 134px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_30-9 { + width: 109px; + height: 12px; + margin: 15px 0 0 12px; +} +.materials-wrp .text_30-9 { + width: 60px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_31-9 { + width: 39px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text-wrapper_31-9 { + width: 170px; + height: 12px; + margin: 15px 0 15px 12px; +} +.materials-wrp .text_32-9 { + width: 36px; + height: 12px; + overflow-wrap: break-word; + color: #464f66; + font-size: 12px; + font-family: PingFangSC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + line-height: 12px; +} +.materials-wrp .text_33-9 { + width: 20px; + height: 12px; + overflow-wrap: break-word; + color: #333333; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + margin-left: 10px; +} +.materials-wrp .text_34-9 { + width: 104px; + height: 12px; + overflow-wrap: break-word; + font-size: 12px; + font-family: PingFangSC-Semibold; + font-weight: 600; + text-align: left; + white-space: nowrap; + line-height: 12px; + color: #01795d; +} + +/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/AuthModal/index.less?modules ***! + \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.tilte___IfiMG { + color: #333333; + font-size: 16px; + text-align: center; +} +.flexRow___pQP78 { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + margin-top: 30px; +} +.flexColumn___xrBZQ { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.footerWrap___C5kCC { + display: flex; + justify-content: space-between; +} +.img___GoWZu { + width: 40px; + height: 37px; + vertical-align: middle; + border-style: none; +} +.content___pumTK { + font-size: 14px; + color: #979797; + margin-top: 15px; +} +.modalContent___XvHiZ { + text-align: center; + margin-top: 10px; + color: #333333; + font-size: 16px; +} + +/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/Join/index.less?modules ***! + \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___cltIf { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___fKr_O { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center____QfiA { + align-items: center; + box-align: center; +} +.flex_box_center_end___ysqmH { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___CfE8K { + flex-direction: column; + box-orient: block-axis; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___q69Kn { + display: flex; + flex-direction: column; +} +.flex-row___HYZQR { + display: flex; + flex-direction: row; +} +.justify-start___hl1ma { + display: flex; + justify-content: flex-start; +} +.justify-center___DYm_O { + display: flex; + justify-content: center; +} +.justify-end___qddUn { + display: flex; + justify-content: flex-end; +} +.justify-evenly___uhKut { + display: flex; + justify-content: space-evenly; +} +.justify-around___lWRCW { + display: flex; + justify-content: space-around; +} +.justify-between___Fizuh { + display: flex; + justify-content: space-between; +} +.align-start___HDyjH { + display: flex; + align-items: flex-start; +} +.align-center___Z1RIH { + display: flex; + align-items: center; +} +.align-end___TqRle { + display: flex; + align-items: flex-end; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___q69Kn { + display: flex; + flex-direction: column; +} +.flex-row___HYZQR { + display: flex; + flex-direction: row; +} +.justify-start___hl1ma { + display: flex; + justify-content: flex-start; +} +.justify-center___DYm_O { + display: flex; + justify-content: center; +} +.justify-end___qddUn { + display: flex; + justify-content: flex-end; +} +.justify-evenly___uhKut { + display: flex; + justify-content: space-evenly; +} +.justify-around___lWRCW { + display: flex; + justify-content: space-around; +} +.justify-between___Fizuh { + display: flex; + justify-content: space-between; +} +.align-start___HDyjH { + display: flex; + align-items: flex-start; +} +.align-center___Z1RIH { + display: flex; + align-items: center; +} +.align-end___TqRle { + display: flex; + align-items: flex-end; +} +.rightMenu___ADTOX { + width: 120px; + text-align: center; +} +.rightMenu___ADTOX li { + padding: 0 15px; + height: 35px; + line-height: 35px; + background: none !important; +} +.rightMenu___ADTOX li:hover { + background: #0152d9 !important; +} +.rightMenu___ADTOX li:hover a { + color: white !important; +} +.rightMenu___ADTOX li a { + font-size: 14px; + margin: 0; + padding: 0; +} +.joinMenu___aRGsf { + padding: 0 0; + width: 240px; +} +.joinMenu___aRGsf a { + color: #323232; +} +.joinBoard___AeUvr { + border: 1px solid #eee; + width: 1px; + height: 100%; +} +.joinCol___fV4uL { + width: 48%; +} +.hidden___TkCJZ { + display: none; +} +.w140___Vx5lp { + width: 140px !important; +} +.w100___yYRaC { + width: 90%; +} + +/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/User/index.less?modules ***! + \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___YbxYn { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___Atwkg { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center____I6AC { + align-items: center; + box-align: center; +} +.flex_box_center_end___LrYPg { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___j7QNF { + flex-direction: column; + box-orient: block-axis; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___FjWL1 { + display: flex; + flex-direction: column; +} +.flex-row___VfJkb { + display: flex; + flex-direction: row; +} +.justify-start___kCHdk { + display: flex; + justify-content: flex-start; +} +.justify-center___lxZ9q { + display: flex; + justify-content: center; +} +.justify-end___bVseE { + display: flex; + justify-content: flex-end; +} +.justify-evenly___tH11C { + display: flex; + justify-content: space-evenly; +} +.justify-around___RNnQY { + display: flex; + justify-content: space-around; +} +.justify-between___HFF9Q { + display: flex; + justify-content: space-between; +} +.align-start___C1sHu { + display: flex; + align-items: flex-start; +} +.align-center___Ow7vB { + display: flex; + align-items: center; +} +.align-end___dpCs7 { + display: flex; + align-items: flex-end; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___FjWL1 { + display: flex; + flex-direction: column; +} +.flex-row___VfJkb { + display: flex; + flex-direction: row; +} +.justify-start___kCHdk { + display: flex; + justify-content: flex-start; +} +.justify-center___lxZ9q { + display: flex; + justify-content: center; +} +.justify-end___bVseE { + display: flex; + justify-content: flex-end; +} +.justify-evenly___tH11C { + display: flex; + justify-content: space-evenly; +} +.justify-around___RNnQY { + display: flex; + justify-content: space-around; +} +.justify-between___HFF9Q { + display: flex; + justify-content: space-between; +} +.align-start___C1sHu { + display: flex; + align-items: flex-start; +} +.align-center___Ow7vB { + display: flex; + align-items: center; +} +.align-end___dpCs7 { + display: flex; + align-items: flex-end; +} +.userPic___a46Uz { + width: 34px; + height: 34px; + border-radius: 34px; + cursor: pointer; +} +.rightMenu___y_nqk { + text-align: center; +} +.rightMenu___y_nqk li { + padding: 0; +} +.rightMenu___y_nqk li:hover { + background: #0152d9; +} +.rightMenu___y_nqk li:hover a { + color: white; +} +.rightMenu___y_nqk li a { + font-size: 14px; + margin: 0; +} +[id="educoder"] .menuWrap___iwlZB { + padding-left: 0; + padding-right: 0; + border-radius: 2px; +} +[id="educoder"] .menuWrap___iwlZB li { + height: 35px; + padding: 0 !important; +} +[id="educoder"] .menuWrap___iwlZB li [class~='ant-dropdown-menu-title-content'] { + flex: none !important; +} +[id="educoder"] .menuWrap___iwlZB li a { + margin: 0px; + color: #323232; + text-align: left; + padding: 0px 15px; + line-height: 35px; +} +.exit___MOREW { + border-top: 1px solid #eeeeee; +} +.classromediv___crYsO { + width: 60px; + height: 50px; + display: flex; + align-items: center; + border-radius: 50px; + cursor: pointer; + animation: glow___jMGk7 200ms ease-out infinite alternate; +} +@keyframes glow___jMGk7 { + 0% { + border-color: #00fff9; + text-align: center; + box-shadow: 0 0 5px rgba(0, 255, 249, 0.2); + } + 100% { + border-color: #00fff9; + text-align: center; + box-shadow: 0 0 8px rgba(0, 255, 249, 0.6); + } +} +.height67___asp2E { + height: 40px; +} +.login___WGEW9 { + width: 90px; + height: 32px; + line-height: 32px; + text-align: center; + background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%); + border-radius: 2px; + cursor: pointer; + font-size: 14px; + color: #ffffff; +} +.login___WGEW9 > span { + padding: 0 !important; +} +.icon___HABAt { + font-size: 12px; + display: inline-block; + transform: translateY(3px) scale(0.6); + color: #979797; +} + +/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/XazyHeader/index.less?modules ***! + \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___WpIvr { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___cPtZs { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center___XHKBA { + align-items: center; + box-align: center; +} +.flex_box_center_end___GXlLT { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___psxt1 { + flex-direction: column; + box-orient: block-axis; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___umKUz { + display: flex; + flex-direction: column; +} +.flex-row___JJqsT { + display: flex; + flex-direction: row; +} +.justify-start___zMBU6 { + display: flex; + justify-content: flex-start; +} +.justify-center___TLYXc { + display: flex; + justify-content: center; +} +.justify-end___FYduO { + display: flex; + justify-content: flex-end; +} +.justify-evenly___ZOHOt { + display: flex; + justify-content: space-evenly; +} +.justify-around___heAnI { + display: flex; + justify-content: space-around; +} +.justify-between___RGbwN { + display: flex; + justify-content: space-between; +} +.align-start___OSeGe { + display: flex; + align-items: flex-start; +} +.align-center___ZD7lA { + display: flex; + align-items: center; +} +.align-end___vo5E0 { + display: flex; + align-items: flex-end; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___umKUz { + display: flex; + flex-direction: column; +} +.flex-row___JJqsT { + display: flex; + flex-direction: row; +} +.justify-start___zMBU6 { + display: flex; + justify-content: flex-start; +} +.justify-center___TLYXc { + display: flex; + justify-content: center; +} +.justify-end___FYduO { + display: flex; + justify-content: flex-end; +} +.justify-evenly___ZOHOt { + display: flex; + justify-content: space-evenly; +} +.justify-around___heAnI { + display: flex; + justify-content: space-around; +} +.justify-between___RGbwN { + display: flex; + justify-content: space-between; +} +.align-start___OSeGe { + display: flex; + align-items: flex-start; +} +.align-center___ZD7lA { + display: flex; + align-items: center; +} +.align-end___vo5E0 { + display: flex; + align-items: flex-end; +} +.all_box___Vv9Ai { + background: #fff; +} +.wrap___TmtSa { + margin: 0 30px; + margin-top: 30px; + display: flex; + justify-content: space-between; + align-items: flex-start; +} +.wrap___TmtSa .left___I2KXz { + width: 240px; + overflow: hidden; + flex-shrink: 0; + background: linear-gradient(180deg, #0D2A6D 0%, #4351A8 100%); + box-shadow: inset 0px 1px 6px 0px #051E55; + border-radius: 8px; +} +.wrap___TmtSa .left___I2KXz [class~='ant-menu-item'] { + height: 44px !important; + line-height: 44px !important; + margin-inline: 8px !important; + color: #5F6367; +} +.wrap___TmtSa .left___I2KXz [class~='ant-menu-item']::after { + content: ''; + width: 3px; + background: #232B40; + border-radius: 3px 0px 0px 3px; +} +.wrap___TmtSa .left___I2KXz [class~='ant-menu-item-selected'] { + background-color: #F8F9FA !important; + color: #000000 !important; +} +.wrap___TmtSa .left___I2KXz [class~='ant-menu-submenu-title'] { + color: #5F6367 !important; + margin-left: 8px !important; +} +.wrap___TmtSa .left___I2KXz [class~='ant-menu-inline'] { + background: none !important; + -webkit-border-end: none !important; + border-inline-end: none !important; +} +.wrap___TmtSa .left___I2KXz .home___Zh90P { + display: flex; + padding-left: 16px; + padding-right: 8px; + margin-bottom: 15px; + cursor: pointer; +} +.wrap___TmtSa .left___I2KXz .home___Zh90P .info___wwIGD > div:first-child { + font-size: 20px; + font-weight: 500; + color: #0152d9; + line-height: 28px; +} +.wrap___TmtSa .left___I2KXz .home___Zh90P .info___wwIGD > div:last-child { + font-size: 18px; + font-weight: 600; + color: #165DFF; +} +.wrap___TmtSa .right___fkBsz { + border-radius: 4px; + flex: 1 1; + margin-left: 20px; + padding-left: 19px; + overflow: hidden; + min-height: 500px; + background: linear-gradient(180deg, #224392 0%, #5B6BC7 100%); + box-shadow: 0px 2px 4px 0px #435FCC; + border-radius: 8px; + border: 1px solid; + border-image: linear-gradient(135deg, #4363dd, rgba(44, 44, 166, 0.66)) 1 1; +} +.search-bar___FpmLr { + color: white; + flex: 1 0 auto; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + align-items: center; + position: relative; + margin-right: 20px; +} +.search-bar___FpmLr [class*="icon-zhankai4"] { + color: #A4C8FC !important; + margin-left: 5px; +} +.search-bar___FpmLr a:hover { + color: #fff; +} + diff --git a/p__Magazinejor__Index__index.ac2ee46f.chunk.css b/p__Magazinejor__Index__index.ac2ee46f.chunk.css deleted file mode 100644 index 8d881297fe..0000000000 --- a/p__Magazinejor__Index__index.ac2ee46f.chunk.css +++ /dev/null @@ -1,871 +0,0 @@ -/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/Index/index.less?modules ***! - \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.Onerow___ZXocz { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.MultiLine___yM_es { - word-break: break-all; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.wrap___f1xDS { - width: 100%; - margin: 0 auto; - padding: 30px; - background: linear-gradient(180deg, #0B2D73 0%, #5463C5 100%); - display: flex; -} -.wrap___f1xDS .leftWrap___PHVhv { - width: 300px; - min-height: 960px; - background: linear-gradient(180deg, #0D2A6D 0%, #4351A8 100%); - box-shadow: inset 0px 1px 6px 0px #051E55; - border-radius: 8px; - margin-right: 20px; - padding: 10px; -} -.wrap___f1xDS .leftWrap___PHVhv .tabSty___TaU2a { - width: 280px; - height: 50px; - margin-bottom: 10px; - text-align: center; - font-family: AlibabaPuHuiTi_2_55_Regular; - font-size: 16px; - color: #FFFFFF; - line-height: 50px; - background: linear-gradient(270deg, #242FA3 0%, #3761BC 100%); - box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); - border-radius: 8px; - cursor: pointer; -} -.wrap___f1xDS .leftWrap___PHVhv .activeTabSty___wsVDq { - font-family: AlibabaPuHuiTi_2_65_Medium; - font-size: 16px; - color: #96FFFD; - background: linear-gradient(180deg, #0D2A6D 0%, #4351A8 100%); - box-shadow: inset 0px 1px 6px 0px #051E55; -} -.wrap___f1xDS .rightWrap___pqtTo { - flex: 1 1; - background: linear-gradient(180deg, #224392 0%, #5B6BC7 100%); - box-shadow: 0px 2px 4px 0px #435FCC; - border-radius: 8px; - border: 1px solid; - border-image: linear-gradient(135deg, #4363dd, rgba(44, 44, 166, 0.66)) 1 1; - padding: 20px 30px; -} -.wrap___f1xDS .rightWrap___pqtTo .detailWrap___NXFTZ .detailTop___QQ1Oy { - width: 100%; - height: 305px; - background: linear-gradient(180deg, #2351B5 0%, #1F3B89 100%); - border-radius: 6px; - padding-left: 50px; - padding-right: 50px; - display: flex; -} -.wrap___f1xDS .rightWrap___pqtTo .detailWrap___NXFTZ .detailTop___QQ1Oy .imgCover___WvNuY { - margin-right: 70px; -} -.wrap___f1xDS .rightWrap___pqtTo .detailWrap___NXFTZ .detailTop___QQ1Oy .imgDes___PpqQL .d2___RXHVK { - display: flex; -} -.wrap___f1xDS .rightWrap___pqtTo .detailWrap___NXFTZ .detailTop___QQ1Oy .imgDes___PpqQL .d3___rNryY { - display: flex; -} -.wrap___f1xDS .rightWrap___pqtTo .detailWrap___NXFTZ .detailTop___QQ1Oy .imgDes___PpqQL .d3___rNryY .info___SCBNK { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - display: inline-block; - max-width: 560px; -} - -/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Detail/index.less?modules ***! - \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.Onerow___NVCta { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.MultiLine___QpteS { - word-break: break-all; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.detailWrap___ZjiJI .detailTop___eoFqK { - width: 100%; - height: 305px; - background: linear-gradient(180deg, #2351B5 0%, #1F3B89 100%); - border-radius: 6px; - padding-left: 50px; - padding-right: 50px; - display: flex; - align-items: center; - justify-content: space-between; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM { - display: flex; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgCover___yzn5x { - margin-right: 70px; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF { - display: flex; - flex-direction: column; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d1___X4CRE { - font-family: AlibabaPuHuiTi_2_65_Medium; - font-size: 32px; - color: #FFFFFF; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d2___LFRtU { - display: flex; - margin-top: 20px; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d2___LFRtU .label___KAPru { - font-family: PingFangSC, PingFang SC; - font-weight: 400; - font-size: 16px; - color: rgba(255, 255, 255, 0.6); - margin-right: 10px; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d2___LFRtU .info___LqGYH { - font-family: PingFangSC, PingFang SC; - font-weight: 400; - font-size: 16px; - color: #FFFFFF; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d3___xTY9z { - display: flex; - margin-top: 10px; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d3___xTY9z .label___KAPru { - font-family: PingFangSC, PingFang SC; - font-weight: 400; - font-size: 16px; - color: rgba(255, 255, 255, 0.6); - margin-right: 10px; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d3___xTY9z .info___LqGYH { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - display: inline-block; - max-width: 560px; - font-family: PingFangSC, PingFang SC; - font-weight: 400; - font-size: 16px; - color: #FFFFFF; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d4___MtL8r { - display: flex; - margin-top: 40px; -} -.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d4___MtL8r .btn___ldQvs { - background: linear-gradient(90deg, #667FDF 0%, #3649BB 100%); - box-shadow: 0px 5px 10px 0px #174FD2, inset 0px 1px 6px 0px #FFFFFF; - border-radius: 25px; - padding: 17px 40px; - font-family: AlibabaPuHuiTi_2_85_Bold; - font-size: 16px; - color: #DBF3FF; - line-height: 16px; - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - cursor: pointer; -} -.detailWrap___ZjiJI .detailCon___KvaHJ { - width: 100%; - display: flex; - margin-top: 30px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V { - width: 400px; - height: 605px; - background: linear-gradient(180deg, #0D2A6D 0%, #4B5DCD 100%); - box-shadow: inset 0px 1px 6px 0px #051E55; - border-radius: 4px; - padding: 18px; - margin-right: 20px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-content-box'] { - width: 360px; - height: 112px; - background: rgba(178, 189, 249, 0.18); - border-radius: 4px; - padding: 20px; - border: 1px solid rgba(255, 255, 255, 0.21); -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-header'] { - padding: 12px 0px !important; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-item-active'] { - border: none; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-header-text'] { - font-family: PingFangSC, PingFang SC; - font-weight: 600; - font-size: 16px; - color: #fff; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V .commonMonth___Yd9zq { - display: inline-block; - width: 26px; - height: 26px; - text-align: center; - line-height: 26px; - border-radius: 2px; - font-weight: 600; - font-size: 14px; - margin-right: 30px; - background: #B2BDF9; - color: #585858; - cursor: pointer; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V .activeMonth___Pk1Q4 { - color: #fff; - background: linear-gradient(270deg, #0E62FF 0%, #17CFDF 100%); -} -.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V .disMonth___BpTwX { - cursor: not-allowed; - color: #708192; - background-color: #e4e4e4; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp { - flex: 1 1; - background: linear-gradient(180deg, #0D2A6D 0%, #4356C0 100%); - box-shadow: inset 0px 1px 6px 0px #051E55; - border-radius: 4px; - padding: 20px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 { - width: 100%; - background: linear-gradient(180deg, #91A4FB 0%, #9EAAE8 100%); - border-radius: 4px; - border: 1px solid rgba(255, 255, 255, 0.21); - padding: 20px; - position: relative; - z-index: 999; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .bgimg___reDEW { - position: absolute; - z-index: 99; - top: 2px; - right: 10px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .itemName___PSPLa { - padding: 8px 10px; - margin-bottom: 30px; - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - height: 32px; - box-shadow: inset 0px 5px 17px 3px rgba(104, 126, 241, 0.5); - border-radius: 4px; - border: 1px solid; - background: linear-gradient(0deg, #2E81FF 0%, #725BFF 99%); - border-image: linear-gradient(180deg, #6f88e1, #d2d9ff) 1 1; - font-family: AlibabaPuHuiTi_2_85_Bold; - font-size: 16px; - color: #35D7E8; - line-height: 16px; - text-shadow: 0px 1px 2px rgba(193, 220, 255, 0.5), inset 0px 1px 3px #1E0B5F; - text-align: center; - font-style: normal; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 { - display: flex; - column-gap: 20px; - row-gap: 20px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F { - width: 315px; - height: 121px; - background: #CEDEFF; - border-radius: 6px; - border: 1px solid #D0F5FF; - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - display: flex; - padding: 8px; - cursor: pointer; - margin-right: 20px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F:hover { - box-shadow: 0px 1px 32px 0px rgba(35, 20, 255, 0.56); -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F:hover .detailWrap___ZjiJI .deltop___WjU5l .icon___w5A9I { - display: inline; - color: #5980FC; - font-size: 14px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI { - margin-left: 23px; - display: flex; - flex-direction: column; - justify-content: space-between; - width: 155px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .deltop___WjU5l { - display: flex; - align-items: center; - justify-content: space-between; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .deltop___WjU5l .title___yU81x { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - max-width: 110px; - font-family: PingFangSC, PingFang SC; - font-weight: 600; - font-size: 14px; - color: #434D6C; - margin-top: 6px; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .deltop___WjU5l .icon___w5A9I { - display: none; -} -.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .delbottom___VgQH2 { - display: flex; - align-items: center; - justify-content: space-between; - font-family: PingFangSC, PingFang SC; - font-weight: 400; - font-size: 12px; - color: #333333; - margin-bottom: 3px; -} - -/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Submission/index.less?modules ***! - \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.wrap___NSC48 .topWrap___Rjj0n { - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 30px; -} -.wrap___NSC48 .topWrap___Rjj0n .title___Ef_Vh { - margin-left: 10px; - font-family: PingFangSC, PingFang SC; - font-weight: 600; - font-size: 16px; - color: #FFFFFF; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-form-item-label"] > label { - color: #90AAFF; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"], -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-select-selector"] { - background-color: #17378A !important; - box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); - border-radius: 4px !important; - color: #fff !important; - border: none !important; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-select-arrow"] { - color: #fff; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder { - background: none !important; - color: #fff !important; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder { - background: none !important; - color: #fff !important; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder { - background: none !important; - color: #fff !important; -} -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input::placeholder, -.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input { - background: none !important; - color: #fff !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e { - display: flex; - align-items: center; - overflow: hidden; - border-radius: 4px; - height: 40px; - width: 412px; - padding-left: 8px; - background-color: #17378A; - border: none; - margin-left: auto; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e span[class~='ant-input-search-icon'] { - display: none !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~='ant-input-affix-wrapper'] { - background-color: #17378A !important; - border: none !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~='ant-input-affix-wrapper'] { - outline: none !important; - border: none !important; - box-shadow: none !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e span[class~='ant-input-group-addon'] { - display: none !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e .searchIcon___Mi11k { - margin-right: 14px; - cursor: pointer; - color: #90AAFF; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e input { - color: #90AAFF; - background-color: #17378A; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder { - background: none !important; - color: #90AAFF !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder { - background: none !important; - color: #90AAFF !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder { - background: none !important; - color: #90AAFF !important; -} -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input::placeholder, -.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input { - background: none !important; - color: #90AAFF !important; -} -.wrap___NSC48 .tableWrap___GQpAY { - width: 100%; - padding: 20px; - background: #B2BDF9; - border-radius: 4px; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi table { - border-spacing: 0 10px; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi [class~="ant-table"] { - background: none; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi thead [class~="ant-table-cell"] { - background: linear-gradient(180deg, #355EBB 0%, #2737A7 100%) !important; - border-right: none !important; - color: #FFFFFF !important; - border-image: linear-gradient(360deg, #4695e6, #5f9ae8) 1 1; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi thead [class~="ant-table-cell"]::before { - display: none; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi tbody [class~="ant-table-cell"] { - background: #F1F6FF; - box-shadow: inset 0px 0px 45px 0px rgba(65, 141, 255, 0.17); - border-radius: 2px; - border-right: none !important; - color: #FFFFFF !important; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi tbody [class~="ant-table-cell"]::before { - display: none; -} -.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi [class~="ant-table-row"] { - margin-top: 10px !important; -} -.timeLineSty___d4rk5 [class~='ant-modal-footer'] { - margin-top: 0px !important; -} - -/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***! - \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.upload_button { - width: 108px; - height: 32px; - background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); - box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); - border-radius: 2px; - border: 1px solid #BACFFE; - font-size: 14px; - font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; - color: #3061D0; - display: inline-block; - text-align: center; - align-items: center; - align-content: center; -} -.upload_button .aBtn_img { - width: 14px; - height: 14px; - margin-top: -3px; - margin-right: 8px; -} -.upload_button:hover { - width: 108px; - height: 32px; - background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); - box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); - border-radius: 2px; - border: 1px solid #BACFFE; - font-size: 14px; - font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; - color: #3061D0; -} -.disable_upload_button { - width: 108px; - height: 32px; - background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); - box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); - border-radius: 2px; - font-size: 14px; - font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; -} -.disable_upload_button .aBtn_img { - width: 14px; - height: 14px; - margin-top: -3px; - margin-right: 8px; -} -.upload_button:active { - width: 108px; - height: 32px; - background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); - box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); - border-radius: 2px; - border: 1px solid #BACFFE; - font-size: 14px; - font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; - color: #3061D0; -} -.upload_text { - width: 129px; - height: 20px; - font-size: 14px; - font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; - color: #5F6367; - line-height: 20px; - margin-left: 16px; -} - -/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Comment/index.less?modules ***! - \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.flex_box_center___f12fM { - justify-content: center; - align-items: center; - -webkit-justify-content: center; - box-align: center; -} -.flex_space_between___IJlfc { - justify-content: space-between; - -webkit-box-pack: justify; -} -.flex_box_vertical_center___eBrLc { - align-items: center; - box-align: center; -} -.flex_box_center_end___tJxej { - justify-content: flex-end; - align-items: center; - -webkit-justify-content: flex-end; - -webkit-align-items: center; - -webkit-box-align: center; - -webkit-box-pack: end; - box-align: center; - box-pack: end; -} -.flex_box_column___G0PRH { - flex-direction: column; - box-orient: block-axis; -} -button { - margin: 0; - padding: 0; - border: 1px solid transparent; - outline: none; - background-color: transparent; -} -button:active { - opacity: 0.6; -} -.flex-col___j0Tly { - display: flex; - flex-direction: column; -} -.flex-row___i4Vli { - display: flex; - flex-direction: row; -} -.justify-start____96Dk { - display: flex; - justify-content: flex-start; -} -.justify-center___RkIUR { - display: flex; - justify-content: center; -} -.justify-end___PHZtV { - display: flex; - justify-content: flex-end; -} -.justify-evenly___e_hc5 { - display: flex; - justify-content: space-evenly; -} -.justify-around___XmVGx { - display: flex; - justify-content: space-around; -} -.justify-between___g9R7V { - display: flex; - justify-content: space-between; -} -.align-start___NL5oP { - display: flex; - align-items: flex-start; -} -.align-center___eQIe7 { - display: flex; - align-items: center; -} -.align-end___teRLW { - display: flex; - align-items: flex-end; -} -button { - margin: 0; - padding: 0; - border: 1px solid transparent; - outline: none; - background-color: transparent; -} -button:active { - opacity: 0.6; -} -.flex-col___j0Tly { - display: flex; - flex-direction: column; -} -.flex-row___i4Vli { - display: flex; - flex-direction: row; -} -.justify-start____96Dk { - display: flex; - justify-content: flex-start; -} -.justify-center___RkIUR { - display: flex; - justify-content: center; -} -.justify-end___PHZtV { - display: flex; - justify-content: flex-end; -} -.justify-evenly___e_hc5 { - display: flex; - justify-content: space-evenly; -} -.justify-around___XmVGx { - display: flex; - justify-content: space-around; -} -.justify-between___g9R7V { - display: flex; - justify-content: space-between; -} -.align-start___NL5oP { - display: flex; - align-items: flex-start; -} -.align-center___eQIe7 { - display: flex; - align-items: center; -} -.align-end___teRLW { - display: flex; - align-items: flex-end; -} -.wrap___mULfB { - width: 100%; - padding: 20px 30px; - background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%); - border-radius: 4px; - border: 1px solid rgba(255, 255, 255, 0.21); - position: relative; -} -.wrap___mULfB .bgimg___VCYMC { - position: absolute; - top: 12px; - right: 12px; -} -.wrap___mULfB .content___xL19v { - padding: 20px; - background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%) !important; -} -.reply___u3vbE { - background-color: #fff; - padding: 30px 20px; - background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%); -} -.reply___u3vbE input, -.reply___u3vbE button { - height: 40px; -} -.reply___u3vbE button { - padding-left: 20px; - padding-right: 20px; - margin-left: 20px; -} -.replyList___AyzMb { - padding: 0; -} -.replyList___AyzMb > div { - padding-bottom: 20px; - padding-top: 20px; - border-bottom: 1px solid #eaeaea; -} -.replyList___AyzMb > div img { - border-radius: 50px; -} -.comment___ed5kd { - background: #F6F7F9; - width: 100%; - position: relative; - border-radius: 4px; - margin-top: 10px; - margin-bottom: 5px; -} -.comment___ed5kd > div { - padding: 14px 20px; -} -.content___xL19v { - background-color: #fff; - margin-top: 5px; -} -.commentItem___0H_Qw:hover { - border-radius: 4px; -} -.commentItem___0H_Qw:hover [class~='forums-comment-delete'] { - display: block !important; -} -.commentParItem___RQ8zn:hover { - border-radius: 4px; -} -.commentParItem___RQ8zn:hover [class~='forums-comment-par-delete'] { - display: block !important; -} -.submitStyle___AeDkW { - width: 60px; - height: 32px; - background: #3061D0; - box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); - border-radius: 2px; - line-height: 32px; - text-align: center; - color: #fff; - cursor: pointer; -} - -/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Journal/index.less?modules ***! - \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.Onerow___b5D0L { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.MultiLine___cBLR3 { - word-break: break-all; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.wrap___tIUGb { - width: 100%; - min-height: 100vh; -} -.wrap___tIUGb .topWrap___CXoWL { - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 42px; -} -.wrap___tIUGb .topWrap___CXoWL .btn___tTfH0 { - padding: 13px 26px; - font-family: AlibabaPuHuiTi_2_65_Medium; - font-size: 14px; - color: #FFFFFF; - line-height: 14px; - text-align: left; - font-style: normal; - cursor: pointer; - background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%); - border-radius: 4px; -} -.wrap___tIUGb .contSty___Qnqof { - display: flex; - row-gap: 30px; - column-gap: 40px; - flex-wrap: wrap; -} -.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs { - width: 254px; - height: 356px; - background: linear-gradient(180deg, #4851BA 0%, #1F3B89 100%); - border-radius: 8px; - padding: 20px; - position: relative; -} -.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs:hover { - box-shadow: 0px 1px 32px 0px rgba(35, 20, 255, 0.56); -} -.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs:hover span { - display: inline-block; -} -.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs span { - display: none; - position: absolute; - right: 10px; - top: 10px; -} -.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs img { - width: 214px; - height: 274px; - margin-bottom: 20px; -} -.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs div { - word-break: break-all; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; - text-align: center; - font-family: PingFangSC, PingFang SC; - font-weight: 500; - font-size: 20px; - color: #FFFFFF; -} - diff --git a/p__Magazinejor__component__Comment__index.6b618fa7.async.js b/p__Magazinejor__component__Comment__index.6b618fa7.async.js new file mode 100644 index 0000000000..e48fd9d983 --- /dev/null +++ b/p__Magazinejor__component__Comment__index.6b618fa7.async.js @@ -0,0 +1,1165 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[66118],{ + +/***/ 64605: +/*!***********************************************************************!*\ + !*** ./src/pages/Magazinejor/component/Comment/index.tsx + 2 modules ***! + \***********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ component_Comment; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js +var toConsumableArray = __webpack_require__(37205); +var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/DeleteOutlined.js + 1 modules +var DeleteOutlined = __webpack_require__(76466); +// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules +var env = __webpack_require__(69423); +// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js +var dayjs_min = __webpack_require__(61186); +var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); +// EXTERNAL MODULE: ./src/components/markdown-editor/index.tsx + 10 modules +var markdown_editor = __webpack_require__(92042); +// EXTERNAL MODULE: ./src/components/RenderHtml/index.tsx + 2 modules +var RenderHtml = __webpack_require__(85681); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js +var row = __webpack_require__(95237); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js +var col = __webpack_require__(43604); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules +var tooltip = __webpack_require__(6848); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/index.js + 2 modules +var es_switch = __webpack_require__(78673); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Comment/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Commentmodules = ({"flex_box_center":"flex_box_center___f12fM","flex_space_between":"flex_space_between___IJlfc","flex_box_vertical_center":"flex_box_vertical_center___eBrLc","flex_box_center_end":"flex_box_center_end___tJxej","flex_box_column":"flex_box_column___G0PRH","flex-col":"flex-col___j0Tly","flex-row":"flex-row___i4Vli","justify-start":"justify-start____96Dk","justify-center":"justify-center___RkIUR","justify-end":"justify-end___PHZtV","justify-evenly":"justify-evenly___e_hc5","justify-around":"justify-around___XmVGx","justify-between":"justify-between___g9R7V","align-start":"align-start___NL5oP","align-center":"align-center___eQIe7","align-end":"align-end___teRLW","wrap":"wrap___mULfB","bgimg":"bgimg___VCYMC","content":"content___xL19v","reply":"reply___u3vbE","replyList":"replyList___AyzMb","comment":"comment___ed5kd","commentItem":"commentItem___0H_Qw","commentParItem":"commentParItem___RQ8zn","submitStyle":"submitStyle___AeDkW"}); +// EXTERNAL MODULE: ./src/service/forums.ts +var forums = __webpack_require__(35891); +// EXTERNAL MODULE: ./src/service/broadcast.ts +var broadcast = __webpack_require__(27895); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Comment/components/Second.tsx + + + + + + + + + + + + + + +dayjs_min_default().locale("ZH-cn"); +function second(_ref) { + var user = _ref.user, + _ref$vlist = _ref.vlist, + vlist = _ref$vlist === void 0 ? [] : _ref$vlist, + dispatch = _ref.dispatch, + params = _ref.params, + id = _ref.id, + memo_replies = _ref.memo_replies, + forumsDetail = _ref.forumsDetail, + allowForbidMsg = _ref.allowForbidMsg, + broadcast_id = _ref.broadcast_id; + return /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { + className: Commentmodules.comment, + children: vlist.map(function (val, key) { + var _user$userInfo, _user$userInfo2, _user$userInfo3; + return /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + className: Commentmodules.commentItem, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + span: 24, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, { + flex: "1", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", { + href: "/users/".concat(val.user_login), + target: "_blank", + style: { + color: '#9096A3', + fontSize: '12px' + }, + children: val === null || val === void 0 ? void 0 : val.username + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#9096A3', + fontSize: '12px', + marginLeft: '10px' + }, + children: val.time + })] + }), val.user_id != ((_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.user_id) && allowForbidMsg && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "forums-comment-par-delete", + style: { + display: 'none' + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: "\u8BBE\u7F6E", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-shezhi8 mr20 font14", + style: { + cursor: 'pointer' + }, + onClick: function onClick() { + var is_forbid_msg = false; + (0,broadcast/* forbid_msg_status */.CR)({ + id: broadcast_id, + user_id: val === null || val === void 0 ? void 0 : val.user_id + }).then(function (res) { + if ((res === null || res === void 0 ? void 0 : res.status) == 0) { + is_forbid_msg = res !== null && res !== void 0 && res.forbid_msg_status ? true : false; + modal/* default */.Z.confirm({ + centered: true, + okText: '确定', + cancelText: '取消', + icon: null, + title: '禁言设置', + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + display: "flex", + alignItems: 'center' + }, + children: ["\u662F\u5426\u7981\u8A00 ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_switch/* default */.Z, { + defaultChecked: is_forbid_msg, + checkedChildren: "\u662F", + unCheckedChildren: "\u5426", + style: { + marginLeft: '10px' + }, + onChange: function onChange(e) { + is_forbid_msg = e; + } + })] + }) + }), + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + (0,broadcast/* forbid_msg */.eh)({ + id: broadcast_id, + user_id: val === null || val === void 0 ? void 0 : val.user_id, + is_forbid_msg: is_forbid_msg + }).then(function (res) { + if ((res === null || res === void 0 ? void 0 : res.status) == 0) { + message/* default */.ZP.success('操作成功'); + } + }); + case 1: + case "end": + return _context.stop(); + } + }, _callee); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }() + }); + } + }); + } + }) + }) + }), (val.can_delete || val.user_id === ((_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.user_id) || val.user_login === ((_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login)) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "forums-comment-delete", + style: { + display: 'none' + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: "\u5220\u9664", + children: /*#__PURE__*/(0,jsx_runtime.jsx)(DeleteOutlined/* default */.Z, { + className: "current", + onClick: function onClick() { + modal/* default */.Z.confirm({ + centered: true, + width: 530, + okText: '确定', + cancelText: '取消', + title: '提示', + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "font16 tc", + children: "\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u6761\u56DE\u590D\u5417\uFF1F" + }), + onOk: function () { + var _onOk2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { + var res, filterData; + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + _context2.next = 2; + return (0,forums/* deleteForums */.sW)({ + id: val.id, + memo_type: 'magazine' + }); + case 2: + res = _context2.sent; + filterData = memo_replies.find(function (x) { + return x.id === id; + }).children.filter(function (y) { + return y.id !== val.id; + }); + memo_replies.find(function (x) { + return x.id === id; + }).children = filterData; + dispatch({ + type: 'forumsDetail/setForumsDetailData', + payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { + memo_replies: toConsumableArray_default()(memo_replies), + memo_type: 'magazine' + }) + }); + case 6: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + function onOk() { + return _onOk2.apply(this, arguments); + } + return onOk; + }() + }); + } + }) + }) + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, { + value: val.content, + style: { + color: '#232B40', + fontSize: '14px' + } + }) + })] + }, key); + }) + }); +} +/* harmony default export */ var Second = (second); +// EXTERNAL MODULE: ./src/utils/util.tsx +var util = __webpack_require__(95972); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Comment/index.tsx + + + + + + + + + + + + + + + + + + + + + +dayjs_min_default().locale("ZH-cn"); +var Comment = function Comment(_ref, ref) { + var user = _ref.user, + forumsDetail = _ref.forumsDetail, + globalSetting = _ref.globalSetting, + loading = _ref.loading, + dispatch = _ref.dispatch, + handleClick = _ref.handleClick, + is_author = _ref.is_author, + memoId = _ref.memoId, + broadcast_id = _ref.broadcast_id, + dataInfo = _ref.dataInfo; + var _ref2 = forumsDetail.forumsDetailData || {}, + memo = _ref2.memo, + memo_replies = _ref2.memo_replies; + var params = (0,_umi_production_exports.useParams)(); + var _useState = (0,_react_17_0_2_react.useState)(''), + _useState2 = slicedToArray_default()(_useState, 2), + value = _useState2[0], + setValue = _useState2[1]; + var _useState3 = (0,_react_17_0_2_react.useState)(''), + _useState4 = slicedToArray_default()(_useState3, 2), + childValue = _useState4[0], + setChildValue = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)(-1), + _useState6 = slicedToArray_default()(_useState5, 2), + showItemReply = _useState6[0], + setShowItemReply = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(false), + _useState8 = slicedToArray_default()(_useState7, 2), + hasMore = _useState8[0], + setHasMore = _useState8[1]; + var _useState9 = (0,_react_17_0_2_react.useState)(false), + _useState10 = slicedToArray_default()(_useState9, 2), + isMdFouch = _useState10[0], + setIsMdFouch = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)(1), + _useState12 = slicedToArray_default()(_useState11, 2), + page = _useState12[0], + setPage = _useState12[1]; + (0,_react_17_0_2_react.useEffect)(function () { + setHasMore((memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count) > 10); + }, [memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count]); + (0,_react_17_0_2_react.useEffect)(function () { + dispatch({ + type: 'forumsDetail/getForumsDetailData', + payload: { + id: memoId, + memo_type: 'magazine' + } + }); + }, []); + var handeGetMoreData = /*#__PURE__*/function () { + var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { + var currentPage, res, _res$memo_replies; + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + currentPage = page + 1; + setPage(currentPage); + _context.next = 4; + return (0,forums/* getMoreReply */.z5)({ + id: memoId, + page: currentPage, + memo_type: 'magazine' + }); + case 4: + res = _context.sent; + if (res !== null && res !== void 0 && res.memo_replies) { + dispatch({ + type: 'forumsDetail/setForumsDetailData', + payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { + memo_replies: [].concat(toConsumableArray_default()(memo_replies), toConsumableArray_default()(res.memo_replies)) + }) + }); + setHasMore(((_res$memo_replies = res.memo_replies) === null || _res$memo_replies === void 0 ? void 0 : _res$memo_replies.length) === 10); + } + case 6: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function handeGetMoreData() { + return _ref3.apply(this, arguments); + }; + }(); + var formatReplieData = function formatReplieData(data) { + var _user$userInfo, _user$userInfo2, _user$userInfo3, _user$userInfo4; + return objectSpread2_default()(objectSpread2_default()({}, data), {}, { + image_url: (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.image_url, + children: [], + user_id: (_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.user_id, + user_login: (_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login, + username: (_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : _user$userInfo4.username, + time: "".concat((0,util/* toTimeFormat */.li)((new Date().getTime() - new Date(data.created_at).getTime()) / 1000), "\u524D") + }); + }; + return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", { + className: Commentmodules.wrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + fontSize: '16px', + color: '#2C3238', + marginBottom: '20px' + }, + children: ["\u5168\u90E8\u56DE\u590D(", memo === null || memo === void 0 ? void 0 : memo.replies_count, ")"] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: __webpack_require__(/*! ../../img/commess.png */ 68313), + width: 78, + className: Commentmodules.bgimg + }), !!(memo_replies !== null && memo_replies !== void 0 && memo_replies.length) && /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { + className: Commentmodules.content, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { + className: Commentmodules.replyList, + children: memo_replies === null || memo_replies === void 0 ? void 0 : memo_replies.map(function (v, k) { + var _user$userInfo5, _user$userInfo6, _user$userInfo7, _v$children; + return /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + gutter: [12, 12], + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + flex: "40px", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", { + href: "/users/".concat(v.user_login), + target: "_blank", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", { + alt: "\u7528\u6237\u5934\u50CF", + width: "46", + height: "46", + src: "".concat(env/* default */.Z.IMG_SERVER, "/images/").concat(v === null || v === void 0 ? void 0 : v.image_url) + }) + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + flex: "1", + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Commentmodules.commentParItem, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + span: 24, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, { + flex: "1", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", { + href: "/users/".concat(v.user_login), + target: "_blank", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#9096A3', + fontSize: '12px' + }, + children: v === null || v === void 0 ? void 0 : v.username + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#9096A3', + fontSize: '12px', + marginLeft: '10px' + }, + children: v.time + })] + }), v.user_id != ((_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : _user$userInfo5.user_id) && is_author && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "forums-comment-par-delete", + style: { + display: 'none' + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: "\u8BBE\u7F6E", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-shezhi8 mr20 font14", + style: { + cursor: 'pointer' + }, + onClick: function onClick() { + var is_forbid_msg = false; + (0,broadcast/* forbid_msg_status */.CR)({ + id: broadcast_id, + user_id: v === null || v === void 0 ? void 0 : v.user_id + }).then(function (res) { + if ((res === null || res === void 0 ? void 0 : res.status) == 0) { + is_forbid_msg = res !== null && res !== void 0 && res.forbid_msg_status ? true : false; + modal/* default */.Z.confirm({ + centered: true, + okText: '确定', + cancelText: '取消', + icon: null, + title: '禁言设置', + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + display: "flex", + alignItems: 'center' + }, + children: ["\u662F\u5426\u7981\u8A00 ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_switch/* default */.Z, { + defaultChecked: is_forbid_msg, + checkedChildren: "\u662F", + unCheckedChildren: "\u5426", + style: { + marginLeft: '10px' + }, + onChange: function onChange(e) { + is_forbid_msg = e; + } + })] + }) + }), + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + (0,broadcast/* forbid_msg */.eh)({ + id: broadcast_id, + user_id: v === null || v === void 0 ? void 0 : v.user_id, + is_forbid_msg: is_forbid_msg + }).then(function (res) { + if ((res === null || res === void 0 ? void 0 : res.status) == 0) { + message/* default */.ZP.success('操作成功'); + } + }); + case 1: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }() + }); + } + }); + } + }) + }) + }), (v.can_delete || v.user_id === ((_user$userInfo6 = user.userInfo) === null || _user$userInfo6 === void 0 ? void 0 : _user$userInfo6.user_id) || v.user_login === ((_user$userInfo7 = user.userInfo) === null || _user$userInfo7 === void 0 ? void 0 : _user$userInfo7.login)) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "forums-comment-par-delete", + style: { + display: 'none' + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: "\u5220\u9664", + children: /*#__PURE__*/(0,jsx_runtime.jsx)(DeleteOutlined/* default */.Z, { + className: "current", + onClick: function onClick() { + modal/* default */.Z.confirm({ + centered: true, + width: 530, + okText: '确定', + cancelText: '取消', + title: '提示', + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "font16 tc", + children: "\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u6761\u56DE\u590D\u5417\uFF1F" + }), + onOk: function () { + var _onOk2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() { + var res, filterData; + return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + _context3.next = 2; + return (0,forums/* deleteForums */.sW)({ + id: v.id, + memo_type: 'magazine' + }); + case 2: + res = _context3.sent; + filterData = memo_replies.filter(function (y) { + return y.id !== v.id; + }); + dispatch({ + type: 'forumsDetail/setForumsDetailData', + payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { + memo_replies: toConsumableArray_default()(filterData), + memo_type: 'magazine' + }) + }); + case 5: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + function onOk() { + return _onOk2.apply(this, arguments); + } + return onOk; + }() + }); + } + }) + }) + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + span: 24, + style: { + marginTop: '5px' + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + onClick: handleClick, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, { + value: v.content, + style: { + color: '#232B40', + fontSize: '14px' + } + }) + }) + }), !!(v !== null && v !== void 0 && (_v$children = v.children) !== null && _v$children !== void 0 && _v$children.length) && /*#__PURE__*/(0,jsx_runtime.jsx)(Second, { + user: user, + id: v === null || v === void 0 ? void 0 : v.id, + vlist: v === null || v === void 0 ? void 0 : v.children, + dispatch: dispatch, + params: params, + memo_replies: memo_replies, + forumsDetail: forumsDetail, + allowForbidMsg: !(memo !== null && memo !== void 0 && memo.is_forbid_msg), + broadcast_id: broadcast_id + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + span: 24, + className: "mt5 c-light-black", + children: showItemReply === k ? /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, { + onChange: function onChange(v) { + setChildValue(v); + }, + height: 150, + isFocus: true, + placeholder: "\u6211\u8981\u56DE\u590D..." + }), /*#__PURE__*/(0,jsx_runtime.jsx)(row/* default */.Z, { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + span: 24, + className: "tr", + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "primary", + size: 'middle', + onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() { + var res; + return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + if (!(childValue === '')) { + _context4.next = 4; + break; + } + message/* default */.ZP.error('请输入内容'); + _context4.next = 9; + break; + case 4: + _context4.next = 6; + return (0,forums/* reply */.ts)({ + parent_id: v.id, + content: childValue, + memo_type: 'magazine' + }); + case 6: + res = _context4.sent; + setChildValue(null); + if (res) { + setShowItemReply(-1); + memo_replies.find(function (x) { + return x.id === res.parent_id; + }).children.push(formatReplieData(res)); + dispatch({ + type: 'forumsDetail/setForumsDetailData', + payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { + memo: objectSpread2_default()(objectSpread2_default()({}, memo), {}, { + reply_for_memo_count: (memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count) + 1 + }), + memo_replies: toConsumableArray_default()(memo_replies), + memo_type: 'magazine' + }) + }); + } + case 9: + case "end": + return _context4.stop(); + } + }, _callee4); + })), + children: "\u53D1\u9001" + }) + }) + })] + }) : /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "tr", + style: { + textAlign: 'right' + }, + children: [!(memo !== null && memo !== void 0 && memo.is_forbid_msg) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "iconfont icon-xiaopinglun mr30 current font14", + onClick: function onClick() { + return setShowItemReply(k); + } + }), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: v.user_praise ? "取消点赞" : "点赞", + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { + className: v.user_praise ? "c-orange" : "c-gery-888", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-dianzan4 current font14", + onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { + var res; + return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + _context5.next = 2; + return (0,forums/* like */.vL)({ + id: v.id, + container_type: 'Memo', + type: v.user_praise ? 0 : 1, + memo_type: 'magazine' + }); + case 2: + res = _context5.sent; + if ((res === null || res === void 0 ? void 0 : res.praise_count) >= 0) { + memo_replies.find(function (x) { + return x.id === v.id; + }).user_praise = !v.user_praise; + memo_replies.find(function (x) { + return x.id === v.id; + }).praise_count = res === null || res === void 0 ? void 0 : res.praise_count; + dispatch({ + type: 'forumsDetail/setForumsDetailData', + payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { + memo_replies: toConsumableArray_default()(memo_replies), + memo_type: 'magazine' + }) + }); + } + case 4: + case "end": + return _context5.stop(); + } + }, _callee5); + })) + }), v.praise_count > 0 ? v.praise_count : ''] + }) + })] + }) + })] + }) + })] + }, k); + }) + }) + }), hasMore && /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { + className: "bg-white pb20", + style: { + display: 'flex', + justifyContent: 'center', + marginTop: '20px' + }, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + justify: "space-between", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + children: hasMore && /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + style: { + color: '#3061D0', + fontSize: '14px' + }, + onClick: handeGetMoreData, + children: ["\u67E5\u770B\u66F4\u591A\u8BC4\u8BBA", /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "icon icon-zhankaixiaojiantou ", + style: { + fontSize: '10px', + marginLeft: '3px' + } + })] + }) + })] + }) + }), !(memo !== null && memo !== void 0 && memo.is_forbid_msg) && /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", { + className: Commentmodules.reply, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, { + onBlur: function onBlur() { + return setIsMdFouch(false); + }, + isFocus: isMdFouch, + defaultValue: value, + id: "writeForumsReviewId", + onChange: function onChange(v) { + setValue(v); + }, + placeholder: "\u6211\u8981\u56DE\u590D...", + height: 240 + }), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + flex: "1" + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Commentmodules.submitStyle, + style: { + width: '60px', + height: '32px', + textAlign: 'center' + }, + onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6() { + var res; + return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + if (!(value === '')) { + _context6.next = 4; + break; + } + message/* default */.ZP.error('请输入内容'); + _context6.next = 9; + break; + case 4: + _context6.next = 6; + return (0,forums/* reply */.ts)({ + parent_id: (memo === null || memo === void 0 ? void 0 : memo.id) || memoId, + content: value, + memo_type: 'magazine' + }); + case 6: + res = _context6.sent; + setValue(null); + if (res) { + dispatch({ + type: 'forumsDetail/setForumsDetailData', + payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { + memo: objectSpread2_default()(objectSpread2_default()({}, memo), {}, { + reply_for_memo_count: (memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count) + 1 + }), + memo_replies: [formatReplieData(res)].concat(toConsumableArray_default()(memo_replies || [])), + memo_type: 'magazine' + }) + }); + } + case 9: + case "end": + return _context6.stop(); + } + }, _callee6); + })), + children: "\u53D1\u9001" + }) + })] + })] + })] + }); +}; +/* harmony default export */ var component_Comment = ((0,_umi_production_exports.connect)(function (_ref7) { + var user = _ref7.user, + forumsDetail = _ref7.forumsDetail, + loading = _ref7.loading, + globalSetting = _ref7.globalSetting; + return { + user: user, + forumsDetail: forumsDetail, + globalSetting: globalSetting, + loading: loading.models.forumsDetail + }; +}, null, null, { + forwardRef: true +})( /*#__PURE__*/(0,_react_17_0_2_react.forwardRef)(Comment))); + +/***/ }), + +/***/ 27895: +/*!**********************************!*\ + !*** ./src/service/broadcast.ts ***! + \**********************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ A: function() { return /* binding */ broadcasts_update; }, +/* harmony export */ CR: function() { return /* binding */ forbid_msg_status; }, +/* harmony export */ Dg: function() { return /* binding */ broadcasts_info; }, +/* harmony export */ Dx: function() { return /* binding */ revoke_apply_public; }, +/* harmony export */ Pn: function() { return /* binding */ broadcasts_add; }, +/* harmony export */ To: function() { return /* binding */ apply_public; }, +/* harmony export */ a6: function() { return /* binding */ cancel_public; }, +/* harmony export */ bV: function() { return /* binding */ broadcasts_delete; }, +/* harmony export */ eh: function() { return /* binding */ forbid_msg; }, +/* harmony export */ ev: function() { return /* binding */ magazine_cates_query; }, +/* harmony export */ u$: function() { return /* binding */ broadcasts_query; }, +/* harmony export */ xq: function() { return /* binding */ broadcasts_homepage; } +/* harmony export */ }); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js */ 7557); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js */ 41498); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var _utils_fetch__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/utils/fetch */ 82710); + + + + + +// 广播消息列表 +function broadcasts_query(_x) { + return _broadcasts_query.apply(this, arguments); +} +// 智云告示-首页 +function _broadcasts_query() { + _broadcasts_query = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + return _context.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts.json", { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) + })); + case 1: + case "end": + return _context.stop(); + } + }, _callee); + })); + return _broadcasts_query.apply(this, arguments); +} +function broadcasts_homepage(_x2) { + return _broadcasts_homepage.apply(this, arguments); +} + +// 创建广播消息 +function _broadcasts_homepage() { + _broadcasts_homepage = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee2(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + return _context2.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/homepage.json", { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) + })); + case 1: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return _broadcasts_homepage.apply(this, arguments); +} +function broadcasts_add(_x3) { + return _broadcasts_add.apply(this, arguments); +} + +// 创建广播消息 +function _broadcasts_add() { + _broadcasts_add = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee3(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + return _context3.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, data) + })); + case 1: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return _broadcasts_add.apply(this, arguments); +} +function broadcasts_update(_x4) { + return _broadcasts_update.apply(this, arguments); +} + +// 广播消息详情 +function _broadcasts_update() { + _broadcasts_update = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee4(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + return _context4.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data === null || data === void 0 ? void 0 : data.id, ".json"), { + method: 'put', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, data) + })); + case 1: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + return _broadcasts_update.apply(this, arguments); +} +function broadcasts_info(_x5) { + return _broadcasts_info.apply(this, arguments); +} + +// 删除广播消息 +function _broadcasts_info() { + _broadcasts_info = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee5(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + return _context5.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(params, ".json"), { + method: 'get' + })); + case 1: + case "end": + return _context5.stop(); + } + }, _callee5); + })); + return _broadcasts_info.apply(this, arguments); +} +function broadcasts_delete(_x6) { + return _broadcasts_delete.apply(this, arguments); +} + +// 申请公开 +function _broadcasts_delete() { + _broadcasts_delete = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee6(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + return _context6.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, ".json"), { + method: 'delete' + })); + case 1: + case "end": + return _context6.stop(); + } + }, _callee6); + })); + return _broadcasts_delete.apply(this, arguments); +} +function apply_public(_x7) { + return _apply_public.apply(this, arguments); +} +// 撤销申请公开 +function _apply_public() { + _apply_public = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee7(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee7$(_context7) { + while (1) switch (_context7.prev = _context7.next) { + case 0: + return _context7.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, "/apply_public.json"), { + method: 'post' + })); + case 1: + case "end": + return _context7.stop(); + } + }, _callee7); + })); + return _apply_public.apply(this, arguments); +} +function revoke_apply_public(_x8) { + return _revoke_apply_public.apply(this, arguments); +} +// 取消公开 +function _revoke_apply_public() { + _revoke_apply_public = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee8(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee8$(_context8) { + while (1) switch (_context8.prev = _context8.next) { + case 0: + return _context8.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, "/revoke_apply_public.json"), { + method: 'post' + })); + case 1: + case "end": + return _context8.stop(); + } + }, _callee8); + })); + return _revoke_apply_public.apply(this, arguments); +} +function cancel_public(_x9) { + return _cancel_public.apply(this, arguments); +} + +// 获取云杂志分类列表 +function _cancel_public() { + _cancel_public = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee9(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee9$(_context9) { + while (1) switch (_context9.prev = _context9.next) { + case 0: + return _context9.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, "/cancel_public.json"), { + method: 'post' + })); + case 1: + case "end": + return _context9.stop(); + } + }, _callee9); + })); + return _cancel_public.apply(this, arguments); +} +function magazine_cates_query() { + return _magazine_cates_query.apply(this, arguments); +} + +// 查询禁言状态 +function _magazine_cates_query() { + _magazine_cates_query = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee10() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee10$(_context10) { + while (1) switch (_context10.prev = _context10.next) { + case 0: + return _context10.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/magazine_cates.json", { + method: 'get' + })); + case 1: + case "end": + return _context10.stop(); + } + }, _callee10); + })); + return _magazine_cates_query.apply(this, arguments); +} +function forbid_msg_status(_x10) { + return _forbid_msg_status.apply(this, arguments); +} + +// 禁言/取消禁言 +function _forbid_msg_status() { + _forbid_msg_status = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee11(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee11$(_context11) { + while (1) switch (_context11.prev = _context11.next) { + case 0: + return _context11.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(params === null || params === void 0 ? void 0 : params.id, "/forbid_msg_status.json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) + })); + case 1: + case "end": + return _context11.stop(); + } + }, _callee11); + })); + return _forbid_msg_status.apply(this, arguments); +} +function forbid_msg(_x11) { + return _forbid_msg.apply(this, arguments); +} +function _forbid_msg() { + _forbid_msg = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee12(data) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee12$(_context12) { + while (1) switch (_context12.prev = _context12.next) { + case 0: + return _context12.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data === null || data === void 0 ? void 0 : data.id, "/forbid_msg.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, data) + })); + case 1: + case "end": + return _context12.stop(); + } + }, _callee12); + })); + return _forbid_msg.apply(this, arguments); +} + +/***/ }), + +/***/ 68313: +/*!***********************************************!*\ + !*** ./src/pages/Magazinejor/img/commess.png ***! + \***********************************************/ +/***/ (function(module) { + +module.exports = "data:image/png;base64,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"; + +/***/ }) + +}]); \ No newline at end of file diff --git a/p__Magazinejor__component__Comment__index.7d96dcd8.chunk.css b/p__Magazinejor__component__Comment__index.7d96dcd8.chunk.css new file mode 100644 index 0000000000..5f9686212c --- /dev/null +++ b/p__Magazinejor__component__Comment__index.7d96dcd8.chunk.css @@ -0,0 +1,220 @@ +/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Comment/index.less?modules ***! + \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___f12fM { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___IJlfc { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center___eBrLc { + align-items: center; + box-align: center; +} +.flex_box_center_end___tJxej { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___G0PRH { + flex-direction: column; + box-orient: block-axis; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___j0Tly { + display: flex; + flex-direction: column; +} +.flex-row___i4Vli { + display: flex; + flex-direction: row; +} +.justify-start____96Dk { + display: flex; + justify-content: flex-start; +} +.justify-center___RkIUR { + display: flex; + justify-content: center; +} +.justify-end___PHZtV { + display: flex; + justify-content: flex-end; +} +.justify-evenly___e_hc5 { + display: flex; + justify-content: space-evenly; +} +.justify-around___XmVGx { + display: flex; + justify-content: space-around; +} +.justify-between___g9R7V { + display: flex; + justify-content: space-between; +} +.align-start___NL5oP { + display: flex; + align-items: flex-start; +} +.align-center___eQIe7 { + display: flex; + align-items: center; +} +.align-end___teRLW { + display: flex; + align-items: flex-end; +} +button { + margin: 0; + padding: 0; + border: 1px solid transparent; + outline: none; + background-color: transparent; +} +button:active { + opacity: 0.6; +} +.flex-col___j0Tly { + display: flex; + flex-direction: column; +} +.flex-row___i4Vli { + display: flex; + flex-direction: row; +} +.justify-start____96Dk { + display: flex; + justify-content: flex-start; +} +.justify-center___RkIUR { + display: flex; + justify-content: center; +} +.justify-end___PHZtV { + display: flex; + justify-content: flex-end; +} +.justify-evenly___e_hc5 { + display: flex; + justify-content: space-evenly; +} +.justify-around___XmVGx { + display: flex; + justify-content: space-around; +} +.justify-between___g9R7V { + display: flex; + justify-content: space-between; +} +.align-start___NL5oP { + display: flex; + align-items: flex-start; +} +.align-center___eQIe7 { + display: flex; + align-items: center; +} +.align-end___teRLW { + display: flex; + align-items: flex-end; +} +.wrap___mULfB { + width: 100%; + padding: 20px 30px; + background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%); + border-radius: 4px; + border: 1px solid rgba(255, 255, 255, 0.21); + position: relative; +} +.wrap___mULfB .bgimg___VCYMC { + position: absolute; + top: 12px; + right: 12px; +} +.wrap___mULfB .content___xL19v { + padding: 20px; + background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%) !important; +} +.reply___u3vbE { + background-color: #fff; + padding: 30px 20px; + background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%); +} +.reply___u3vbE input, +.reply___u3vbE button { + height: 40px; +} +.reply___u3vbE button { + padding-left: 20px; + padding-right: 20px; + margin-left: 20px; +} +.replyList___AyzMb { + padding: 0; +} +.replyList___AyzMb > div { + padding-bottom: 20px; + padding-top: 20px; + border-bottom: 1px solid #eaeaea; +} +.replyList___AyzMb > div img { + border-radius: 50px; +} +.comment___ed5kd { + background: #F6F7F9; + width: 100%; + position: relative; + border-radius: 4px; + margin-top: 10px; + margin-bottom: 5px; +} +.comment___ed5kd > div { + padding: 14px 20px; +} +.content___xL19v { + background-color: #fff; + margin-top: 5px; +} +.commentItem___0H_Qw:hover { + border-radius: 4px; +} +.commentItem___0H_Qw:hover [class~='forums-comment-delete'] { + display: block !important; +} +.commentParItem___RQ8zn:hover { + border-radius: 4px; +} +.commentParItem___RQ8zn:hover [class~='forums-comment-par-delete'] { + display: block !important; +} +.submitStyle___AeDkW { + width: 60px; + height: 32px; + background: #3061D0; + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + line-height: 32px; + text-align: center; + color: #fff; + cursor: pointer; +} + diff --git a/p__Magazinejor__component__Detail__index.c2b483a4.chunk.css b/p__Magazinejor__component__Detail__index.c2b483a4.chunk.css new file mode 100644 index 0000000000..e5712afb53 --- /dev/null +++ b/p__Magazinejor__component__Detail__index.c2b483a4.chunk.css @@ -0,0 +1,264 @@ +/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Detail/index.less?modules ***! + \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.Onerow___NVCta { + word-break: break-all; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.MultiLine___QpteS { + word-break: break-all; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; +} +.detailWrap___ZjiJI .detailTop___eoFqK { + width: 100%; + height: 305px; + background: linear-gradient(180deg, #2351B5 0%, #1F3B89 100%); + border-radius: 6px; + padding-left: 50px; + padding-right: 50px; + display: flex; + align-items: center; + justify-content: space-between; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM { + display: flex; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgCover___yzn5x { + margin-right: 70px; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF { + display: flex; + flex-direction: column; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d1___X4CRE { + font-family: AlibabaPuHuiTi_2_65_Medium; + font-size: 32px; + color: #FFFFFF; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d2___LFRtU { + display: flex; + margin-top: 20px; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d2___LFRtU .label___KAPru { + font-family: PingFangSC, PingFang SC; + font-weight: 400; + font-size: 16px; + color: rgba(255, 255, 255, 0.6); + margin-right: 10px; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d2___LFRtU .info___LqGYH { + font-family: PingFangSC, PingFang SC; + font-weight: 400; + font-size: 16px; + color: #FFFFFF; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d3___xTY9z { + display: flex; + margin-top: 10px; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d3___xTY9z .label___KAPru { + font-family: PingFangSC, PingFang SC; + font-weight: 400; + font-size: 16px; + color: rgba(255, 255, 255, 0.6); + margin-right: 10px; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d3___xTY9z .info___LqGYH { + word-break: break-all; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + display: inline-block; + max-width: 560px; + font-family: PingFangSC, PingFang SC; + font-weight: 400; + font-size: 16px; + color: #FFFFFF; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d4___MtL8r { + display: flex; + margin-top: 40px; +} +.detailWrap___ZjiJI .detailTop___eoFqK .topLeft___KhWEM .imgDes___ptSKF .d4___MtL8r .btn___ldQvs { + background: linear-gradient(90deg, #667FDF 0%, #3649BB 100%); + box-shadow: 0px 5px 10px 0px #174FD2, inset 0px 1px 6px 0px #FFFFFF; + border-radius: 25px; + padding: 17px 40px; + font-family: AlibabaPuHuiTi_2_85_Bold; + font-size: 16px; + color: #DBF3FF; + line-height: 16px; + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; + cursor: pointer; +} +.detailWrap___ZjiJI .detailCon___KvaHJ { + width: 100%; + display: flex; + margin-top: 30px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V { + width: 400px; + height: 605px; + background: linear-gradient(180deg, #0D2A6D 0%, #4B5DCD 100%); + box-shadow: inset 0px 1px 6px 0px #051E55; + border-radius: 4px; + padding: 18px; + margin-right: 20px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-content-box'] { + width: 360px; + height: 112px; + background: rgba(178, 189, 249, 0.18); + border-radius: 4px; + padding: 20px; + border: 1px solid rgba(255, 255, 255, 0.21); +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-header'] { + padding: 12px 0px !important; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-item-active'] { + border: none; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V [class~='ant-collapse-header-text'] { + font-family: PingFangSC, PingFang SC; + font-weight: 600; + font-size: 16px; + color: #fff; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V .commonMonth___Yd9zq { + display: inline-block; + width: 26px; + height: 26px; + text-align: center; + line-height: 26px; + border-radius: 2px; + font-weight: 600; + font-size: 14px; + margin-right: 30px; + background: #B2BDF9; + color: #585858; + cursor: pointer; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V .activeMonth___Pk1Q4 { + color: #fff; + background: linear-gradient(270deg, #0E62FF 0%, #17CFDF 100%); +} +.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V .disMonth___BpTwX { + cursor: not-allowed; + color: #708192; + background-color: #e4e4e4; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp { + flex: 1 1; + background: linear-gradient(180deg, #0D2A6D 0%, #4356C0 100%); + box-shadow: inset 0px 1px 6px 0px #051E55; + border-radius: 4px; + padding: 20px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 { + width: 100%; + background: linear-gradient(180deg, #91A4FB 0%, #9EAAE8 100%); + border-radius: 4px; + border: 1px solid rgba(255, 255, 255, 0.21); + padding: 20px; + position: relative; + z-index: 999; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .bgimg___reDEW { + position: absolute; + z-index: 99; + top: 2px; + right: 10px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .itemName___PSPLa { + padding: 8px 10px; + margin-bottom: 30px; + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; + height: 32px; + box-shadow: inset 0px 5px 17px 3px rgba(104, 126, 241, 0.5); + border-radius: 4px; + border: 1px solid; + background: linear-gradient(0deg, #2E81FF 0%, #725BFF 99%); + border-image: linear-gradient(180deg, #6f88e1, #d2d9ff) 1 1; + font-family: AlibabaPuHuiTi_2_85_Bold; + font-size: 16px; + color: #35D7E8; + line-height: 16px; + text-shadow: 0px 1px 2px rgba(193, 220, 255, 0.5), inset 0px 1px 3px #1E0B5F; + text-align: center; + font-style: normal; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 { + display: flex; + column-gap: 20px; + row-gap: 20px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F { + width: 315px; + height: 121px; + background: #CEDEFF; + border-radius: 6px; + border: 1px solid #D0F5FF; + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + display: flex; + padding: 8px; + cursor: pointer; + margin-right: 20px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F:hover { + box-shadow: 0px 1px 32px 0px rgba(35, 20, 255, 0.56); +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F:hover .detailWrap___ZjiJI .deltop___WjU5l .icon___w5A9I { + display: inline; + color: #5980FC; + font-size: 14px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI { + margin-left: 23px; + display: flex; + flex-direction: column; + justify-content: space-between; + width: 155px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .deltop___WjU5l { + display: flex; + align-items: center; + justify-content: space-between; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .deltop___WjU5l .title___yU81x { + word-break: break-all; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + max-width: 110px; + font-family: PingFangSC, PingFang SC; + font-weight: 600; + font-size: 14px; + color: #434D6C; + margin-top: 6px; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .deltop___WjU5l .icon___w5A9I { + display: none; +} +.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 .arcWrap___cIWb0 .artItem___ULJ1F .detailWrap___ZjiJI .delbottom___VgQH2 { + display: flex; + align-items: center; + justify-content: space-between; + font-family: PingFangSC, PingFang SC; + font-weight: 400; + font-size: 12px; + color: #333333; + margin-bottom: 3px; +} + diff --git a/p__Magazinejor__Index__index.79468fc0.async.js b/p__Magazinejor__component__Detail__index.cacb9f3e.async.js similarity index 57% rename from p__Magazinejor__Index__index.79468fc0.async.js rename to p__Magazinejor__component__Detail__index.cacb9f3e.async.js index 830f6b71c8..3e915d7b9b 100644 --- a/p__Magazinejor__Index__index.79468fc0.async.js +++ b/p__Magazinejor__component__Detail__index.cacb9f3e.async.js @@ -1,10 +1,55 @@ "use strict"; -(self["webpackChunk"] = self["webpackChunk"] || []).push([[18295],{ +(self["webpackChunk"] = self["webpackChunk"] || []).push([[75824],{ -/***/ 85619: -/*!************************************************************!*\ - !*** ./src/pages/Magazinejor/Index/index.tsx + 10 modules ***! - \************************************************************/ +/***/ 38226: +/*!*******************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/RightOutlined.js + 1 modules ***! + \*******************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_RightOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/RightOutlined.js +// This icon file is generated automatically. +var RightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, "name": "right", "theme": "outlined" }; +/* harmony default export */ var asn_RightOutlined = (RightOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/RightOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var RightOutlined_RightOutlined = function RightOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_RightOutlined + })); +}; + +/**![right](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTc2NS43IDQ4Ni44TDMxNC45IDEzNC43QTcuOTcgNy45NyAwIDAwMzAyIDE0MXY3Ny4zYzAgNC45IDIuMyA5LjYgNi4xIDEyLjZsMzYwIDI4MS4xLTM2MCAyODEuMWMtMy45IDMtNi4xIDcuNy02LjEgMTIuNlY4ODNjMCA2LjcgNy43IDEwLjQgMTIuOSA2LjNsNDUwLjgtMzUyLjFhMzEuOTYgMzEuOTYgMCAwMDAtNTAuNHoiIC8+PC9zdmc+) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(RightOutlined_RightOutlined); +if (false) {} +/* harmony default export */ var icons_RightOutlined = (RefIcon); + +/***/ }), + +/***/ 96857: +/*!**********************************************************************!*\ + !*** ./src/pages/Magazinejor/component/Detail/index.tsx + 1 modules ***! + \**********************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { // ESM COMPAT FLAG @@ -12,9 +57,12 @@ __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { - "default": function() { return /* binding */ Index; } + "default": function() { return /* binding */ Detail; } }); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js var regeneratorRuntime = __webpack_require__(7557); var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); @@ -26,24 +74,14 @@ var slicedToArray = __webpack_require__(79800); var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js var _react_17_0_2_react = __webpack_require__(59301); -// EXTERNAL MODULE: ./src/utils/fetch.ts -var fetch = __webpack_require__(82710); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules var spin = __webpack_require__(71418); -// EXTERNAL MODULE: ./src/.umi-production/exports.ts -var _umi_production_exports = __webpack_require__(88271); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/Index/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var Indexmodules = ({"Onerow":"Onerow___ZXocz","MultiLine":"MultiLine___yM_es","wrap":"wrap___f1xDS","leftWrap":"leftWrap___PHVhv","tabSty":"tabSty___TaU2a","activeTabSty":"activeTabSty___wsVDq","rightWrap":"rightWrap___pqtTo","detailWrap":"detailWrap___NXFTZ","detailTop":"detailTop___QQ1Oy","imgCover":"imgCover___WvNuY","imgDes":"imgDes___PpqQL","d2":"d2___RXHVK","d3":"d3___rNryY","info":"info___SCBNK"}); -// EXTERNAL MODULE: ./src/components/NoData/index.tsx -var NoData = __webpack_require__(63017); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js -var objectSpread2 = __webpack_require__(82242); -var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/collapse/index.js + 8 modules var collapse = __webpack_require__(36381); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules var tooltip = __webpack_require__(6848); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); ;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Detail/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var Detailmodules = ({"Onerow":"Onerow___NVCta","MultiLine":"MultiLine___QpteS","detailWrap":"detailWrap___ZjiJI","detailTop":"detailTop___eoFqK","topLeft":"topLeft___KhWEM","imgCover":"imgCover___yzn5x","imgDes":"imgDes___ptSKF","d1":"d1___X4CRE","d2":"d2___LFRtU","label":"label___KAPru","info":"info___LqGYH","d3":"d3___xTY9z","d4":"d4___MtL8r","btn":"btn___ldQvs","detailCon":"detailCon___KvaHJ","leftWrap":"leftWrap___ryJ1V","commonMonth":"commonMonth___Yd9zq","activeMonth":"activeMonth___Pk1Q4","disMonth":"disMonth___BpTwX","rightWrap":"rightWrap___fgkpp","itemWrap":"itemWrap___ir4i9","bgimg":"bgimg___reDEW","itemName":"itemName___PSPLa","arcWrap":"arcWrap___cIWb0","artItem":"artItem___ULJ1F","deltop":"deltop___WjU5l","icon":"icon___w5A9I","title":"title___yU81x","delbottom":"delbottom___VgQH2"}); @@ -52,8 +90,12 @@ var dayjs_min = __webpack_require__(61186); var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); // EXTERNAL MODULE: ./src/service/magazine.tsx var magazine = __webpack_require__(20103); +// EXTERNAL MODULE: ./src/components/NoData/index.tsx +var NoData = __webpack_require__(63017); // EXTERNAL MODULE: ./src/components/PreviewAll/index.tsx + 3 modules var PreviewAll = __webpack_require__(97672); +// EXTERNAL MODULE: ./src/utils/fetch.ts +var fetch = __webpack_require__(82710); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Detail/index.tsx @@ -414,2429 +456,41 @@ var Journal = function Journal(search) { width: 109, className: Detailmodules.bgimg })] - }, index); - }) - }) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) - })] - })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { - close: true, - data: previewData === null || previewData === void 0 ? void 0 : previewData.content, - type: previewData === null || previewData === void 0 ? void 0 : previewData.type, - hasMask: true, - monacoEditor: { - value: monacoValueRef.current, - language: "txt", - onChange: function onChange() {}, - options: { - readOnly: true, - fontSize: 14, - minimap: { - enabled: false - } - } - }, - onImgDimensions: null, - onClose: function onClose() { - setPreviewData({ - content: "", - type: "" - }); - } - })] - }) - }); -}; -/* harmony default export */ var Detail = (Journal); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules -var es_form = __webpack_require__(78241); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules -var message = __webpack_require__(8591); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js -var es_button = __webpack_require__(3113); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules -var modal = __webpack_require__(43418); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules -var input = __webpack_require__(92832); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules -var table = __webpack_require__(36546); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules -var pagination = __webpack_require__(19871); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js -var row = __webpack_require__(95237); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js -var col = __webpack_require__(43604); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js -var es_select = __webpack_require__(57809); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/index.js + 5 modules -var timeline = __webpack_require__(10777); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Submission/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var Submissionmodules = ({"wrap":"wrap___NSC48","topWrap":"topWrap___Rjj0n","title":"title___Ef_Vh","searchStyle":"searchStyle___VWE2C","search":"search___On81e","searchIcon":"searchIcon___Mi11k","tableWrap":"tableWrap___GQpAY","TitleStyle":"TitleStyle___kYpEi","timeLineSty":"timeLineSty___d4rk5"}); -// EXTERNAL MODULE: ./src/components/MultiUpload/index.tsx + 3 modules -var MultiUpload = __webpack_require__(86618); -// EXTERNAL MODULE: ./src/utils/util.tsx -var util = __webpack_require__(95972); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Submission/index.tsx - - - - - - - - - - - - - - - - - -var Submission_Journal = function Journal() { - var urlParams = (0,_umi_production_exports.useParams)(); - var _useState = (0,_react_17_0_2_react.useState)(false), - _useState2 = slicedToArray_default()(_useState, 2), - loading = _useState2[0], - setLoading = _useState2[1]; - var _Form$useForm = es_form/* default */.Z.useForm(), - _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), - form = _Form$useForm2[0]; - var _useState3 = (0,_react_17_0_2_react.useState)([]), - _useState4 = slicedToArray_default()(_useState3, 2), - columnList = _useState4[0], - setColumnList = _useState4[1]; - var _useState5 = (0,_react_17_0_2_react.useState)(false), - _useState6 = slicedToArray_default()(_useState5, 2), - submitLoading = _useState6[0], - setSubmitLoading = _useState6[1]; - var _useState7 = (0,_react_17_0_2_react.useState)([]), - _useState8 = slicedToArray_default()(_useState7, 2), - data = _useState8[0], - setData = _useState8[1]; - var _useState9 = (0,_react_17_0_2_react.useState)(0), - _useState10 = slicedToArray_default()(_useState9, 2), - total = _useState10[0], - setTotal = _useState10[1]; - var _useState11 = (0,_react_17_0_2_react.useState)({ - page: 1, - limit: 10 - }), - _useState12 = slicedToArray_default()(_useState11, 2), - params = _useState12[0], - setParams = _useState12[1]; - var _useState13 = (0,_react_17_0_2_react.useState)({ - content: "", - type: "" - }), - _useState14 = slicedToArray_default()(_useState13, 2), - previewData = _useState14[0], - setPreviewData = _useState14[1]; - var monacoValueRef = (0,_react_17_0_2_react.useRef)(); - var _useState15 = (0,_react_17_0_2_react.useState)(false), - _useState16 = slicedToArray_default()(_useState15, 2), - timeLineVis = _useState16[0], - setTimeLineVis = _useState16[1]; - var _useState17 = (0,_react_17_0_2_react.useState)([]), - _useState18 = slicedToArray_default()(_useState17, 2), - timeLineData = _useState18[0], - setTimeLineData = _useState18[1]; - var _useState19 = (0,_react_17_0_2_react.useState)(false), - _useState20 = slicedToArray_default()(_useState19, 2), - modifyVis = _useState20[0], - setModify = _useState20[1]; - var _useState21 = (0,_react_17_0_2_react.useState)(false), - _useState22 = slicedToArray_default()(_useState21, 2), - modifyBtnLoading = _useState22[0], - setModifyBtnLoading = _useState22[1]; - var _Form$useForm3 = es_form/* default */.Z.useForm(), - _Form$useForm4 = slicedToArray_default()(_Form$useForm3, 1), - modifyForm = _Form$useForm4[0]; - var _useState23 = (0,_react_17_0_2_react.useState)(), - _useState24 = slicedToArray_default()(_useState23, 2), - editId = _useState24[0], - setEditId = _useState24[1]; - var _useState25 = (0,_react_17_0_2_react.useState)(''), - _useState26 = slicedToArray_default()(_useState25, 2), - keyword = _useState26[0], - setKeyword = _useState26[1]; - var getColumn = /*#__PURE__*/function () { - var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { - var res; - return regeneratorRuntime_default()().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - setLoading(true); - _context.next = 3; - return (0,magazine/* getMagazinColumn */.id)({ - magazine_id: urlParams.id - }); - case 3: - res = _context.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - setColumnList(res === null || res === void 0 ? void 0 : res.data); - } - setLoading(false); - case 6: - case "end": - return _context.stop(); - } - }, _callee); - })); - return function getColumn() { - return _ref.apply(this, arguments); - }; - }(); - var handleFinish = /*#__PURE__*/function () { - var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2(values) { - var _values$attachment_id, res; - return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { - while (1) switch (_context2.prev = _context2.next) { - case 0: - setSubmitLoading(true); - if (values.attachment_id) { - values.attachment_id = values === null || values === void 0 || (_values$attachment_id = values.attachment_id) === null || _values$attachment_id === void 0 ? void 0 : _values$attachment_id.map(function (v) { - return v.response.id; - }); - } - _context2.next = 4; - return (0,magazine/* postMagazin */.QM)(objectSpread2_default()({}, values)); - case 4: - res = _context2.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - message/* default */.ZP.success('操作成功'); - form.resetFields(); - getData(); - } - setSubmitLoading(false); - case 7: - case "end": - return _context2.stop(); - } - }, _callee2); - })); - return function handleFinish(_x) { - return _ref2.apply(this, arguments); - }; - }(); - var handleModifyFinish = /*#__PURE__*/function () { - var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3(values) { - var _values$attachment_id2, res; - return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { - while (1) switch (_context3.prev = _context3.next) { - case 0: - setModifyBtnLoading(true); - if (values.attachment_id) { - values.attachment_id = values === null || values === void 0 || (_values$attachment_id2 = values.attachment_id) === null || _values$attachment_id2 === void 0 ? void 0 : _values$attachment_id2.map(function (v) { - return v.response.id; - }); - } - _context3.next = 4; - return (0,magazine/* editArticle */.OD)(objectSpread2_default()(objectSpread2_default()({}, values), {}, { - article_id: editId, - id: urlParams.id - })); - case 4: - res = _context3.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - message/* default */.ZP.success('操作成功'); - setModify(false); - getData(); - } - setModifyBtnLoading(false); - case 7: - case "end": - return _context3.stop(); - } - }, _callee3); - })); - return function handleModifyFinish(_x2) { - return _ref3.apply(this, arguments); - }; - }(); - var getData = /*#__PURE__*/function () { - var _ref4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() { - var res, _res$data, _res$data2; - return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { - while (1) switch (_context4.prev = _context4.next) { - case 0: - setLoading(true); - _context4.next = 3; - return (0,magazine/* getReviewList */.t_)(objectSpread2_default()(objectSpread2_default()({ - id: urlParams.id - }, params), {}, { - is_me: 1, - keyword: keyword - })); - case 3: - res = _context4.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - setData((res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list) || []); - setTotal((res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count) || 0); - } - setLoading(false); - case 6: - case "end": - return _context4.stop(); - } - }, _callee4); - })); - return function getData() { - return _ref4.apply(this, arguments); - }; - }(); - var preview = /*#__PURE__*/function () { - var _ref5 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5(item) { - var res; - return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { - while (1) switch (_context5.prev = _context5.next) { - case 0: - if (!((item === null || item === void 0 ? void 0 : item.file_type) === "txt")) { - _context5.next = 5; - break; - } - _context5.next = 3; - return (0,fetch/* default */.ZP)(item === null || item === void 0 ? void 0 : item.url, { - method: "get", - headers: { - "Content-Type": "application/xml" - } - }); - case 3: - res = _context5.sent; - monacoValueRef.current = res; - case 5: - setPreviewData({ - type: item === null || item === void 0 ? void 0 : item.file_type, - content: item === null || item === void 0 ? void 0 : item.url - }); - case 6: - case "end": - return _context5.stop(); - } - }, _callee5); - })); - return function preview(_x3) { - return _ref5.apply(this, arguments); - }; - }(); - var getProgressData = /*#__PURE__*/function () { - var _ref6 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6(article_id) { - var res, _res$data3, tempData; - return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { - while (1) switch (_context6.prev = _context6.next) { - case 0: - _context6.next = 2; - return (0,magazine/* getReviewProgress */.lp)({ - id: urlParams.id, - article_id: article_id - }); - case 2: - res = _context6.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - tempData = res === null || res === void 0 || (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.map(function (item, index) { - var color = (item === null || item === void 0 ? void 0 : item.status) == 'pending' ? '#3061D0' : (item === null || item === void 0 ? void 0 : item.status) == 'approved' ? '#00B187' : (item === null || item === void 0 ? void 0 : item.status) == 'rejected' ? '#ADB2B8' : (item === null || item === void 0 ? void 0 : item.status) == 'unstart' ? '#FA6400' : '#00CCFF'; - return { - label: item !== null && item !== void 0 && item.audit_at ? dayjs_min_default()(item === null || item === void 0 ? void 0 : item.audit_at).format('YYYY-MM-DD HH:mm') : '--', - color: color, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("p", { - children: (item === null || item === void 0 ? void 0 : item.user_name) || '--' - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("p", { - children: [(item === null || item === void 0 ? void 0 : item.status) == 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#3061D0' - }, - children: "\u5BA1\u6838\u4E2D" - }), (item === null || item === void 0 ? void 0 : item.status) == 'approved' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#00B187' - }, - children: "\u5DF2\u901A\u8FC7" - }), (item === null || item === void 0 ? void 0 : item.status) == 'rejected' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#ADB2B8' - }, - children: "\u5DF2\u62D2\u7EDD" - }), (item === null || item === void 0 ? void 0 : item.status) == 'unstart' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#FA6400' - }, - children: "\u5F85\u5BA1\u6838" - }), (item === null || item === void 0 ? void 0 : item.status) == 'submited' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#00CCFF' - }, - children: "\u63D0\u4EA4" - })] - })] - }) - }; - }); - setTimeLineData(tempData || []); - } - case 4: - case "end": - return _context6.stop(); - } - }, _callee6); - })); - return function getProgressData(_x4) { - return _ref6.apply(this, arguments); - }; - }(); - (0,_react_17_0_2_react.useEffect)(function () { - getColumn(); - getData(); - }, []); - var columns = [{ - title: '标题', - dataIndex: 'title', - width: '20%', - ellipsis: true, - align: 'left', - render: function render(text, record) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#17265F' - }, - children: text || '--' - }); - } - }, { - title: '投稿栏目', - dataIndex: 'category_name', - width: '10%', - ellipsis: true, - render: function render(text, record) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#17265F' - }, - children: text || '--' - }); - } - }, { - title: '投稿人', - dataIndex: 'author_name', - width: '10%', - ellipsis: true, - render: function render(text, record) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#17265F' - }, - children: text || '--' - }); - } - }, { - title: '审核进度', - width: '12%', - dataIndex: 'status', - render: function render(text, record) { - switch (text) { - case 'pending': - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#3061D0' - }, - children: "\u5BA1\u6838\u4E2D" - }); - case 'approved': - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#00B187' - }, - children: "\u5DF2\u901A\u8FC7" - }); - case 'rejected': - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#ADB2B8' - }, - children: "\u5DF2\u62D2\u7EDD" - }); - case 'unstart': - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#FA6400' - }, - children: "\u5F85\u5BA1\u6838" - }); - } - } - }, { - title: '上传附件', - dataIndex: 'attachment', - width: '12%', - ellipsis: true, - render: function render(text, record) { - var _record$attachment2; - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#418DFF', - cursor: 'pointer' - }, - onClick: function onClick() { - var _record$attachment; - if (record !== null && record !== void 0 && (_record$attachment = record.attachment) !== null && _record$attachment !== void 0 && _record$attachment.url) { - // openNewWindow(record?.attachment?.url) - preview(record === null || record === void 0 ? void 0 : record.attachment); - } - }, - children: (record === null || record === void 0 || (_record$attachment2 = record.attachment) === null || _record$attachment2 === void 0 ? void 0 : _record$attachment2.title) || '--' - }); - } - }, { - title: '提交日期', - width: '16%', - dataIndex: 'submit_at', - ellipsis: true, - render: function render(text) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#17265F' - }, - children: text ? dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') : '--' - }); - } - }, { - title: '操作', - align: 'right', - width: '20%', - dataIndex: 'created_at', - render: function render(text, record) { - return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "link", - style: { - color: '#3D60D1', - padding: 0 - }, - onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee7() { - return regeneratorRuntime_default()().wrap(function _callee7$(_context7) { - while (1) switch (_context7.prev = _context7.next) { - case 0: - _context7.next = 2; - return getProgressData(record === null || record === void 0 ? void 0 : record.id); - case 2: - setTimeLineVis(true); - case 3: - case "end": - return _context7.stop(); - } - }, _callee7); - })), - children: "\u8BE6\u60C5" - }), (record === null || record === void 0 ? void 0 : record.status) == 'unstart' && (0,util/* isCurrentUser */.$t)(record === null || record === void 0 ? void 0 : record.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "link", - style: { - color: '#3D60D1', - padding: 0, - marginLeft: '10px' - }, - onClick: function onClick() { - setEditId(record === null || record === void 0 ? void 0 : record.id); - modifyForm.setFieldsValue({ - title: record === null || record === void 0 ? void 0 : record.title, - category_id: record === null || record === void 0 ? void 0 : record.category_id, - attachment_id: record !== null && record !== void 0 && record.attachment ? (0,MultiUpload/* coverToFileList */.z)([record.attachment]) : [] - }); - setModify(true); - }, - children: "\u4FEE\u6539" - }), (record === null || record === void 0 ? void 0 : record.status) == 'unstart' && (0,util/* isCurrentUser */.$t)(record === null || record === void 0 ? void 0 : record.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "link", - style: { - color: '#3D60D1', - padding: 0, - marginLeft: '10px' - }, - onClick: function onClick() { - modal/* default */.Z.confirm({ - title: '取消投稿', - width: 550, - centered: true, - closable: true, - icon: null, - okText: '确定', - cancelText: '取消', - onOk: function () { - var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee8() { - var res; - return regeneratorRuntime_default()().wrap(function _callee8$(_context8) { - while (1) switch (_context8.prev = _context8.next) { - case 0: - _context8.next = 2; - return (0,magazine/* canclePost */.E)({ - id: urlParams === null || urlParams === void 0 ? void 0 : urlParams.id, - article_id: record === null || record === void 0 ? void 0 : record.id - }); - case 2: - res = _context8.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - message/* default */.ZP.success('操作成功'); - getData(); - } - case 4: - case "end": - return _context8.stop(); - } - }, _callee8); - })); - function onOk() { - return _onOk.apply(this, arguments); - } - return onOk; - }(), - content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - color: '#000' - }, - children: "\u786E\u5B9A\u8981\u64A4\u9500\u6295\u7A3F\u5417\uFF1F" - }) - }); - }, - children: "\u64A4\u7A3F" - })] - }); - } - }]; - return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { - spinning: loading, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Submissionmodules.wrap, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Submissionmodules.topWrap, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { - src: __webpack_require__(/*! ../../img/time.png */ 69871), - width: 19 - }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - className: Submissionmodules.title, - children: "\u6295\u7A3F\u8FDB\u5EA6\u67E5\u8BE2" - })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { - placeholder: "\u8BF7\u8F93\u5165\u6807\u9898\u8FDB\u884C\u641C\u7D22", - size: "large", - className: Submissionmodules.search, - onChange: function onChange(e) { - return setKeyword(e.target.value); - }, - onSearch: function onSearch(value) { - return setKeyword(value); - }, - suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-sousuo9 font14 ".concat(Submissionmodules.searchIcon), - onClick: function onClick() { - // getData() - } - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Submissionmodules.tableWrap, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, { - className: "".concat(Submissionmodules.TitleStyle), - dataSource: data, - columns: columns, - bordered: false, - size: "large", - locale: { - emptyText: /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) - }, - pagination: false - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { - className: "mt20", - defaultCurrent: 1, - current: params.page || 1, - hideOnSinglePage: true, - defaultPageSize: 10, - showQuickJumper: true, - showSizeChanger: true, - showTotal: function showTotal(total) { - return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { - children: ["\u5171 ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#3061d0' - }, - children: total - }), " \u6761\u6570\u636E"] - }); - }, - total: total, - onChange: function onChange(page, pageSize) { - params.page = page; - params.limit = pageSize; - setParams(objectSpread2_default()({}, params)); - getData(); - } - }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { - centered: true, - maskClosable: false, - destroyOnClose: true, - open: modifyVis, - title: "\u4FEE\u6539\u7A3F\u4EF6", - width: "600px", - onCancel: function onCancel() { - setModify(false); - }, - onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9() { - return regeneratorRuntime_default()().wrap(function _callee9$(_context9) { - while (1) switch (_context9.prev = _context9.next) { - case 0: - _context9.next = 2; - return modifyForm.submit(); - case 2: - setModify(false); - case 3: - case "end": - return _context9.stop(); - } - }, _callee9); - })), - okButtonProps: { - loading: modifyBtnLoading - }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, { - form: modifyForm, - onFinish: handleModifyFinish, - scrollToFirstError: true, - layout: "vertical", - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - justify: 'space-between', - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - name: "title", - label: "\u7A3F\u4EF6\u6807\u9898", - rules: [{ - required: true, - message: "请输入稿件标题" - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { - size: "large", - maxLength: 50, - showCount: true, - placeholder: "\u8BF7\u8F93\u5165\u7A3F\u4EF6\u6807\u9898", - style: { - width: "560px" - } - }) - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - name: "category_id", - label: "\u680F\u76EE", - rules: [{ - required: true, - message: "请选择栏目" - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { - style: { - width: "560px" - }, - size: "large", - placeholder: "\u8BF7\u9009\u62E9\u680F\u76EE", - options: columnList, - fieldNames: { - label: 'name', - value: 'id' - } - }) - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - name: "attachment_id", - children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, { - number: 1 - }) - })] - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { - title: "\u67E5\u770B\u8FDB\u5EA6", - open: timeLineVis, - width: 500, - onOk: function onOk() { - setTimeLineVis(false); - }, - onCancel: function onCancel() { - setTimeLineVis(false); - }, - className: Submissionmodules.timeLineSty, - maskClosable: false, - centered: true, - footer: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "primary", - onClick: function onClick() { - setTimeLineVis(false); - }, - children: "\u786E\u5B9A" - }, "back")], - children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Submissionmodules.timeline, - style: { - marginTop: 20 - }, - children: (timeLineData === null || timeLineData === void 0 ? void 0 : timeLineData.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(timeline/* default */.Z, { - mode: "left", - items: timeLineData - }) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - textAlign: 'center', - marginTop: 10 - }, - children: "\u6682\u65E0\u6570\u636E\uFF5E" - }) - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { - close: true, - data: previewData === null || previewData === void 0 ? void 0 : previewData.content, - type: previewData === null || previewData === void 0 ? void 0 : previewData.type, - hasMask: true, - monacoEditor: { - value: monacoValueRef.current, - language: "txt", - onChange: function onChange() {}, - options: { - readOnly: true, - fontSize: 14, - minimap: { - enabled: false - } - } - }, - onImgDimensions: null, - onClose: function onClose() { - setPreviewData({ - content: "", - type: "" - }); - } - })] - }) - }); -}; -/* harmony default export */ var Submission = (Submission_Journal); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js -var toConsumableArray = __webpack_require__(37205); -var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); -// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/DeleteOutlined.js + 1 modules -var DeleteOutlined = __webpack_require__(76466); -// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules -var env = __webpack_require__(69423); -// EXTERNAL MODULE: ./src/components/markdown-editor/index.tsx + 10 modules -var markdown_editor = __webpack_require__(92042); -// EXTERNAL MODULE: ./src/components/RenderHtml/index.tsx + 2 modules -var RenderHtml = __webpack_require__(85681); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/index.js + 2 modules -var es_switch = __webpack_require__(78673); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Comment/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var Commentmodules = ({"flex_box_center":"flex_box_center___f12fM","flex_space_between":"flex_space_between___IJlfc","flex_box_vertical_center":"flex_box_vertical_center___eBrLc","flex_box_center_end":"flex_box_center_end___tJxej","flex_box_column":"flex_box_column___G0PRH","flex-col":"flex-col___j0Tly","flex-row":"flex-row___i4Vli","justify-start":"justify-start____96Dk","justify-center":"justify-center___RkIUR","justify-end":"justify-end___PHZtV","justify-evenly":"justify-evenly___e_hc5","justify-around":"justify-around___XmVGx","justify-between":"justify-between___g9R7V","align-start":"align-start___NL5oP","align-center":"align-center___eQIe7","align-end":"align-end___teRLW","wrap":"wrap___mULfB","bgimg":"bgimg___VCYMC","content":"content___xL19v","reply":"reply___u3vbE","replyList":"replyList___AyzMb","comment":"comment___ed5kd","commentItem":"commentItem___0H_Qw","commentParItem":"commentParItem___RQ8zn","submitStyle":"submitStyle___AeDkW"}); -// EXTERNAL MODULE: ./src/service/forums.ts -var forums = __webpack_require__(35891); -// EXTERNAL MODULE: ./src/service/broadcast.ts -var broadcast = __webpack_require__(27895); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Comment/components/Second.tsx - - - - - - - - - - - - - - -dayjs_min_default().locale("ZH-cn"); -function second(_ref) { - var user = _ref.user, - _ref$vlist = _ref.vlist, - vlist = _ref$vlist === void 0 ? [] : _ref$vlist, - dispatch = _ref.dispatch, - params = _ref.params, - id = _ref.id, - memo_replies = _ref.memo_replies, - forumsDetail = _ref.forumsDetail, - allowForbidMsg = _ref.allowForbidMsg, - broadcast_id = _ref.broadcast_id; - return /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { - className: Commentmodules.comment, - children: vlist.map(function (val, key) { - var _user$userInfo, _user$userInfo2, _user$userInfo3; - return /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - className: Commentmodules.commentItem, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - span: 24, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, { - flex: "1", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", { - href: "/users/".concat(val.user_login), - target: "_blank", - style: { - color: '#9096A3', - fontSize: '12px' - }, - children: val === null || val === void 0 ? void 0 : val.username - }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#9096A3', - fontSize: '12px', - marginLeft: '10px' - }, - children: val.time - })] - }), val.user_id != ((_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.user_id) && allowForbidMsg && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "forums-comment-par-delete", - style: { - display: 'none' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: "\u8BBE\u7F6E", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-shezhi8 mr20 font14", - style: { - cursor: 'pointer' - }, - onClick: function onClick() { - var is_forbid_msg = false; - (0,broadcast/* forbid_msg_status */.CR)({ - id: broadcast_id, - user_id: val === null || val === void 0 ? void 0 : val.user_id - }).then(function (res) { - if ((res === null || res === void 0 ? void 0 : res.status) == 0) { - is_forbid_msg = res !== null && res !== void 0 && res.forbid_msg_status ? true : false; - modal/* default */.Z.confirm({ - centered: true, - okText: '确定', - cancelText: '取消', - icon: null, - title: '禁言设置', - content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - style: { - display: "flex", - alignItems: 'center' - }, - children: ["\u662F\u5426\u7981\u8A00 ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_switch/* default */.Z, { - defaultChecked: is_forbid_msg, - checkedChildren: "\u662F", - unCheckedChildren: "\u5426", - style: { - marginLeft: '10px' - }, - onChange: function onChange(e) { - is_forbid_msg = e; - } - })] - }) - }), - onOk: function () { - var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { - return regeneratorRuntime_default()().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - (0,broadcast/* forbid_msg */.eh)({ - id: broadcast_id, - user_id: val === null || val === void 0 ? void 0 : val.user_id, - is_forbid_msg: is_forbid_msg - }).then(function (res) { - if ((res === null || res === void 0 ? void 0 : res.status) == 0) { - message/* default */.ZP.success('操作成功'); - } - }); - case 1: - case "end": - return _context.stop(); - } - }, _callee); - })); - function onOk() { - return _onOk.apply(this, arguments); - } - return onOk; - }() - }); - } - }); - } - }) - }) - }), (val.can_delete || val.user_id === ((_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.user_id) || val.user_login === ((_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login)) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "forums-comment-delete", - style: { - display: 'none' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: "\u5220\u9664", - children: /*#__PURE__*/(0,jsx_runtime.jsx)(DeleteOutlined/* default */.Z, { - className: "current", - onClick: function onClick() { - modal/* default */.Z.confirm({ - centered: true, - width: 530, - okText: '确定', - cancelText: '取消', - title: '提示', - content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: "font16 tc", - children: "\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u6761\u56DE\u590D\u5417\uFF1F" - }), - onOk: function () { - var _onOk2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { - var res, filterData; - return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { - while (1) switch (_context2.prev = _context2.next) { - case 0: - _context2.next = 2; - return (0,forums/* deleteForums */.sW)({ - id: val.id, - memo_type: 'magazine' - }); - case 2: - res = _context2.sent; - filterData = memo_replies.find(function (x) { - return x.id === id; - }).children.filter(function (y) { - return y.id !== val.id; - }); - memo_replies.find(function (x) { - return x.id === id; - }).children = filterData; - dispatch({ - type: 'forumsDetail/setForumsDetailData', - payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { - memo_replies: toConsumableArray_default()(memo_replies), - memo_type: 'magazine' - }) - }); - case 6: - case "end": - return _context2.stop(); - } - }, _callee2); - })); - function onOk() { - return _onOk2.apply(this, arguments); - } - return onOk; - }() - }); - } - }) - }) - })] - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, { - value: val.content, - style: { - color: '#232B40', - fontSize: '14px' - } - }) - })] - }, key); - }) - }); -} -/* harmony default export */ var Second = (second); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Comment/index.tsx - - - - - - - - - - - - - - - - - - - - - -dayjs_min_default().locale("ZH-cn"); -var Comment = function Comment(_ref, ref) { - var user = _ref.user, - forumsDetail = _ref.forumsDetail, - globalSetting = _ref.globalSetting, - loading = _ref.loading, - dispatch = _ref.dispatch, - handleClick = _ref.handleClick, - is_author = _ref.is_author, - memoId = _ref.memoId, - broadcast_id = _ref.broadcast_id, - dataInfo = _ref.dataInfo; - var _ref2 = forumsDetail.forumsDetailData || {}, - memo = _ref2.memo, - memo_replies = _ref2.memo_replies; - var params = (0,_umi_production_exports.useParams)(); - var _useState = (0,_react_17_0_2_react.useState)(''), - _useState2 = slicedToArray_default()(_useState, 2), - value = _useState2[0], - setValue = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)(''), - _useState4 = slicedToArray_default()(_useState3, 2), - childValue = _useState4[0], - setChildValue = _useState4[1]; - var _useState5 = (0,_react_17_0_2_react.useState)(-1), - _useState6 = slicedToArray_default()(_useState5, 2), - showItemReply = _useState6[0], - setShowItemReply = _useState6[1]; - var _useState7 = (0,_react_17_0_2_react.useState)(false), - _useState8 = slicedToArray_default()(_useState7, 2), - hasMore = _useState8[0], - setHasMore = _useState8[1]; - var _useState9 = (0,_react_17_0_2_react.useState)(false), - _useState10 = slicedToArray_default()(_useState9, 2), - isMdFouch = _useState10[0], - setIsMdFouch = _useState10[1]; - var _useState11 = (0,_react_17_0_2_react.useState)(1), - _useState12 = slicedToArray_default()(_useState11, 2), - page = _useState12[0], - setPage = _useState12[1]; - (0,_react_17_0_2_react.useEffect)(function () { - setHasMore((memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count) > 10); - }, [memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count]); - (0,_react_17_0_2_react.useEffect)(function () { - dispatch({ - type: 'forumsDetail/getForumsDetailData', - payload: { - id: memoId, - memo_type: 'magazine' - } - }); - }, []); - var handeGetMoreData = /*#__PURE__*/function () { - var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { - var currentPage, res, _res$memo_replies; - return regeneratorRuntime_default()().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - currentPage = page + 1; - setPage(currentPage); - _context.next = 4; - return (0,forums/* getMoreReply */.z5)({ - id: memoId, - page: currentPage, - memo_type: 'magazine' - }); - case 4: - res = _context.sent; - if (res !== null && res !== void 0 && res.memo_replies) { - dispatch({ - type: 'forumsDetail/setForumsDetailData', - payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { - memo_replies: [].concat(toConsumableArray_default()(memo_replies), toConsumableArray_default()(res.memo_replies)) - }) - }); - setHasMore(((_res$memo_replies = res.memo_replies) === null || _res$memo_replies === void 0 ? void 0 : _res$memo_replies.length) === 10); - } - case 6: - case "end": - return _context.stop(); - } - }, _callee); - })); - return function handeGetMoreData() { - return _ref3.apply(this, arguments); - }; - }(); - var formatReplieData = function formatReplieData(data) { - var _user$userInfo, _user$userInfo2, _user$userInfo3, _user$userInfo4; - return objectSpread2_default()(objectSpread2_default()({}, data), {}, { - image_url: (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.image_url, - children: [], - user_id: (_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.user_id, - user_login: (_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login, - username: (_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : _user$userInfo4.username, - time: "".concat((0,util/* toTimeFormat */.li)((new Date().getTime() - new Date(data.created_at).getTime()) / 1000), "\u524D") - }); - }; - return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", { - className: Commentmodules.wrap, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - style: { - fontSize: '16px', - color: '#2C3238', - marginBottom: '20px' - }, - children: ["\u5168\u90E8\u56DE\u590D(", memo === null || memo === void 0 ? void 0 : memo.replies_count, ")"] - }), /*#__PURE__*/(0,jsx_runtime.jsx)("img", { - src: __webpack_require__(/*! ../../img/commess.png */ 68313), - width: 78, - className: Commentmodules.bgimg - }), !!(memo_replies !== null && memo_replies !== void 0 && memo_replies.length) && /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { - className: Commentmodules.content, - children: /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { - className: Commentmodules.replyList, - children: memo_replies === null || memo_replies === void 0 ? void 0 : memo_replies.map(function (v, k) { - var _user$userInfo5, _user$userInfo6, _user$userInfo7, _v$children; - return /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - gutter: [12, 12], - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - flex: "40px", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", { - href: "/users/".concat(v.user_login), - target: "_blank", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", { - alt: "\u7528\u6237\u5934\u50CF", - width: "46", - height: "46", - src: "".concat(env/* default */.Z.IMG_SERVER, "/images/").concat(v === null || v === void 0 ? void 0 : v.image_url) - }) - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - flex: "1", - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - align: "middle", - className: Commentmodules.commentParItem, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - span: 24, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, { - flex: "1", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", { - href: "/users/".concat(v.user_login), - target: "_blank", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#9096A3', - fontSize: '12px' - }, - children: v === null || v === void 0 ? void 0 : v.username - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#9096A3', - fontSize: '12px', - marginLeft: '10px' - }, - children: v.time - })] - }), v.user_id != ((_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : _user$userInfo5.user_id) && is_author && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "forums-comment-par-delete", - style: { - display: 'none' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: "\u8BBE\u7F6E", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-shezhi8 mr20 font14", - style: { - cursor: 'pointer' - }, - onClick: function onClick() { - var is_forbid_msg = false; - (0,broadcast/* forbid_msg_status */.CR)({ - id: broadcast_id, - user_id: v === null || v === void 0 ? void 0 : v.user_id - }).then(function (res) { - if ((res === null || res === void 0 ? void 0 : res.status) == 0) { - is_forbid_msg = res !== null && res !== void 0 && res.forbid_msg_status ? true : false; - modal/* default */.Z.confirm({ - centered: true, - okText: '确定', - cancelText: '取消', - icon: null, - title: '禁言设置', - content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - style: { - display: "flex", - alignItems: 'center' - }, - children: ["\u662F\u5426\u7981\u8A00 ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_switch/* default */.Z, { - defaultChecked: is_forbid_msg, - checkedChildren: "\u662F", - unCheckedChildren: "\u5426", - style: { - marginLeft: '10px' - }, - onChange: function onChange(e) { - is_forbid_msg = e; - } - })] - }) - }), - onOk: function () { - var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { - return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { - while (1) switch (_context2.prev = _context2.next) { - case 0: - (0,broadcast/* forbid_msg */.eh)({ - id: broadcast_id, - user_id: v === null || v === void 0 ? void 0 : v.user_id, - is_forbid_msg: is_forbid_msg - }).then(function (res) { - if ((res === null || res === void 0 ? void 0 : res.status) == 0) { - message/* default */.ZP.success('操作成功'); - } - }); - case 1: - case "end": - return _context2.stop(); - } - }, _callee2); - })); - function onOk() { - return _onOk.apply(this, arguments); - } - return onOk; - }() - }); - } - }); - } - }) - }) - }), (v.can_delete || v.user_id === ((_user$userInfo6 = user.userInfo) === null || _user$userInfo6 === void 0 ? void 0 : _user$userInfo6.user_id) || v.user_login === ((_user$userInfo7 = user.userInfo) === null || _user$userInfo7 === void 0 ? void 0 : _user$userInfo7.login)) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "forums-comment-par-delete", - style: { - display: 'none' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: "\u5220\u9664", - children: /*#__PURE__*/(0,jsx_runtime.jsx)(DeleteOutlined/* default */.Z, { - className: "current", - onClick: function onClick() { - modal/* default */.Z.confirm({ - centered: true, - width: 530, - okText: '确定', - cancelText: '取消', - title: '提示', - content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: "font16 tc", - children: "\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u6761\u56DE\u590D\u5417\uFF1F" - }), - onOk: function () { - var _onOk2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() { - var res, filterData; - return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { - while (1) switch (_context3.prev = _context3.next) { - case 0: - _context3.next = 2; - return (0,forums/* deleteForums */.sW)({ - id: v.id, - memo_type: 'magazine' - }); - case 2: - res = _context3.sent; - filterData = memo_replies.filter(function (y) { - return y.id !== v.id; - }); - dispatch({ - type: 'forumsDetail/setForumsDetailData', - payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { - memo_replies: toConsumableArray_default()(filterData), - memo_type: 'magazine' - }) - }); - case 5: - case "end": - return _context3.stop(); - } - }, _callee3); - })); - function onOk() { - return _onOk2.apply(this, arguments); - } - return onOk; - }() - }); - } - }) - }) - })] - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - span: 24, - style: { - marginTop: '5px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - onClick: handleClick, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, { - value: v.content, - style: { - color: '#232B40', - fontSize: '14px' - } - }) - }) - }), !!(v !== null && v !== void 0 && (_v$children = v.children) !== null && _v$children !== void 0 && _v$children.length) && /*#__PURE__*/(0,jsx_runtime.jsx)(Second, { - user: user, - id: v === null || v === void 0 ? void 0 : v.id, - vlist: v === null || v === void 0 ? void 0 : v.children, - dispatch: dispatch, - params: params, - memo_replies: memo_replies, - forumsDetail: forumsDetail, - allowForbidMsg: !(memo !== null && memo !== void 0 && memo.is_forbid_msg), - broadcast_id: broadcast_id - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - span: 24, - className: "mt5 c-light-black", - children: showItemReply === k ? /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, { - onChange: function onChange(v) { - setChildValue(v); - }, - height: 150, - isFocus: true, - placeholder: "\u6211\u8981\u56DE\u590D..." - }), /*#__PURE__*/(0,jsx_runtime.jsx)(row/* default */.Z, { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - span: 24, - className: "tr", - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "primary", - size: 'middle', - onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() { - var res; - return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { - while (1) switch (_context4.prev = _context4.next) { - case 0: - if (!(childValue === '')) { - _context4.next = 4; - break; - } - message/* default */.ZP.error('请输入内容'); - _context4.next = 9; - break; - case 4: - _context4.next = 6; - return (0,forums/* reply */.ts)({ - parent_id: v.id, - content: childValue, - memo_type: 'magazine' - }); - case 6: - res = _context4.sent; - setChildValue(null); - if (res) { - setShowItemReply(-1); - memo_replies.find(function (x) { - return x.id === res.parent_id; - }).children.push(formatReplieData(res)); - dispatch({ - type: 'forumsDetail/setForumsDetailData', - payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { - memo: objectSpread2_default()(objectSpread2_default()({}, memo), {}, { - reply_for_memo_count: (memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count) + 1 - }), - memo_replies: toConsumableArray_default()(memo_replies), - memo_type: 'magazine' - }) - }); - } - case 9: - case "end": - return _context4.stop(); - } - }, _callee4); - })), - children: "\u53D1\u9001" - }) - }) - })] - }) : /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: "tr", - style: { - textAlign: 'right' - }, - children: [!(memo !== null && memo !== void 0 && memo.is_forbid_msg) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - className: "iconfont icon-xiaopinglun mr30 current font14", - onClick: function onClick() { - return setShowItemReply(k); - } - }), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: v.user_praise ? "取消点赞" : "点赞", - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { - className: v.user_praise ? "c-orange" : "c-gery-888", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-dianzan4 current font14", - onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { - var res; - return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { - while (1) switch (_context5.prev = _context5.next) { - case 0: - _context5.next = 2; - return (0,forums/* like */.vL)({ - id: v.id, - container_type: 'Memo', - type: v.user_praise ? 0 : 1, - memo_type: 'magazine' - }); - case 2: - res = _context5.sent; - if ((res === null || res === void 0 ? void 0 : res.praise_count) >= 0) { - memo_replies.find(function (x) { - return x.id === v.id; - }).user_praise = !v.user_praise; - memo_replies.find(function (x) { - return x.id === v.id; - }).praise_count = res === null || res === void 0 ? void 0 : res.praise_count; - dispatch({ - type: 'forumsDetail/setForumsDetailData', - payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { - memo_replies: toConsumableArray_default()(memo_replies), - memo_type: 'magazine' - }) - }); - } - case 4: - case "end": - return _context5.stop(); - } - }, _callee5); - })) - }), v.praise_count > 0 ? v.praise_count : ''] - }) - })] - }) - })] - }) - })] - }, k); - }) - }) - }), hasMore && /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { - className: "bg-white pb20", - style: { - display: 'flex', - justifyContent: 'center', - marginTop: '20px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - justify: "space-between", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - children: hasMore && /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { - style: { - color: '#3061D0', - fontSize: '14px' - }, - onClick: handeGetMoreData, - children: ["\u67E5\u770B\u66F4\u591A\u8BC4\u8BBA", /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "icon icon-zhankaixiaojiantou ", - style: { - fontSize: '10px', - marginLeft: '3px' - } - })] - }) - })] - }) - }), !(memo !== null && memo !== void 0 && memo.is_forbid_msg) && /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", { - className: Commentmodules.reply, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, { - onBlur: function onBlur() { - return setIsMdFouch(false); - }, - isFocus: isMdFouch, - defaultValue: value, - id: "writeForumsReviewId", - onChange: function onChange(v) { - setValue(v); - }, - placeholder: "\u6211\u8981\u56DE\u590D...", - height: 240 - }), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - flex: "1" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Commentmodules.submitStyle, - style: { - width: '60px', - height: '32px', - textAlign: 'center' - }, - onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6() { - var res; - return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { - while (1) switch (_context6.prev = _context6.next) { - case 0: - if (!(value === '')) { - _context6.next = 4; - break; - } - message/* default */.ZP.error('请输入内容'); - _context6.next = 9; - break; - case 4: - _context6.next = 6; - return (0,forums/* reply */.ts)({ - parent_id: (memo === null || memo === void 0 ? void 0 : memo.id) || memoId, - content: value, - memo_type: 'magazine' - }); - case 6: - res = _context6.sent; - setValue(null); - if (res) { - dispatch({ - type: 'forumsDetail/setForumsDetailData', - payload: objectSpread2_default()(objectSpread2_default()({}, forumsDetail.forumsDetailData), {}, { - memo: objectSpread2_default()(objectSpread2_default()({}, memo), {}, { - reply_for_memo_count: (memo === null || memo === void 0 ? void 0 : memo.reply_for_memo_count) + 1 - }), - memo_replies: [formatReplieData(res)].concat(toConsumableArray_default()(memo_replies || [])), - memo_type: 'magazine' - }) - }); - } - case 9: - case "end": - return _context6.stop(); - } - }, _callee6); - })), - children: "\u53D1\u9001" - }) - })] - })] - })] - }); -}; -/* harmony default export */ var component_Comment = ((0,_umi_production_exports.connect)(function (_ref7) { - var user = _ref7.user, - forumsDetail = _ref7.forumsDetail, - loading = _ref7.loading, - globalSetting = _ref7.globalSetting; - return { - user: user, - forumsDetail: forumsDetail, - globalSetting: globalSetting, - loading: loading.models.forumsDetail - }; -}, null, null, { - forwardRef: true -})( /*#__PURE__*/(0,_react_17_0_2_react.forwardRef)(Comment))); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Journal/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var Journalmodules = ({"Onerow":"Onerow___b5D0L","MultiLine":"MultiLine___cBLR3","wrap":"wrap___tIUGb","topWrap":"topWrap___CXoWL","btn":"btn___tTfH0","contSty":"contSty___Qnqof","itemWrap":"itemWrap___KNeZs"}); -// EXTERNAL MODULE: ./src/utils/authority.ts -var authority = __webpack_require__(64118); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Journal/index.tsx - - - - - - - - - - - - - - - -var Journal_Journal = function Journal() { - var _useState = (0,_react_17_0_2_react.useState)(false), - _useState2 = slicedToArray_default()(_useState, 2), - loading = _useState2[0], - setLoading = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)({}), - _useState4 = slicedToArray_default()(_useState3, 2), - data = _useState4[0], - setData = _useState4[1]; - var _useState5 = (0,_react_17_0_2_react.useState)({ - content: "", - type: "" - }), - _useState6 = slicedToArray_default()(_useState5, 2), - previewData = _useState6[0], - setPreviewData = _useState6[1]; - var monacoValueRef = (0,_react_17_0_2_react.useRef)(); - var _useState7 = (0,_react_17_0_2_react.useState)(0), - _useState8 = slicedToArray_default()(_useState7, 2), - modalVis = _useState8[0], - setModalVis = _useState8[1]; - var _useState9 = (0,_react_17_0_2_react.useState)(false), - _useState10 = slicedToArray_default()(_useState9, 2), - modifyBtnLoading = _useState10[0], - setModifyBtnLoading = _useState10[1]; - var _Form$useForm = es_form/* default */.Z.useForm(), - _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), - modifyForm = _Form$useForm2[0]; - var _useState11 = (0,_react_17_0_2_react.useState)(), - _useState12 = slicedToArray_default()(_useState11, 2), - editId = _useState12[0], - setEditId = _useState12[1]; - var preview = /*#__PURE__*/function () { - var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee(item) { - var res; - return regeneratorRuntime_default()().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - if (!((item === null || item === void 0 ? void 0 : item.file_type) === "txt")) { - _context.next = 5; - break; - } - _context.next = 3; - return (0,fetch/* default */.ZP)(item === null || item === void 0 ? void 0 : item.url, { - method: "get", - headers: { - "Content-Type": "application/xml" - } - }); - case 3: - res = _context.sent; - monacoValueRef.current = res; - case 5: - setPreviewData({ - type: item === null || item === void 0 ? void 0 : item.file_type, - content: item === null || item === void 0 ? void 0 : item.url - }); - case 6: - case "end": - return _context.stop(); - } - }, _callee); - })); - return function preview(_x) { - return _ref.apply(this, arguments); - }; - }(); - (0,_react_17_0_2_react.useEffect)(function () { - getData(); - }, []); - var getData = /*#__PURE__*/function () { - var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { - var res; - return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { - while (1) switch (_context2.prev = _context2.next) { - case 0: - setLoading(true); - _context2.next = 3; - return (0,magazine/* getOtherMagazine */._3)(); - case 3: - res = _context2.sent; - if (res) { - setData(res); - } - setLoading(false); - case 6: - case "end": - return _context2.stop(); - } - }, _callee2); - })); - return function getData() { - return _ref2.apply(this, arguments); - }; - }(); - var handleModifyFinish = /*#__PURE__*/function () { - var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3(values) { - var _values$cover_id, res; - return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { - while (1) switch (_context3.prev = _context3.next) { - case 0: - setModifyBtnLoading(true); - if (values.cover_id) { - values.cover_id = values === null || values === void 0 || (_values$cover_id = values.cover_id) === null || _values$cover_id === void 0 || (_values$cover_id = _values$cover_id.map(function (v) { - return v.response.id; - })) === null || _values$cover_id === void 0 ? void 0 : _values$cover_id[0]; - } - if (!(modalVis == 1)) { - _context3.next = 8; - break; - } - _context3.next = 5; - return (0,magazine/* createOtherMagazine */.P6)(objectSpread2_default()({}, values)); - case 5: - _context3.t0 = _context3.sent; - _context3.next = 11; - break; - case 8: - _context3.next = 10; - return (0,magazine/* modifyOtherMagazine */.fp)(objectSpread2_default()(objectSpread2_default()({}, values), {}, { - id: editId - })); - case 10: - _context3.t0 = _context3.sent; - case 11: - res = _context3.t0; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - message/* default */.ZP.success('操作成功'); - setModalVis(0); - getData(); - } - setModifyBtnLoading(false); - case 14: - case "end": - return _context3.stop(); - } - }, _callee3); - })); - return function handleModifyFinish(_x2) { - return _ref3.apply(this, arguments); - }; - }(); - return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { - spinning: loading, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Journalmodules.wrap, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Journalmodules.topWrap, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: "align-center", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { - src: __webpack_require__(/*! ../../img/otherjor.png */ 78391), - width: 20, - style: { - marginTop: '4px', - marginRight: '8px' - } - }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#fff', - fontSize: "16px", - fontWeight: 600 - }, - children: "\u5176\u4ED6\u671F\u520A" - })] - }), (0,authority/* isSuperAdmins */.Ny)() && /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Journalmodules.btn, - onClick: function onClick() { - setModalVis(1); - }, - children: "\u65B0\u589E\u671F\u520A" - })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: !!(data !== null && data !== void 0 && data.length) ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Journalmodules.contSty, - children: data === null || data === void 0 ? void 0 : data.map(function (item, index) { - return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Journalmodules.itemWrap, - style: { - // marginTop: index >4 ? '30px':'0px', - // marginRight: (index+1)%5 === 0 ? '0px':'40px' - }, - children: [(0,authority/* isSuperAdmins */.Ny)() && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: "\u7F16\u8F91", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-bianji14 mr10 current", - style: { - color: '#5980FC', - fontSize: '24px' - }, - onClick: function onClick() { - setEditId(item === null || item === void 0 ? void 0 : item.id); - modifyForm.setFieldsValue({ - name: item === null || item === void 0 ? void 0 : item.name, - redirect_url: item === null || item === void 0 ? void 0 : item.redirect_url, - cover_id: item !== null && item !== void 0 && item.attachment ? (0,MultiUpload/* coverToFileList */.z)([item === null || item === void 0 ? void 0 : item.attachment]) : [] - }); - setModalVis(2); - } - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { - title: "\u5220\u9664", - children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-shanchu13 current", - style: { - color: '#5980FC', - fontSize: '24px' - }, - onClick: function onClick() { - modal/* default */.Z.confirm({ - title: '删除期刊', - width: 550, - centered: true, - closable: true, - okText: '确定', - onOk: function () { - var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() { - var res; - return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { - while (1) switch (_context4.prev = _context4.next) { - case 0: - _context4.next = 2; - return (0,magazine/* delOtherMagazine */.UV)({ - id: item === null || item === void 0 ? void 0 : item.id - }); - case 2: - res = _context4.sent; - if ((res === null || res === void 0 ? void 0 : res.status) == 0) { - message/* default */.ZP.success('操作成功!'); - getData(); - } - case 4: - case "end": - return _context4.stop(); - } - }, _callee4); - })); - function onOk() { - return _onOk.apply(this, arguments); - } - return onOk; - }(), - cancelText: '取消', - icon: null, - content: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - style: { - color: '#000' - }, - children: ["\u786E\u5B9A\u8981\u5220\u9664\u300A", item === null || item === void 0 ? void 0 : item.name, "\u300B\u5417\uFF1F"] - }) - }); - } - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)("img", { - src: item === null || item === void 0 ? void 0 : item.cover_url - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: item === null || item === void 0 ? void 0 : item.name - })] - }, index); - }) - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { - centered: true, - maskClosable: false, - destroyOnClose: true, - open: [1, 2].includes(modalVis), - title: modalVis == 1 ? '新增期刊' : '编辑期刊', - width: "935px", - className: Journalmodules.modalStyle, - okText: modalVis == 1 ? '确认新增' : '确定', - onCancel: function onCancel() { - setModalVis(0); - modifyForm.resetFields(); - }, - onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { - return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { - while (1) switch (_context5.prev = _context5.next) { - case 0: - _context5.next = 2; - return modifyForm.submit(); - case 2: - setModalVis(0); - case 3: - case "end": - return _context5.stop(); - } - }, _callee5); - })), - okButtonProps: { - loading: modifyBtnLoading - }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, { - form: modifyForm, - onFinish: handleModifyFinish, - scrollToFirstError: true, - size: "large", - labelAlign: "right", - labelCol: { - span: 2, - offset: 0 - }, - colon: false, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - name: "name", - label: "\u671F\u520A\u540D\u79F0", - rules: [{ - required: true, - message: "请输入期刊名称" - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { - showCount: true, - maxLength: 50, - placeholder: "\u8BF7\u8F93\u5165\u671F\u520A\u540D\u79F0", - style: { - width: "770px" - } - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - name: "redirect_url", - label: "\u5916\u94FE", - rules: [{ - required: true, - message: "请输入外链" - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { - placeholder: "\u8BF7\u8F93\u5165\u5916\u94FE", - style: { - width: "770px" - } - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - name: "cover_id", - label: "\u5C01\u9762\u56FE", - rules: [{ - required: true, - message: "请上传封面图" - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, { - number: 1 - }) - })] - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { - close: true, - data: previewData === null || previewData === void 0 ? void 0 : previewData.content, - type: previewData === null || previewData === void 0 ? void 0 : previewData.type, - hasMask: true, - monacoEditor: { - value: monacoValueRef.current, - language: "txt", - onChange: function onChange() {}, - options: { - readOnly: true, - fontSize: 14, - minimap: { - enabled: false - } - } - }, - onImgDimensions: null, - onClose: function onClose() { - setPreviewData({ - content: "", - type: "" - }); - } - })] - }) - }); -}; -/* harmony default export */ var component_Journal = (Journal_Journal); -;// CONCATENATED MODULE: ./src/pages/Magazinejor/Index/index.tsx - - - - - - - - - - - - - - - -var MagazineVerDetail = function MagazineVerDetail() { - var params = (0,_umi_production_exports.useParams)(); - var _useState = (0,_react_17_0_2_react.useState)({}), - _useState2 = slicedToArray_default()(_useState, 2), - data = _useState2[0], - setData = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)(1), - _useState4 = slicedToArray_default()(_useState3, 2), - tabActive = _useState4[0], - setTabActive = _useState4[1]; - var _useState5 = (0,_react_17_0_2_react.useState)(false), - _useState6 = slicedToArray_default()(_useState5, 2), - spinLoading = _useState6[0], - setSpinLoading = _useState6[1]; - var _useState7 = (0,_react_17_0_2_react.useState)([{ - id: 1, - title: '期刊详情', - tab: __webpack_require__(/*! ../img/tab1.png */ 39377), - tabA: '' - }, { - id: 2, - title: '评论互动', - tab: __webpack_require__(/*! ../img/tab2a.png */ 97071), - tabA: __webpack_require__(/*! ../img/tab2a.png */ 97071) - }, { - id: 3, - title: '投稿进度', - tab: __webpack_require__(/*! ../img/tab3.png */ 27602), - tabA: __webpack_require__(/*! ../img/tab2a.png */ 97071) - }, { - id: 4, - title: '其他期刊', - tab: __webpack_require__(/*! ../img/tab4.png */ 63898), - tabA: __webpack_require__(/*! ../img/tab2a.png */ 97071) - }]), - _useState8 = slicedToArray_default()(_useState7, 2), - tabList = _useState8[0], - setTabList = _useState8[1]; - (0,_react_17_0_2_react.useEffect)(function () { - getData(); - }, []); - var getData = /*#__PURE__*/function () { - var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { - var res; - return regeneratorRuntime_default()().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - setSpinLoading(true); - _context.next = 3; - return (0,fetch/* default */.ZP)("/api/magazines/".concat(1, ".json"), { - // const res = await Fetch(`/api/magazines/${params?.id}.json`, { - method: 'get' - }); - case 3: - res = _context.sent; - if ((res === null || res === void 0 ? void 0 : res.status) === 0) { - setData(res === null || res === void 0 ? void 0 : res.data); + }, index); + }) + }) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) + })] + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { + close: true, + data: previewData === null || previewData === void 0 ? void 0 : previewData.content, + type: previewData === null || previewData === void 0 ? void 0 : previewData.type, + hasMask: true, + monacoEditor: { + value: monacoValueRef.current, + language: "txt", + onChange: function onChange() {}, + options: { + readOnly: true, + fontSize: 14, + minimap: { + enabled: false } - setSpinLoading(false); - case 6: - case "end": - return _context.stop(); + } + }, + onImgDimensions: null, + onClose: function onClose() { + setPreviewData({ + content: "", + type: "" + }); } - }, _callee); - })); - return function getData() { - return _ref.apply(this, arguments); - }; - }(); - return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { - spinning: spinLoading, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("section", { - className: Indexmodules.wrap, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Indexmodules.leftWrap, - children: tabList.map(function (item, index) { - return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: "".concat(Indexmodules.tabSty, " ").concat((item === null || item === void 0 ? void 0 : item.id) == tabActive ? Indexmodules.tabSty : ''), - onClick: function onClick() { - if ((item === null || item === void 0 ? void 0 : item.id) == tabActive) return; - setTimeout(function () { - setTabActive(item === null || item === void 0 ? void 0 : item.id); - }, 100); - }, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { - src: item === null || item === void 0 ? void 0 : item.tab, - width: 16, - style: { - marginRight: '10px', - marginTop: '-3px' - } - }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - children: item === null || item === void 0 ? void 0 : item.title - })] - }, index); - }) - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Indexmodules.rightWrap, - children: [tabActive === 1 && /*#__PURE__*/(0,jsx_runtime.jsx)(Detail, {}), tabActive == 2 && (data !== null && data !== void 0 && data.memo_id ? /*#__PURE__*/(0,jsx_runtime.jsx)(component_Comment, { - broadcast_id: data === null || data === void 0 ? void 0 : data.broadcast_id, - memoId: data === null || data === void 0 ? void 0 : data.memo_id, - is_author: data === null || data === void 0 ? void 0 : data.is_author - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})), tabActive === 3 && /*#__PURE__*/(0,jsx_runtime.jsx)(Submission, {}), tabActive === 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(component_Journal, {})] })] }) }); }; -/* harmony default export */ var Index = (MagazineVerDetail); - -/***/ }), - -/***/ 27895: -/*!**********************************!*\ - !*** ./src/service/broadcast.ts ***! - \**********************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ A: function() { return /* binding */ broadcasts_update; }, -/* harmony export */ CR: function() { return /* binding */ forbid_msg_status; }, -/* harmony export */ Dg: function() { return /* binding */ broadcasts_info; }, -/* harmony export */ Dx: function() { return /* binding */ revoke_apply_public; }, -/* harmony export */ Pn: function() { return /* binding */ broadcasts_add; }, -/* harmony export */ To: function() { return /* binding */ apply_public; }, -/* harmony export */ a6: function() { return /* binding */ cancel_public; }, -/* harmony export */ bV: function() { return /* binding */ broadcasts_delete; }, -/* harmony export */ eh: function() { return /* binding */ forbid_msg; }, -/* harmony export */ ev: function() { return /* binding */ magazine_cates_query; }, -/* harmony export */ u$: function() { return /* binding */ broadcasts_query; }, -/* harmony export */ xq: function() { return /* binding */ broadcasts_homepage; } -/* harmony export */ }); -/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js */ 7557); -/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242); -/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__); -/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js */ 41498); -/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__); -/* harmony import */ var _utils_fetch__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/utils/fetch */ 82710); - - - - - -// 广播消息列表 -function broadcasts_query(_x) { - return _broadcasts_query.apply(this, arguments); -} -// 智云告示-首页 -function _broadcasts_query() { - _broadcasts_query = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee(params) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - return _context.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts.json", { - method: 'get', - params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) - })); - case 1: - case "end": - return _context.stop(); - } - }, _callee); - })); - return _broadcasts_query.apply(this, arguments); -} -function broadcasts_homepage(_x2) { - return _broadcasts_homepage.apply(this, arguments); -} - -// 创建广播消息 -function _broadcasts_homepage() { - _broadcasts_homepage = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee2(params) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee2$(_context2) { - while (1) switch (_context2.prev = _context2.next) { - case 0: - return _context2.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/homepage.json", { - method: 'get', - params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) - })); - case 1: - case "end": - return _context2.stop(); - } - }, _callee2); - })); - return _broadcasts_homepage.apply(this, arguments); -} -function broadcasts_add(_x3) { - return _broadcasts_add.apply(this, arguments); -} - -// 创建广播消息 -function _broadcasts_add() { - _broadcasts_add = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee3(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee3$(_context3) { - while (1) switch (_context3.prev = _context3.next) { - case 0: - return _context3.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts.json", { - method: 'post', - body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, data) - })); - case 1: - case "end": - return _context3.stop(); - } - }, _callee3); - })); - return _broadcasts_add.apply(this, arguments); -} -function broadcasts_update(_x4) { - return _broadcasts_update.apply(this, arguments); -} - -// 广播消息详情 -function _broadcasts_update() { - _broadcasts_update = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee4(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee4$(_context4) { - while (1) switch (_context4.prev = _context4.next) { - case 0: - return _context4.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data === null || data === void 0 ? void 0 : data.id, ".json"), { - method: 'put', - body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, data) - })); - case 1: - case "end": - return _context4.stop(); - } - }, _callee4); - })); - return _broadcasts_update.apply(this, arguments); -} -function broadcasts_info(_x5) { - return _broadcasts_info.apply(this, arguments); -} - -// 删除广播消息 -function _broadcasts_info() { - _broadcasts_info = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee5(params) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee5$(_context5) { - while (1) switch (_context5.prev = _context5.next) { - case 0: - return _context5.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(params, ".json"), { - method: 'get' - })); - case 1: - case "end": - return _context5.stop(); - } - }, _callee5); - })); - return _broadcasts_info.apply(this, arguments); -} -function broadcasts_delete(_x6) { - return _broadcasts_delete.apply(this, arguments); -} - -// 申请公开 -function _broadcasts_delete() { - _broadcasts_delete = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee6(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee6$(_context6) { - while (1) switch (_context6.prev = _context6.next) { - case 0: - return _context6.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, ".json"), { - method: 'delete' - })); - case 1: - case "end": - return _context6.stop(); - } - }, _callee6); - })); - return _broadcasts_delete.apply(this, arguments); -} -function apply_public(_x7) { - return _apply_public.apply(this, arguments); -} -// 撤销申请公开 -function _apply_public() { - _apply_public = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee7(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee7$(_context7) { - while (1) switch (_context7.prev = _context7.next) { - case 0: - return _context7.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, "/apply_public.json"), { - method: 'post' - })); - case 1: - case "end": - return _context7.stop(); - } - }, _callee7); - })); - return _apply_public.apply(this, arguments); -} -function revoke_apply_public(_x8) { - return _revoke_apply_public.apply(this, arguments); -} -// 取消公开 -function _revoke_apply_public() { - _revoke_apply_public = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee8(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee8$(_context8) { - while (1) switch (_context8.prev = _context8.next) { - case 0: - return _context8.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, "/revoke_apply_public.json"), { - method: 'post' - })); - case 1: - case "end": - return _context8.stop(); - } - }, _callee8); - })); - return _revoke_apply_public.apply(this, arguments); -} -function cancel_public(_x9) { - return _cancel_public.apply(this, arguments); -} - -// 获取云杂志分类列表 -function _cancel_public() { - _cancel_public = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee9(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee9$(_context9) { - while (1) switch (_context9.prev = _context9.next) { - case 0: - return _context9.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data, "/cancel_public.json"), { - method: 'post' - })); - case 1: - case "end": - return _context9.stop(); - } - }, _callee9); - })); - return _cancel_public.apply(this, arguments); -} -function magazine_cates_query() { - return _magazine_cates_query.apply(this, arguments); -} - -// 查询禁言状态 -function _magazine_cates_query() { - _magazine_cates_query = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee10() { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee10$(_context10) { - while (1) switch (_context10.prev = _context10.next) { - case 0: - return _context10.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/magazine_cates.json", { - method: 'get' - })); - case 1: - case "end": - return _context10.stop(); - } - }, _callee10); - })); - return _magazine_cates_query.apply(this, arguments); -} -function forbid_msg_status(_x10) { - return _forbid_msg_status.apply(this, arguments); -} - -// 禁言/取消禁言 -function _forbid_msg_status() { - _forbid_msg_status = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee11(params) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee11$(_context11) { - while (1) switch (_context11.prev = _context11.next) { - case 0: - return _context11.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(params === null || params === void 0 ? void 0 : params.id, "/forbid_msg_status.json"), { - method: 'get', - params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) - })); - case 1: - case "end": - return _context11.stop(); - } - }, _callee11); - })); - return _forbid_msg_status.apply(this, arguments); -} -function forbid_msg(_x11) { - return _forbid_msg.apply(this, arguments); -} -function _forbid_msg() { - _forbid_msg = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee12(data) { - return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee12$(_context12) { - while (1) switch (_context12.prev = _context12.next) { - case 0: - return _context12.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/broadcasts/".concat(data === null || data === void 0 ? void 0 : data.id, "/forbid_msg.json"), { - method: 'post', - body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, data) - })); - case 1: - case "end": - return _context12.stop(); - } - }, _callee12); - })); - return _forbid_msg.apply(this, arguments); -} +/* harmony default export */ var Detail = (Journal); /***/ }), @@ -3333,6 +987,33 @@ function _reviewCount() { /***/ }), +/***/ 8378: +/*!*******************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/style/motion/collapse.js ***! + \*******************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__) { + +const genCollapseMotion = token => ({ + [token.componentCls]: { + // For common/openAnimation + [`${token.antCls}-motion-collapse-legacy`]: { + overflow: 'hidden', + '&-active': { + transition: `height ${token.motionDurationMid} ${token.motionEaseInOut}, + opacity ${token.motionDurationMid} ${token.motionEaseInOut} !important` + } + }, + [`${token.antCls}-motion-collapse`]: { + overflow: 'hidden', + transition: `height ${token.motionDurationMid} ${token.motionEaseInOut}, + opacity ${token.motionDurationMid} ${token.motionEaseInOut} !important` + } + } +}); +/* harmony default export */ __webpack_exports__.Z = (genCollapseMotion); + +/***/ }), + /***/ 79952: /*!**********************************************!*\ !*** ./src/pages/Magazinejor/img/canlen.png ***! @@ -3343,16 +1024,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM /***/ }), -/***/ 68313: -/*!***********************************************!*\ - !*** ./src/pages/Magazinejor/img/commess.png ***! - \***********************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,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"; - -/***/ }), - /***/ 5299: /*!************************************************!*\ !*** ./src/pages/Magazinejor/img/detailbg.png ***! @@ -3393,16 +1064,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAYAAACb /***/ }), -/***/ 78391: -/*!************************************************!*\ - !*** ./src/pages/Magazinejor/img/otherjor.png ***! - \************************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,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"; - -/***/ }), - /***/ 53723: /*!*******************************************!*\ !*** ./src/pages/Magazinejor/img/sin.png ***! @@ -3411,56 +1072,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAAXNSR0IArs4c6QAAAvpJREFUSEu1VUtrU0EUPufEtpFQldKHxrrqUtquulF03f6C2o0r0YqLgptWQchCtKKLLqRWEARBDIKLLrQRBEFRkeIiLVkWwdrQ9JFQsbTcOw+ZmTv3Th7GRHQgZO48zne+c75zBo9mv6alh6OSIYD9cQLpIwBHAB9BBv+g1hnqPeQIklF4R/oAdh/c9cCmuoec0tibW+3w98Qy+JCMDEJgyABoR6wTzDGsnVLOmTULJBkE96I94rG8iEM/AgAc+7I6LDyxUGVcMQsYGYOGnWYezAPPQ+bWOVCOsSAiymERG/kxixkNqEbP529z0oNL5pA5rAwbAALwA6/13IJGZ92U6LDryNiQ09zO/dhlhRMBZtcT8NPPSg/6XDB9UTNy8lXG1A2pGwGbDlqJH4gNFu7hbhmg+kh+WjvNPHgnPUnICYQPgDymc1QZbrWv16xYarMWxFrOlmbwg41kyDAM7du1aclh0uYqyplRrlFnjdxWsFY5RB6bLt1tuWZtVzFUCydzsnVrPb8oPBzQwjByDpWoFanza/JX6VAYfo5Lx9tah3Ip9OoCqs3uN4UBYHxRMmzVBt2yqFJupEbrIDDyUOBQ6VbbkgtWk6E90PV6bQp8ul3WAKqAHcGoBhFEAxhNlW623akEqwuYkpJmXxbeSwanjDiCInfnWjBGwVFZ0McJiJ9JpVA0BahD+6rQBz5khQeJmp0mqDWn0+y2SBrcuBFfqQVWl6G90D1fGBcePKjsNEaxTifR3QTHS9cTD38H1hCgZvpiY0H4MGy7Tlgebt44ZYqTiZF6YA0DnpjfTO7t47L0oKOsDu3LIahIjPq3JhP5fwKojHSmN88Bw2dlDSFoe1LQWOlqe/pPYA0zDEvl6XZa+DBa9h5yShcn2scaAWsasPf5Tsf+rr8sOSV1zTHKH4wf6v9+AYv/BVAZ7Xq8PSw4LqiuQpxGNq8czjQK1jRDa7jzUXEOBMmti0f0G9fMqHotGrnc80Qm1LnCefPGNTP+CrAZgMqzvwAyaA7ftSZ0oAAAAABJRU5ErkJggg=="; -/***/ }), - -/***/ 39377: -/*!********************************************!*\ - !*** ./src/pages/Magazinejor/img/tab1.png ***! - \********************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAd9JREFUWEftl0+ITlEYxn+PCTNlgxIyFlJKQokZCxt2tpJiNSvZsLSgzELWWFiwkbWNxexnoaYxRFIayf+aETWhlMLjvjq3bte93/2+NLtzNrfuve/z/s5zzuJ9ZPs4MAbMAw+AZ5J+8R/L9upC6yjwSdL9Usq2gJ3AEWAbcE+2rwNRUK7vwCNgFngpyYOw2N4EnAbiuVjUX0pA48BhYGNF700A3ACGWposAXPhjKT3XSC2o8kpYFX6Nxy4aPt82nFd4kMXQLVgIR1RwHyufrC9EjgBHKp1KAEuAFsbNjAQQLX+VYKZAdYAZ4AtDQ2WDaDsdRXYAJxsOZ4MkB3IDmQHsgPZgexAdiA70JcD14Dhrom35XvXSLYgadJ221D6OqbiGCj3LhPAjKTbtq8A6xt6TAXAWuBcChKDcvRy4CdwOQlONgg/BW5GVMJ2BJNdwAFgdyVYdAG1AUS6ulVMyy+As8COJPQ1jfOzkt7Fu78AtZAR92FPgokct6IHRRPA29hZ0p4ARoHHKeo9l/S7qvcPQA0mQse+BLO9AaQOMF04eRc4mELok2gu6UfbJnoC1GDWJZD9lRRUAhwrst8dSQ9tR0L6JulL1/k1HkE/RbY3J5iwdqS4xEuSPvZTW//nD5hwYiLlvuwsAAAAAElFTkSuQmCC"; - -/***/ }), - -/***/ 97071: -/*!*********************************************!*\ - !*** ./src/pages/Magazinejor/img/tab2a.png ***! - \*********************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAedJREFUOE+Nk01IVGEYhZ9z09HCprISiwRNwUVmtGkZQdTCaBW0jyhoEbTJFpUEbWrTD1QrcV2tDHJhSD8uiqDAhRRoKYbQiDj+TOXPzL0n5jaKDg16d+/7nfd85z3fuaLoe5hySw7OO+IEog4TAWMSvWGOzvY6Da8e0XLx3E6kUjxAXLTZVEwc1yIrca+2hutnpfBfC8gPT03QCxz772BRU6I7VcOZW1IUE3RN+onNJVyMLEFnCAJun9utDj1NuyUbMUAp2aUkiYWKgGY9m/Z9Iq6swZVSstwvOBcE3FR32oOGA7Eh4hNmn6G2QPgVkcA0FkwcE6RtDudrQ796ZjyLSQIvT+3Q6Ve/vTeb5QdiaEuS1slxyquSfLOpUkhd207N9cz4HeYoMKq+OU87YrtE3/EkJ18vsj9aYkjwfWmCg5ubKA8zDNtsrQhoSFWRrp7jveGI8vnoz3jA5lDhTUeAXSZWlF9pHCizCyuJKUwGqI9XEG/14Y/vEtK+xsSVeK2TCnFDnxfcRMgXoHwjIVrBiHmbxviuwQXfsbm2crheoAwOuNxaqUcxwbBdES0yCuzZoIrO5kpdiH16Y5c15HjhiLb1hiXmgav1CT1exmrWrv4V8hGzrcQfOC8zEkFfroyueunnatxfj8/AxFIwXtQAAAAASUVORK5CYII="; - -/***/ }), - -/***/ 27602: -/*!********************************************!*\ - !*** ./src/pages/Magazinejor/img/tab3.png ***! - \********************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAj9JREFUWEftl82LTlEcxz/fUl4WsiAlFlbeUjY2llJYiZQ/QfKSYqGpGSmLUWQohY3YsbBmwU5ZkKJQU4xI8rJgxmuTr+c3PXe63Z4zc5773Ecpd3nuOb/f5/zO71UAttcAO4AVwJxYa+j7DowCNyR96CRTbeWHG1KYEvMVOCHpc3VDABwDVvYZIMTflnSzE8CFhs2eustTSec6AVz6C7cPFaOSTs8GMAncAt7WgFoMbAfmJ85mATySdLGG8qkjtvcAm3sBCC8dkdS1BWyHBfYDy3oBqHv5nHNZT5AjqO6e/wD/hgV6yQOFbwhYB2yqOEuWBXrKA4VC2wEx3ArpRSWILIDaeaB8W9vrgQN1LFA3xHLOZVkgR1C3e8KvPgIvJF2drRh1K3ym/RNA1P8Hkn6mNkZD0o9yPN6qiqeiDbO9BFgFRHv2RNKvMky/AC5Lemh7C7C71Y5FVMT3BTgv6fV0zFYskJMHUnFeyByXdNR2VMWhkvLi/ztJx1MAWXkgEeeFzGeSRmxvA3Ym3j4a1KmSX32CrDyQiPNC13NJZ21vBXYlAE4Wz9APH/gGHGlnwUFgQQUi5oMhSb87WaCpMLwi6b7ttcChkh8E3BlJb1I+0CvAPeAVMBFREMJs7wM2tAXHhHSnX2F4TVIATH+25wEDwNL24l1J16sATQwmn1oJZsD2QmBvqTWPRnVuxaxjwI/22lhTo9lLScO2N87Qlnd6Xjc1nBYAYerlXTjS5FSKbGA8fy9p0PZq4GAXs+bjP1j5FYV1kU7PAAAAAElFTkSuQmCC"; - -/***/ }), - -/***/ 63898: -/*!********************************************!*\ - !*** ./src/pages/Magazinejor/img/tab4.png ***! - \********************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAbJJREFUWEftl71LHVEQxX/HDzBCBBGCvVUUbESwCNj5J1ikstbeVmxCGi0sBI2FYCEYLBS0tVGCBGOjlaWNChosAirC+EYWWfTJ/VgiPHDgFcueOfe8M3f2zhUZYWZNwAgwBLQDJ8C6pKtUOqUmON7MvgLDz3KvgWlJ/1I4kwWYWSfwvVjE//E58Ll43pC0nSXAzFqBQeBjgOAT8KXA/AAOgNmiFKfA70D+PXAkyYXz5ICZTQD9KeqBM8AXdeEpcVer5JTvmbKAeaA5haUidlnSr7KAhYqEqekrknbfBTSEA4fAT+AmtchFV429khe9BxYlea8nh5l5V80AH+okRwu4qH12d4DbZAXQBwxUdSBj3aiUaAei2DJAjSPgL7CX2QW9gP/qRbQDS5JCJ1zdFcyspeiCtipdsA+sZjrgp+t4VQcy9ldUSnQJotgyQI0l4DKwB3xK7i5PWBGORDuwJWkzRGhmPcBkCFd6Hy3gERgiNrMu4FsIlyPgcYoNlMDnCh/NO/6HgATOJGh0CZJYE8DvAl444Pc9v/e9VcxJOi5PxX5sjkbcDasK9K76Uzum1yTZA7T10yHJ0WXEAAAAAElFTkSuQmCC"; - -/***/ }), - -/***/ 69871: -/*!********************************************!*\ - !*** ./src/pages/Magazinejor/img/time.png ***! - \********************************************/ -/***/ (function(module) { - -module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAoCAYAAACSN4jeAAAAAXNSR0IArs4c6QAADFdJREFUWEfNWGtsHNd1/s69szu7y33yJZKiTJmkIku0acuUCxsNEAlO66ati6KFlLgy0DQJnBRwWigo7D6SmE5itEVRI3XQwk7jxAZkOE3cIoBdN3WNWIEfSgrRVfQWJcu0ZL5ELsnlPmd25p72zOxSlEg6KJAfWWAxs3fu7v32PL7znUNovJiZHn0UdBhQxakxqvXEyclHqfn8F32121yOTVW5/6MjZug0+JFHwETEzXOCg0dHWb04NaZTPW16uuJErPpCxPFi2leuStTVLxxczdSNNraxddQ3pOuOjtZ72wb9PYAZHSUjmIJD94yyVZwai5YjfvyNvxl5Ph3Xd4Oh5NnKX7jOZLLOjYcm+BDulbWV63Vrwe81vkMEKALPLPGJ/V87uScZK9V677rL/d4+GLEciQu3/cmFaNyrJlxdzR57/I7TBIqtPiTAJAsECIjgcA7vjfm/v4nwKltWX2Wd5bnsa4JiQEBpBUQ0ELFgPvPN8aFT48XpeE+8evKRnfUAWMONsZpl0lXP63j2C8MHP9QV+x3DbMVtqwUMKwDUOMCXQ/zwMLn3m+vm6r3sDfY115qAG9ZiwKv7phSLwszknTcOfvvUQxGf8j09baU92OqKOwNg/1Y6HndqfsZ3nS5W3MeGthrwDf/+pZE/3JSN5jwfqAsAA8h9AMgHvMbBwbUBJLhv7FnZ2/iu/EFFjOWKu/RXz7z9pAJdIsYERfUl9utznXEq3pO5y1kB9uLUWGwh7qWoajqh0AeDQQYG//XPb7+/I2tn6gLCA4LrKjDyWSwmawKieW2uybXuhW6Ul4CKWECl6ha+9tzYU6zUBfLxLlvWZVuZ+a6OzvKKxZoxltSleKnit/nkbCZggJl2fPeh2x5oT8cztXoIyq2HQMR68hYwYsUmwAB4A2BzLbAkcyOuGAmbUK/XF7966OjjIDUO8IRS1jRpU8g4VvXoUyNeEGPNrHQKRyIzRqXFaoZUPzEPPf/QbX+WScRyVRdwBFwDxPUWuh6MgJIY9AyHgS8BrwDbAlpsyRxvYfSZsS8T4SwsfTke9ec7Mt2Vjp1b6ytZ2eQxIdbpyrm4W863sktbFXjoqc/f9pdducTmigtU64DrrbVI071XwYZgxLI+yz0Fn5VixCJANsFwHff9xw4de5i0Ohf1rakEUOj/6IjTBLXCYyG/hLThq3yWarTFsBn64v5tD45sa9tdrAE1sZokgYBbJ65kLcxUDhOhCU6sBoZWhBYbyCUYk3Olnz754tm/jmgej3HLTNR3S00XXsP8zQ8jDxyN1FrcVK3KPcbQju52+1cf//RtD1YcpcsOUGskQBBnjXgKKeMqmNB9FAJscJwQnKUZSRtobSHz7R+O/+3EZOFwROsLlErNDe/eXvn+fvJXc/g15UYqwKWpsRaQ1wlgG9gMf/o3+g/c8aFNNwswcam7KsCbBOsjBCYAVyzXpBBmqEZ8pWOMufnls4deGX+CtTqpiCaynsrf2zNSa5aidS3W5LRyxWllz/QxmZ1gDD+875ZPtOeSbaVaGGeuz2CJHYh1xFXEk3PLfns2qaUSe74AJPiSsoqgFaMlCsB3it95+dSTXs17mzSdY/AkRToL558YdFcX8GtibHWcKaeQ8uB2C20Y0E47Srd89reGPtaaTmYqLoeUsFJEGW8ev7x89NxkeaC3Pb5390A2tCpDfKM1IWYxyNSrL/343A9mlyo/IdJnlDbvshedu6FnpPzaI/B/LrC9j0LPXTkdq3rVVkX+Zt94g6xohyK17b49gx/p627tkFiTWBJsmoA3T7w3f/TMdH5gS3v6IyP93a6hAJi8IpZkoVN6+fWz/1msuMcAnNVE79jKmk7bXqHJ9NfLqjWSRtx5KH8hIkW9bCrtxOg1ZPrJ0DYmM3j3yNY7hge7en1AGSPxQyBmM7tULmdTLYm6Ye0G5MuwNLC4VM6/8tb4a27dPyOEqoy5aKI8qZVeXE2oPxeY0Mb+70O9f+RIdM6LJZVTa/MIm5npRmIpVTzQ05kavHvkxpsy6VigQkSxif0kUx0vpAzPM/6J8emLJ87PjBHjAhMuEJl3NduTcR1dqFrxyv1tg/Xrg37d4G8uCjhxqWi0JeUklVJtfh2bDfEAQSzHA3t39e0eGtjUKx5jDt0alKlA/jAKy5Xlw/998Y1SuXqSicYVq4scockokJeauJrl11PHG6rTJjiJN085ad+rbWJg681bc3vvubPvftLRXLHGcD1G3ZC5slCqZtItMVIBlwaclbTZPfNO/qX/eOu9Z2HRRILUlZinllM9I+56Ab8hj61+sNpqojzgYtOn7tn2yTu3Zx/MlzmSrwBFh+F4jLdPT00fPzeV39KTS991e/8NmoTlGW0thJ6M4ktztVe//sLpg01ps1qprmetNXSx2pUSZ//z+gVLksCBk/vigR1fuak3ft+VEqu5IrBYYVS8sC7+8PXzJ6fmCssJOxq799eHbxd1G7UYuTihK03oSRMml/yffumZox+nur0kSnUfdnobxdeGwJqZKVKo6rm5Lx+45as3bbYPzJWA2aLBQgUouSHTRzThlbfO/+TS5OJsSyKWvvfXbt5brYdU0WIT2sVqaUJ3mvDeQv3N0e+cuM9KppeSS6Xa9fXxA10pLtz92TGrYHtx41jZB367/w/uvjX72HyJlYCaLwOFWuhCASWMfvjoxI/PT8xPZDMtHR/bs/03CzWCgBNNn44RNiWBnoy4lXDkfPnvn3np4uN2TBdak8PORrG2Jvj3fY/1xVfH7AqQcbXX8/TB3T+q1pGeKTJmS+JCE9RMkcmirzIxQqFYnvyvIxOHf+XW3jtzudSAWLToShFnxC2Swh1YbUuWkI1R5S++derD1ZJ32diZ4kaUcQ0wsdbNj56OqFm/pQSn84/vHfjCrv70A1MFxvQyI19hLNdCWpDeNBElpG0gFZOuJ7TSQpkxV2FIxjp+KHcEfEcLsCWrcGMb4cRE5Vv/8vKZxzidy3cntlcPj5L3gQTb7JhKUZV1XGfL6Cd3PR2P6aHJAkPia9lhSK2UgJf2KxYoUgQABajjEZZqBoVqaDGR5MJpUQ3k4iqIs/42kdbemSeeP7Y/oq1p3ZEsNlu2DWNM3Hj86LmEv1Tq9MnrH/2jWw85vtUpblysMuYWa85yteZKI6+JfK3h2xHla02+JrDrG1WrQ1Vc33I8aMdjxWCK2FGdTcfjnUmFrTlCyubZf3juZ7+rdfRSa6S2uF69XKPH8rMnUlVT6WYy2x+6f9c3K55unysxZhaq5R+9fuo8gBpANQIcEDtgcpngEtgwkybiKEBRgG2AbDDiDI72D23r6+tO5jZnFLK2mf+n7x77RJToHa3S8/s6d1Y21GNNac31KxmQ3mIMdvzpx4e/XjVW21LVYKHolF597eQRgAoMLikiR/oNgESdBY22pAQxa5C0HoiAIbU0RYT09lsGdnV1plo7k4R01Mw//cLxT0WYzycS8Rld8cvrSmuJrdXNCDz0EdTOz/ze8GMuIq0lxwRB7Ne9kvG9xZhFxlJgVoqZRS6GsCSCw9mFgu/75PpMFRfKZ0pTJJKRbdkYIRU1+ed+8LPPk1LjH9iMiKSW9u1KlVMPHxj+Sndr7PdnCn5koaZb8mVjVesGVoOzJMPiUYKlOJjIBPOKVfOMsJyLepUegQMiXqgYFJ1QdaRsha4U/I64KnZniGeL3qv/+MKxz61p31Y3vBXHa3324V0niw7ilxYN3i8w8uWraZ+IICBUO0KBQCSR1pD2bO1MSICJkpUsXnaAsvAaA/Ibm5IKfTnC1pxCV1qZz/3z+I6FfGHmmoa3SRHNEcHBA8Pf2JS2PzxbYj1dNFiqisYKO2lJe9uiQABKux/K8cYwqzFyamZTc+BS84FaPaQOcboQblsiLFG9WW0WS/WTf/fcqf1rRgQfNFQB0EmMtASy9B4ErodZKITIRmZYG6kDaUoIrAFYkqXSwTX2OmBeAtFMc6gCbS4DuLLuUKU5hjIKPYq5B0ybDJBRhDgz5AAxjSj9IAMDUKQ2BBbgJiJFUGxYIcApgUMeMZVJYRGEWTI0ZbSeWjOGun5w5/ncagxaAT8DgziBIhym/9UXbWypNRZkCYJVXyXjg5RLhsuAKhiiBaVpgT21fM3gTr6yetTp1nWLBTfBlhXzfbYMm4a1NnLa/2+dFDOxNqzYJUU1y/fLNiUra0ad8rO/tMPhMLt+ucbp/wuUjSKhPeqttQAAAABJRU5ErkJggg=="; - /***/ }) }]); \ No newline at end of file diff --git a/p__Magazinejor__component__Journal__index.2160c7c3.chunk.css b/p__Magazinejor__component__Journal__index.2160c7c3.chunk.css new file mode 100644 index 0000000000..009a953c3b --- /dev/null +++ b/p__Magazinejor__component__Journal__index.2160c7c3.chunk.css @@ -0,0 +1,159 @@ +/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Journal/index.less?modules ***! + \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.Onerow___b5D0L { + word-break: break-all; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.MultiLine___cBLR3 { + word-break: break-all; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; +} +.wrap___tIUGb { + width: 100%; + min-height: 100vh; +} +.wrap___tIUGb .topWrap___CXoWL { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 42px; +} +.wrap___tIUGb .topWrap___CXoWL .btn___tTfH0 { + padding: 13px 26px; + font-family: AlibabaPuHuiTi_2_65_Medium; + font-size: 14px; + color: #FFFFFF; + line-height: 14px; + text-align: left; + font-style: normal; + cursor: pointer; + background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%); + border-radius: 4px; +} +.wrap___tIUGb .contSty___Qnqof { + display: flex; + row-gap: 30px; + column-gap: 40px; + flex-wrap: wrap; +} +.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs { + width: 254px; + height: 356px; + background: linear-gradient(180deg, #4851BA 0%, #1F3B89 100%); + border-radius: 8px; + padding: 20px; + position: relative; +} +.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs:hover { + box-shadow: 0px 1px 32px 0px rgba(35, 20, 255, 0.56); +} +.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs:hover span { + display: inline-block; +} +.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs span { + display: none; + position: absolute; + right: 10px; + top: 10px; +} +.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs img { + width: 214px; + height: 274px; + margin-bottom: 20px; +} +.wrap___tIUGb .contSty___Qnqof .itemWrap___KNeZs div { + word-break: break-all; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; + text-align: center; + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 20px; + color: #FFFFFF; +} + +/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***! + \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.upload_button { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + border: 1px solid #BACFFE; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #3061D0; + display: inline-block; + text-align: center; + align-items: center; + align-content: center; +} +.upload_button .aBtn_img { + width: 14px; + height: 14px; + margin-top: -3px; + margin-right: 8px; +} +.upload_button:hover { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + border: 1px solid #BACFFE; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #3061D0; +} +.disable_upload_button { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; +} +.disable_upload_button .aBtn_img { + width: 14px; + height: 14px; + margin-top: -3px; + margin-right: 8px; +} +.upload_button:active { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + border: 1px solid #BACFFE; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #3061D0; +} +.upload_text { + width: 129px; + height: 20px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #5F6367; + line-height: 20px; + margin-left: 16px; +} + diff --git a/p__Magazinejor__component__Journal__index.70fba362.async.js b/p__Magazinejor__component__Journal__index.70fba362.async.js new file mode 100644 index 0000000000..368b434d29 --- /dev/null +++ b/p__Magazinejor__component__Journal__index.70fba362.async.js @@ -0,0 +1,1573 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[65798],{ + +/***/ 89699: +/*!*******************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/CheckOutlined.js + 1 modules ***! + \*******************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_CheckOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/CheckOutlined.js +// This icon file is generated automatically. +var CheckOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z" } }] }, "name": "check", "theme": "outlined" }; +/* harmony default export */ var asn_CheckOutlined = (CheckOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/CheckOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var CheckOutlined_CheckOutlined = function CheckOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_CheckOutlined + })); +}; + +/**![check](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkxMiAxOTBoLTY5LjljLTkuOCAwLTE5LjEgNC41LTI1LjEgMTIuMkw0MDQuNyA3MjQuNSAyMDcgNDc0YTMyIDMyIDAgMDAtMjUuMS0xMi4ySDExMmMtNi43IDAtMTAuNCA3LjctNi4zIDEyLjlsMjczLjkgMzQ3YzEyLjggMTYuMiAzNy40IDE2LjIgNTAuMyAwbDQ4OC40LTYxOC45YzQuMS01LjEuNC0xMi44LTYuMy0xMi44eiIgLz48L3N2Zz4=) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(CheckOutlined_CheckOutlined); +if (false) {} +/* harmony default export */ var icons_CheckOutlined = (RefIcon); + +/***/ }), + +/***/ 21646: +/*!**************************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeInvisibleOutlined.js + 1 modules ***! + \**************************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_EyeInvisibleOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.js +// This icon file is generated automatically. +var EyeInvisibleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, "name": "eye-invisible", "theme": "outlined" }; +/* harmony default export */ var asn_EyeInvisibleOutlined = (EyeInvisibleOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeInvisibleOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var EyeInvisibleOutlined_EyeInvisibleOutlined = function EyeInvisibleOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_EyeInvisibleOutlined + })); +}; + +/**![eye-invisible](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwMDAtNTEuNXptLTYzLjU3LTMyMC42NEw4MzYgMTIyLjg4YTggOCAwIDAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwMDAgNTEuNXE1Ni42OSAxMTkuNCAxMzYuNSAxOTEuNDFMMTEyLjQ4IDgzNWE4IDggMCAwMDAgMTEuMzFMMTU1LjE3IDg4OWE4IDggMCAwMDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwMDAtMTEuMzJ6TTE0OS4zIDUxMkMyMzIuNiAzMzkuOCAzNTAuNyAyNTggNTEyIDI1OGM1NC41NCAwIDEwNC4xMyA5LjM2IDE0OS4xMiAyOC4zOWwtNzAuMyA3MC4zYTE3NiAxNzYgMCAwMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMDExNDYuMi0xMDYuNjlMNDAxLjMxIDU0Ni4yQTExMiAxMTIgMCAwMTM5NiA1MTJ6IiAvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMDAyMjcuNDItMjI3LjQybC01Mi44MiA1Mi44MmMuMzEgMy4zOC40NyA2Ljc5LjQ3IDEwLjI1YTExMS45NCAxMTEuOTQgMCAwMS0xMTIgMTEyeiIgLz48L3N2Zz4=) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(EyeInvisibleOutlined_EyeInvisibleOutlined); +if (false) {} +/* harmony default export */ var icons_EyeInvisibleOutlined = (RefIcon); + +/***/ }), + +/***/ 20970: +/*!*****************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeOutlined.js + 1 modules ***! + \*****************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_EyeOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/EyeOutlined.js +// This icon file is generated automatically. +var EyeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "eye", "theme": "outlined" }; +/* harmony default export */ var asn_EyeOutlined = (EyeOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var EyeOutlined_EyeOutlined = function EyeOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_EyeOutlined + })); +}; + +/**![eye](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTk0Mi4yIDQ4Ni4yQzg0Ny40IDI4Ni41IDcwNC4xIDE4NiA1MTIgMTg2Yy0xOTIuMiAwLTMzNS40IDEwMC41LTQzMC4yIDMwMC4zYTYwLjMgNjAuMyAwIDAwMCA1MS41QzE3Ni42IDczNy41IDMxOS45IDgzOCA1MTIgODM4YzE5Mi4yIDAgMzM1LjQtMTAwLjUgNDMwLjItMzAwLjMgNy43LTE2LjIgNy43LTM1IDAtNTEuNXpNNTEyIDc2NmMtMTYxLjMgMC0yNzkuNC04MS44LTM2Mi43LTI1NEMyMzIuNiAzMzkuOCAzNTAuNyAyNTggNTEyIDI1OGMxNjEuMyAwIDI3OS40IDgxLjggMzYyLjcgMjU0Qzc5MS41IDY4NC4yIDY3My40IDc2NiA1MTIgNzY2em0tNC00MzBjLTk3LjIgMC0xNzYgNzguOC0xNzYgMTc2czc4LjggMTc2IDE3NiAxNzYgMTc2LTc4LjggMTc2LTE3Ni03OC44LTE3Ni0xNzYtMTc2em0wIDI4OGMtNjEuOSAwLTExMi01MC4xLTExMi0xMTJzNTAuMS0xMTIgMTEyLTExMiAxMTIgNTAuMSAxMTIgMTEyLTUwLjEgMTEyLTExMiAxMTJ6IiAvPjwvc3ZnPg==) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(EyeOutlined_EyeOutlined); +if (false) {} +/* harmony default export */ var icons_EyeOutlined = (RefIcon); + +/***/ }), + +/***/ 34023: +/*!*******************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/InboxOutlined.js + 1 modules ***! + \*******************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_InboxOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/InboxOutlined.js +// This icon file is generated automatically. +var InboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, "name": "inbox", "theme": "outlined" }; +/* harmony default export */ var asn_InboxOutlined = (InboxOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/InboxOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var InboxOutlined_InboxOutlined = function InboxOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_InboxOutlined + })); +}; + +/**![inbox](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTg4NS4yIDQ0Ni4zbC0uMi0uOC0xMTIuMi0yODUuMWMtNS0xNi4xLTE5LjktMjcuMi0zNi44LTI3LjJIMjgxLjJjLTE3IDAtMzIuMSAxMS4zLTM2LjkgMjcuNkwxMzkuNCA0NDNsLS4zLjctLjIuOGMtMS4zIDQuOS0xLjcgOS45LTEgMTQuOC0uMSAxLjYtLjIgMy4yLS4yIDQuOFY4MzBhNjAuOSA2MC45IDAgMDA2MC44IDYwLjhoNjI3LjJjMzMuNSAwIDYwLjgtMjcuMyA2MC45LTYwLjhWNDY0LjFjMC0xLjMgMC0yLjYtLjEtMy43LjQtNC45IDAtOS42LTEuMy0xNC4xem0tMjk1LjgtNDNsLS4zIDE1LjdjLS44IDQ0LjktMzEuOCA3NS4xLTc3LjEgNzUuMS0yMi4xIDAtNDEuMS03LjEtNTQuOC0yMC42UzQzNiA0NDEuMiA0MzUuNiA0MTlsLS4zLTE1LjdIMjI5LjVMMzA5IDIxMGgzOTkuMmw4MS43IDE5My4zSDU4OS40em0tMzc1IDc2LjhoMTU3LjNjMjQuMyA1Ny4xIDc2IDkwLjggMTQwLjQgOTAuOCAzMy43IDAgNjUtOS40IDkwLjMtMjcuMiAyMi4yLTE1LjYgMzkuNS0zNy40IDUwLjctNjMuNmgxNTYuNVY4MTRIMjE0LjRWNDgwLjF6IiAvPjwvc3ZnPg==) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(InboxOutlined_InboxOutlined); +if (false) {} +/* harmony default export */ var icons_InboxOutlined = (RefIcon); + +/***/ }), + +/***/ 21302: +/*!***********************************************************************!*\ + !*** ./src/pages/Magazinejor/component/Journal/index.tsx + 1 modules ***! + \***********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ component_Journal; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules +var es_form = __webpack_require__(78241); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules +var spin = __webpack_require__(71418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules +var tooltip = __webpack_require__(6848); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules +var input = __webpack_require__(92832); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Journal/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Journalmodules = ({"Onerow":"Onerow___b5D0L","MultiLine":"MultiLine___cBLR3","wrap":"wrap___tIUGb","topWrap":"topWrap___CXoWL","btn":"btn___tTfH0","contSty":"contSty___Qnqof","itemWrap":"itemWrap___KNeZs"}); +// EXTERNAL MODULE: ./src/components/NoData/index.tsx +var NoData = __webpack_require__(63017); +// EXTERNAL MODULE: ./src/components/PreviewAll/index.tsx + 3 modules +var PreviewAll = __webpack_require__(97672); +// EXTERNAL MODULE: ./src/utils/fetch.ts +var fetch = __webpack_require__(82710); +// EXTERNAL MODULE: ./src/service/magazine.tsx +var magazine = __webpack_require__(20103); +// EXTERNAL MODULE: ./src/components/MultiUpload/index.tsx + 3 modules +var MultiUpload = __webpack_require__(86618); +// EXTERNAL MODULE: ./src/utils/authority.ts +var authority = __webpack_require__(64118); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Journal/index.tsx + + + + + + + + + + + + + + + +var Journal = function Journal() { + var _useState = (0,_react_17_0_2_react.useState)(false), + _useState2 = slicedToArray_default()(_useState, 2), + loading = _useState2[0], + setLoading = _useState2[1]; + var _useState3 = (0,_react_17_0_2_react.useState)({}), + _useState4 = slicedToArray_default()(_useState3, 2), + data = _useState4[0], + setData = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)({ + content: "", + type: "" + }), + _useState6 = slicedToArray_default()(_useState5, 2), + previewData = _useState6[0], + setPreviewData = _useState6[1]; + var monacoValueRef = (0,_react_17_0_2_react.useRef)(); + var _useState7 = (0,_react_17_0_2_react.useState)(0), + _useState8 = slicedToArray_default()(_useState7, 2), + modalVis = _useState8[0], + setModalVis = _useState8[1]; + var _useState9 = (0,_react_17_0_2_react.useState)(false), + _useState10 = slicedToArray_default()(_useState9, 2), + modifyBtnLoading = _useState10[0], + setModifyBtnLoading = _useState10[1]; + var _Form$useForm = es_form/* default */.Z.useForm(), + _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), + modifyForm = _Form$useForm2[0]; + var _useState11 = (0,_react_17_0_2_react.useState)(), + _useState12 = slicedToArray_default()(_useState11, 2), + editId = _useState12[0], + setEditId = _useState12[1]; + var preview = /*#__PURE__*/function () { + var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee(item) { + var res; + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + if (!((item === null || item === void 0 ? void 0 : item.file_type) === "txt")) { + _context.next = 5; + break; + } + _context.next = 3; + return (0,fetch/* default */.ZP)(item === null || item === void 0 ? void 0 : item.url, { + method: "get", + headers: { + "Content-Type": "application/xml" + } + }); + case 3: + res = _context.sent; + monacoValueRef.current = res; + case 5: + setPreviewData({ + type: item === null || item === void 0 ? void 0 : item.file_type, + content: item === null || item === void 0 ? void 0 : item.url + }); + case 6: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function preview(_x) { + return _ref.apply(this, arguments); + }; + }(); + (0,_react_17_0_2_react.useEffect)(function () { + getData(); + }, []); + var getData = /*#__PURE__*/function () { + var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { + var res; + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + setLoading(true); + _context2.next = 3; + return (0,magazine/* getOtherMagazine */._3)(); + case 3: + res = _context2.sent; + if (res) { + setData(res); + } + setLoading(false); + case 6: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return function getData() { + return _ref2.apply(this, arguments); + }; + }(); + var handleModifyFinish = /*#__PURE__*/function () { + var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3(values) { + var _values$cover_id, res; + return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + setModifyBtnLoading(true); + if (values.cover_id) { + values.cover_id = values === null || values === void 0 || (_values$cover_id = values.cover_id) === null || _values$cover_id === void 0 || (_values$cover_id = _values$cover_id.map(function (v) { + return v.response.id; + })) === null || _values$cover_id === void 0 ? void 0 : _values$cover_id[0]; + } + if (!(modalVis == 1)) { + _context3.next = 8; + break; + } + _context3.next = 5; + return (0,magazine/* createOtherMagazine */.P6)(objectSpread2_default()({}, values)); + case 5: + _context3.t0 = _context3.sent; + _context3.next = 11; + break; + case 8: + _context3.next = 10; + return (0,magazine/* modifyOtherMagazine */.fp)(objectSpread2_default()(objectSpread2_default()({}, values), {}, { + id: editId + })); + case 10: + _context3.t0 = _context3.sent; + case 11: + res = _context3.t0; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + message/* default */.ZP.success('操作成功'); + setModalVis(0); + getData(); + } + setModifyBtnLoading(false); + case 14: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return function handleModifyFinish(_x2) { + return _ref3.apply(this, arguments); + }; + }(); + return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: loading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Journalmodules.wrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Journalmodules.topWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "align-center", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: __webpack_require__(/*! ../../img/otherjor.png */ 78391), + width: 20, + style: { + marginTop: '4px', + marginRight: '8px' + } + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#fff', + fontSize: "16px", + fontWeight: 600 + }, + children: "\u5176\u4ED6\u671F\u520A" + })] + }), (0,authority/* isSuperAdmins */.Ny)() && /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Journalmodules.btn, + onClick: function onClick() { + setModalVis(1); + }, + children: "\u65B0\u589E\u671F\u520A" + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: !!(data !== null && data !== void 0 && data.length) ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Journalmodules.contSty, + children: data === null || data === void 0 ? void 0 : data.map(function (item, index) { + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Journalmodules.itemWrap, + style: { + // marginTop: index >4 ? '30px':'0px', + // marginRight: (index+1)%5 === 0 ? '0px':'40px' + }, + children: [(0,authority/* isSuperAdmins */.Ny)() && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: "\u7F16\u8F91", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-bianji14 mr10 current", + style: { + color: '#5980FC', + fontSize: '24px' + }, + onClick: function onClick() { + setEditId(item === null || item === void 0 ? void 0 : item.id); + modifyForm.setFieldsValue({ + name: item === null || item === void 0 ? void 0 : item.name, + redirect_url: item === null || item === void 0 ? void 0 : item.redirect_url, + cover_id: item !== null && item !== void 0 && item.attachment ? (0,MultiUpload/* coverToFileList */.z)([item === null || item === void 0 ? void 0 : item.attachment]) : [] + }); + setModalVis(2); + } + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { + title: "\u5220\u9664", + children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-shanchu13 current", + style: { + color: '#5980FC', + fontSize: '24px' + }, + onClick: function onClick() { + modal/* default */.Z.confirm({ + title: '删除期刊', + width: 550, + centered: true, + closable: true, + okText: '确定', + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() { + var res; + return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + _context4.next = 2; + return (0,magazine/* delOtherMagazine */.UV)({ + id: item === null || item === void 0 ? void 0 : item.id + }); + case 2: + res = _context4.sent; + if ((res === null || res === void 0 ? void 0 : res.status) == 0) { + message/* default */.ZP.success('操作成功!'); + getData(); + } + case 4: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }(), + cancelText: '取消', + icon: null, + content: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + color: '#000' + }, + children: ["\u786E\u5B9A\u8981\u5220\u9664\u300A", item === null || item === void 0 ? void 0 : item.name, "\u300B\u5417\uFF1F"] + }) + }); + } + }) + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: item === null || item === void 0 ? void 0 : item.cover_url + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: item === null || item === void 0 ? void 0 : item.name + })] + }, index); + }) + }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { + centered: true, + maskClosable: false, + destroyOnClose: true, + open: [1, 2].includes(modalVis), + title: modalVis == 1 ? '新增期刊' : '编辑期刊', + width: "935px", + className: Journalmodules.modalStyle, + okText: modalVis == 1 ? '确认新增' : '确定', + onCancel: function onCancel() { + setModalVis(0); + modifyForm.resetFields(); + }, + onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { + return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + _context5.next = 2; + return modifyForm.submit(); + case 2: + setModalVis(0); + case 3: + case "end": + return _context5.stop(); + } + }, _callee5); + })), + okButtonProps: { + loading: modifyBtnLoading + }, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, { + form: modifyForm, + onFinish: handleModifyFinish, + scrollToFirstError: true, + size: "large", + labelAlign: "right", + labelCol: { + span: 2, + offset: 0 + }, + colon: false, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + name: "name", + label: "\u671F\u520A\u540D\u79F0", + rules: [{ + required: true, + message: "请输入期刊名称" + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + showCount: true, + maxLength: 50, + placeholder: "\u8BF7\u8F93\u5165\u671F\u520A\u540D\u79F0", + style: { + width: "770px" + } + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + name: "redirect_url", + label: "\u5916\u94FE", + rules: [{ + required: true, + message: "请输入外链" + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + placeholder: "\u8BF7\u8F93\u5165\u5916\u94FE", + style: { + width: "770px" + } + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + name: "cover_id", + label: "\u5C01\u9762\u56FE", + rules: [{ + required: true, + message: "请上传封面图" + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, { + number: 1 + }) + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { + close: true, + data: previewData === null || previewData === void 0 ? void 0 : previewData.content, + type: previewData === null || previewData === void 0 ? void 0 : previewData.type, + hasMask: true, + monacoEditor: { + value: monacoValueRef.current, + language: "txt", + onChange: function onChange() {}, + options: { + readOnly: true, + fontSize: 14, + minimap: { + enabled: false + } + } + }, + onImgDimensions: null, + onClose: function onClose() { + setPreviewData({ + content: "", + type: "" + }); + } + })] + }) + }); +}; +/* harmony default export */ var component_Journal = (Journal); + +/***/ }), + +/***/ 20103: +/*!**********************************!*\ + !*** ./src/service/magazine.tsx ***! + \**********************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ $: function() { return /* binding */ getMyMagazinList; }, +/* harmony export */ BL: function() { return /* binding */ getMagazinCheck; }, +/* harmony export */ E: function() { return /* binding */ canclePost; }, +/* harmony export */ OD: function() { return /* binding */ editArticle; }, +/* harmony export */ P6: function() { return /* binding */ createOtherMagazine; }, +/* harmony export */ QM: function() { return /* binding */ postMagazin; }, +/* harmony export */ UV: function() { return /* binding */ delOtherMagazine; }, +/* harmony export */ _3: function() { return /* binding */ getOtherMagazine; }, +/* harmony export */ dV: function() { return /* binding */ getMagazinCat; }, +/* harmony export */ fp: function() { return /* binding */ modifyOtherMagazine; }, +/* harmony export */ id: function() { return /* binding */ getMagazinColumn; }, +/* harmony export */ j: function() { return /* binding */ getMagazinRecArc; }, +/* harmony export */ lR: function() { return /* binding */ getMagazinDetail; }, +/* harmony export */ lp: function() { return /* binding */ getReviewProgress; }, +/* harmony export */ o7: function() { return /* binding */ getMagazinNew; }, +/* harmony export */ rZ: function() { return /* binding */ getStatistic; }, +/* harmony export */ t_: function() { return /* binding */ getReviewList; }, +/* harmony export */ vn: function() { return /* binding */ getMagazinHot; }, +/* harmony export */ zo: function() { return /* binding */ getMagazinRec; } +/* harmony export */ }); +/* unused harmony exports getMagazinList, reviewCount */ +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js */ 7557); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js */ 41498); +/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var _utils_fetch__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/utils/fetch */ 82710); + + + + + +//首页-热门期刊 +function getMagazinHot() { + return _getMagazinHot.apply(this, arguments); +} +//首页-最新期刊 +function _getMagazinHot() { + _getMagazinHot = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + return _context.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/hot.json", { + method: 'get' + })); + case 1: + case "end": + return _context.stop(); + } + }, _callee); + })); + return _getMagazinHot.apply(this, arguments); +} +function getMagazinNew() { + return _getMagazinNew.apply(this, arguments); +} + +//首页-推荐期刊 +function _getMagazinNew() { + _getMagazinNew = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee2() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + return _context2.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/featured.json", { + method: 'get' + })); + case 1: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return _getMagazinNew.apply(this, arguments); +} +function getMagazinRec(_x) { + return _getMagazinRec.apply(this, arguments); +} + +//首页-统计数据 +function _getMagazinRec() { + _getMagazinRec = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee3(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + return _context3.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/recommended.json", { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return _getMagazinRec.apply(this, arguments); +} +function getStatistic() { + return _getStatistic.apply(this, arguments); +} + +//首页-获取分类 +function _getStatistic() { + _getStatistic = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee4() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + return _context4.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/statics.json", { + method: 'get' + })); + case 1: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + return _getStatistic.apply(this, arguments); +} +function getMagazinCat() { + return _getMagazinCat.apply(this, arguments); +} +function _getMagazinCat() { + _getMagazinCat = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee5() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + return _context5.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/types.json", { + method: 'get' + })); + case 1: + case "end": + return _context5.stop(); + } + }, _callee5); + })); + return _getMagazinCat.apply(this, arguments); +} +function getMagazinRecArc(_x2) { + return _getMagazinRecArc.apply(this, arguments); +} + +//首页-获取文章列表 +function _getMagazinRecArc() { + _getMagazinRecArc = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee6(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + return _context6.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/recommended.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context6.stop(); + } + }, _callee6); + })); + return _getMagazinRecArc.apply(this, arguments); +} +function getMagazinList(_x3) { + return _getMagazinList.apply(this, arguments); +} + +// 我的期刊 +function _getMagazinList() { + _getMagazinList = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(params) { + return _regeneratorRuntime().wrap(function _callee7$(_context7) { + while (1) switch (_context7.prev = _context7.next) { + case 0: + return _context7.abrupt("return", Fetch("/api/articles.json", { + method: 'get', + params: _objectSpread({}, params) + })); + case 1: + case "end": + return _context7.stop(); + } + }, _callee7); + })); + return _getMagazinList.apply(this, arguments); +} +function getMyMagazinList() { + return _getMyMagazinList.apply(this, arguments); +} + +// 获取期刊详情 +function _getMyMagazinList() { + _getMyMagazinList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee8() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee8$(_context8) { + while (1) switch (_context8.prev = _context8.next) { + case 0: + return _context8.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/mine.json", { + method: 'get' + })); + case 1: + case "end": + return _context8.stop(); + } + }, _callee8); + })); + return _getMyMagazinList.apply(this, arguments); +} +function getMagazinDetail(_x4) { + return _getMagazinDetail.apply(this, arguments); +} + +// 获取期刊栏目 +function _getMagazinDetail() { + _getMagazinDetail = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee9(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee9$(_context9) { + while (1) switch (_context9.prev = _context9.next) { + case 0: + return _context9.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context9.stop(); + } + }, _callee9); + })); + return _getMagazinDetail.apply(this, arguments); +} +function getMagazinColumn(_x5) { + return _getMagazinColumn.apply(this, arguments); +} + +// 投稿 +function _getMagazinColumn() { + _getMagazinColumn = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee10(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee10$(_context10) { + while (1) switch (_context10.prev = _context10.next) { + case 0: + return _context10.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/categories.json", { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context10.stop(); + } + }, _callee10); + })); + return _getMagazinColumn.apply(this, arguments); +} +function postMagazin(_x6) { + return _postMagazin.apply(this, arguments); +} + +// 审核 +function _postMagazin() { + _postMagazin = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee11(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee11$(_context11) { + while (1) switch (_context11.prev = _context11.next) { + case 0: + return _context11.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/submit.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context11.stop(); + } + }, _callee11); + })); + return _postMagazin.apply(this, arguments); +} +function getMagazinCheck(_x7) { + return _getMagazinCheck.apply(this, arguments); +} + +// 审核列表 +function _getMagazinCheck() { + _getMagazinCheck = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee12(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee12$(_context12) { + while (1) switch (_context12.prev = _context12.next) { + case 0: + return _context12.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, "/audit.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context12.stop(); + } + }, _callee12); + })); + return _getMagazinCheck.apply(this, arguments); +} +function getReviewList(_x8) { + return _getReviewList.apply(this, arguments); +} + +// 审核进度 +function _getReviewList() { + _getReviewList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee13(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee13$(_context13) { + while (1) switch (_context13.prev = _context13.next) { + case 0: + return _context13.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/articles.json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context13.stop(); + } + }, _callee13); + })); + return _getReviewList.apply(this, arguments); +} +function getReviewProgress(_x9) { + return _getReviewProgress.apply(this, arguments); +} + +//取消投稿 +function _getReviewProgress() { + _getReviewProgress = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee14(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee14$(_context14) { + while (1) switch (_context14.prev = _context14.next) { + case 0: + return _context14.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/article_progress.json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context14.stop(); + } + }, _callee14); + })); + return _getReviewProgress.apply(this, arguments); +} +function canclePost(_x10) { + return _canclePost.apply(this, arguments); +} + +// 编辑稿件 +function _canclePost() { + _canclePost = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee15(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee15$(_context15) { + while (1) switch (_context15.prev = _context15.next) { + case 0: + return _context15.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/cancel_submit.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context15.stop(); + } + }, _callee15); + })); + return _canclePost.apply(this, arguments); +} +function editArticle(_x11) { + return _editArticle.apply(this, arguments); +} + +// 其他期刊 -获取 +function _editArticle() { + _editArticle = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee16(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee16$(_context16) { + while (1) switch (_context16.prev = _context16.next) { + case 0: + return _context16.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/change_submit.json"), { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context16.stop(); + } + }, _callee16); + })); + return _editArticle.apply(this, arguments); +} +function getOtherMagazine() { + return _getOtherMagazine.apply(this, arguments); +} + +// 其他期刊 -创建 +function _getOtherMagazine() { + _getOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee17() { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee17$(_context17) { + while (1) switch (_context17.prev = _context17.next) { + case 0: + return _context17.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/others.json", { + method: 'get' + })); + case 1: + case "end": + return _context17.stop(); + } + }, _callee17); + })); + return _getOtherMagazine.apply(this, arguments); +} +function createOtherMagazine(_x12) { + return _createOtherMagazine.apply(this, arguments); +} + +// 其他期刊 -修改 +function _createOtherMagazine() { + _createOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee18(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee18$(_context18) { + while (1) switch (_context18.prev = _context18.next) { + case 0: + return _context18.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines.json", { + method: 'post', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context18.stop(); + } + }, _callee18); + })); + return _createOtherMagazine.apply(this, arguments); +} +function modifyOtherMagazine(_x13) { + return _modifyOtherMagazine.apply(this, arguments); +} + +// 其他期刊 -删除 +function _modifyOtherMagazine() { + _modifyOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee19(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee19$(_context19) { + while (1) switch (_context19.prev = _context19.next) { + case 0: + return _context19.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), { + method: 'put', + body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params) + })); + case 1: + case "end": + return _context19.stop(); + } + }, _callee19); + })); + return _modifyOtherMagazine.apply(this, arguments); +} +function delOtherMagazine(_x14) { + return _delOtherMagazine.apply(this, arguments); +} + +// 文章阅读量+1 +function _delOtherMagazine() { + _delOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee20(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee20$(_context20) { + while (1) switch (_context20.prev = _context20.next) { + case 0: + return _context20.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), { + method: 'delete' + })); + case 1: + case "end": + return _context20.stop(); + } + }, _callee20); + })); + return _delOtherMagazine.apply(this, arguments); +} +function reviewCount(_x15) { + return _reviewCount.apply(this, arguments); +} +function _reviewCount() { + _reviewCount = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee21(params) { + return _regeneratorRuntime().wrap(function _callee21$(_context21) { + while (1) switch (_context21.prev = _context21.next) { + case 0: + return _context21.abrupt("return", Fetch("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, "/viewed.json"), { + method: 'put' + })); + case 1: + case "end": + return _context21.stop(); + } + }, _callee21); + })); + return _reviewCount.apply(this, arguments); +} + +/***/ }), + +/***/ 56762: +/*!************************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/_util/hooks/useForceUpdate.js ***! + \************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ Z: function() { return /* binding */ useForceUpdate; } +/* harmony export */ }); +/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 59301); + +function useForceUpdate() { + const [, forceUpdate] = react__WEBPACK_IMPORTED_MODULE_0__.useReducer(x => x + 1, 0); + return forceUpdate; +} + +/***/ }), + +/***/ 92832: +/*!*********************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules ***! + \*********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ input; } +}); + +// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js +var _classnames_2_5_1_classnames = __webpack_require__(92310); +var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js +var context = __webpack_require__(36355); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/context.js +var form_context = __webpack_require__(32441); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/style/index.js +var style = __webpack_require__(9937); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Group.js +"use client"; + + + + + + + + +const Group = props => { + const { + getPrefixCls, + direction + } = (0,_react_17_0_2_react.useContext)(context/* ConfigContext */.E_); + const { + prefixCls: customizePrefixCls, + className + } = props; + const prefixCls = getPrefixCls('input-group', customizePrefixCls); + const inputPrefixCls = getPrefixCls('input'); + const [wrapSSR, hashId] = (0,style/* default */.ZP)(inputPrefixCls); + const cls = _classnames_2_5_1_classnames_default()(prefixCls, { + [`${prefixCls}-lg`]: props.size === 'large', + [`${prefixCls}-sm`]: props.size === 'small', + [`${prefixCls}-compact`]: props.compact, + [`${prefixCls}-rtl`]: direction === 'rtl' + }, hashId, className); + const formItemContext = (0,_react_17_0_2_react.useContext)(form_context/* FormItemInputContext */.aM); + const groupFormItemContext = (0,_react_17_0_2_react.useMemo)(() => Object.assign(Object.assign({}, formItemContext), { + isFormItemInput: false + }), [formItemContext]); + if (false) {} + return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement("span", { + className: cls, + style: props.style, + onMouseEnter: props.onMouseEnter, + onMouseLeave: props.onMouseLeave, + onFocus: props.onFocus, + onBlur: props.onBlur + }, /*#__PURE__*/_react_17_0_2_react.createElement(form_context/* FormItemInputContext */.aM.Provider, { + value: groupFormItemContext + }, props.children))); +}; +/* harmony default export */ var input_Group = (Group); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Input.js + 1 modules +var Input = __webpack_require__(9432); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeInvisibleOutlined.js + 1 modules +var EyeInvisibleOutlined = __webpack_require__(21646); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/EyeOutlined.js + 1 modules +var EyeOutlined = __webpack_require__(20970); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/omit.js +var omit = __webpack_require__(64002); +// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.3@rc-util/es/ref.js +var es_ref = __webpack_require__(20475); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/hooks/useRemovePasswordTimeout.js +var useRemovePasswordTimeout = __webpack_require__(59412); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Password.js +"use client"; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + + + + + + +const defaultIconRender = visible => visible ? /*#__PURE__*/_react_17_0_2_react.createElement(EyeOutlined/* default */.Z, null) : /*#__PURE__*/_react_17_0_2_react.createElement(EyeInvisibleOutlined/* default */.Z, null); +const ActionMap = { + click: 'onClick', + hover: 'onMouseOver' +}; +const Password = /*#__PURE__*/_react_17_0_2_react.forwardRef((props, ref) => { + const { + visibilityToggle = true + } = props; + const visibilityControlled = typeof visibilityToggle === 'object' && visibilityToggle.visible !== undefined; + const [visible, setVisible] = (0,_react_17_0_2_react.useState)(() => visibilityControlled ? visibilityToggle.visible : false); + const inputRef = (0,_react_17_0_2_react.useRef)(null); + _react_17_0_2_react.useEffect(() => { + if (visibilityControlled) { + setVisible(visibilityToggle.visible); + } + }, [visibilityControlled, visibilityToggle]); + // Remove Password value + const removePasswordTimeout = (0,useRemovePasswordTimeout/* default */.Z)(inputRef); + const onVisibleChange = () => { + const { + disabled + } = props; + if (disabled) { + return; + } + if (visible) { + removePasswordTimeout(); + } + setVisible(prevState => { + var _a; + const newState = !prevState; + if (typeof visibilityToggle === 'object') { + (_a = visibilityToggle.onVisibleChange) === null || _a === void 0 ? void 0 : _a.call(visibilityToggle, newState); + } + return newState; + }); + }; + const getIcon = prefixCls => { + const { + action = 'click', + iconRender = defaultIconRender + } = props; + const iconTrigger = ActionMap[action] || ''; + const icon = iconRender(visible); + const iconProps = { + [iconTrigger]: onVisibleChange, + className: `${prefixCls}-icon`, + key: 'passwordIcon', + onMouseDown: e => { + // Prevent focused state lost + // https://github.com/ant-design/ant-design/issues/15173 + e.preventDefault(); + }, + onMouseUp: e => { + // Prevent caret position change + // https://github.com/ant-design/ant-design/issues/23524 + e.preventDefault(); + } + }; + return /*#__PURE__*/_react_17_0_2_react.cloneElement( /*#__PURE__*/_react_17_0_2_react.isValidElement(icon) ? icon : /*#__PURE__*/_react_17_0_2_react.createElement("span", null, icon), iconProps); + }; + const { + className, + prefixCls: customizePrefixCls, + inputPrefixCls: customizeInputPrefixCls, + size + } = props, + restProps = __rest(props, ["className", "prefixCls", "inputPrefixCls", "size"]); + const { + getPrefixCls + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + const inputPrefixCls = getPrefixCls('input', customizeInputPrefixCls); + const prefixCls = getPrefixCls('input-password', customizePrefixCls); + const suffixIcon = visibilityToggle && getIcon(prefixCls); + const inputClassName = _classnames_2_5_1_classnames_default()(prefixCls, className, { + [`${prefixCls}-${size}`]: !!size + }); + const omittedProps = Object.assign(Object.assign({}, (0,omit/* default */.Z)(restProps, ['suffix', 'iconRender', 'visibilityToggle'])), { + type: visible ? 'text' : 'password', + className: inputClassName, + prefixCls: inputPrefixCls, + suffix: suffixIcon + }); + if (size) { + omittedProps.size = size; + } + return /*#__PURE__*/_react_17_0_2_react.createElement(Input/* default */.Z, Object.assign({ + ref: (0,es_ref/* composeRef */.sQ)(ref, inputRef) + }, omittedProps)); +}); +if (false) {} +/* harmony default export */ var input_Password = (Password); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/SearchOutlined.js + 1 modules +var SearchOutlined = __webpack_require__(56981); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/_util/reactNode.js +var reactNode = __webpack_require__(92343); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/hooks/useSize.js +var useSize = __webpack_require__(19716); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/space/Compact.js +var Compact = __webpack_require__(33234); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/Search.js +"use client"; + +var Search_rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + + + + + + +const Search = /*#__PURE__*/_react_17_0_2_react.forwardRef((props, ref) => { + const { + prefixCls: customizePrefixCls, + inputPrefixCls: customizeInputPrefixCls, + className, + size: customizeSize, + suffix, + enterButton = false, + addonAfter, + loading, + disabled, + onSearch: customOnSearch, + onChange: customOnChange, + onCompositionStart, + onCompositionEnd + } = props, + restProps = Search_rest(props, ["prefixCls", "inputPrefixCls", "className", "size", "suffix", "enterButton", "addonAfter", "loading", "disabled", "onSearch", "onChange", "onCompositionStart", "onCompositionEnd"]); + const { + getPrefixCls, + direction + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + const composedRef = _react_17_0_2_react.useRef(false); + const prefixCls = getPrefixCls('input-search', customizePrefixCls); + const inputPrefixCls = getPrefixCls('input', customizeInputPrefixCls); + const { + compactSize + } = (0,Compact/* useCompactItemContext */.ri)(prefixCls, direction); + const size = (0,useSize/* default */.Z)(ctx => { + var _a; + return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx; + }); + const inputRef = _react_17_0_2_react.useRef(null); + const onChange = e => { + if (e && e.target && e.type === 'click' && customOnSearch) { + customOnSearch(e.target.value, e, { + source: 'clear' + }); + } + if (customOnChange) { + customOnChange(e); + } + }; + const onMouseDown = e => { + var _a; + if (document.activeElement === ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input)) { + e.preventDefault(); + } + }; + const onSearch = e => { + var _a, _b; + if (customOnSearch) { + customOnSearch((_b = (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input) === null || _b === void 0 ? void 0 : _b.value, e, { + source: 'input' + }); + } + }; + const onPressEnter = e => { + if (composedRef.current || loading) { + return; + } + onSearch(e); + }; + const searchIcon = typeof enterButton === 'boolean' ? /*#__PURE__*/_react_17_0_2_react.createElement(SearchOutlined/* default */.Z, null) : null; + const btnClassName = `${prefixCls}-button`; + let button; + const enterButtonAsElement = enterButton || {}; + const isAntdButton = enterButtonAsElement.type && enterButtonAsElement.type.__ANT_BUTTON === true; + if (isAntdButton || enterButtonAsElement.type === 'button') { + button = (0,reactNode/* cloneElement */.Tm)(enterButtonAsElement, Object.assign({ + onMouseDown, + onClick: e => { + var _a, _b; + (_b = (_a = enterButtonAsElement === null || enterButtonAsElement === void 0 ? void 0 : enterButtonAsElement.props) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, e); + onSearch(e); + }, + key: 'enterButton' + }, isAntdButton ? { + className: btnClassName, + size + } : {})); + } else { + button = /*#__PURE__*/_react_17_0_2_react.createElement(es_button/* default */.ZP, { + className: btnClassName, + type: enterButton ? 'primary' : undefined, + size: size, + disabled: disabled, + key: "enterButton", + onMouseDown: onMouseDown, + onClick: onSearch, + loading: loading, + icon: searchIcon + }, enterButton); + } + if (addonAfter) { + button = [button, (0,reactNode/* cloneElement */.Tm)(addonAfter, { + key: 'addonAfter' + })]; + } + const cls = _classnames_2_5_1_classnames_default()(prefixCls, { + [`${prefixCls}-rtl`]: direction === 'rtl', + [`${prefixCls}-${size}`]: !!size, + [`${prefixCls}-with-button`]: !!enterButton + }, className); + const handleOnCompositionStart = e => { + composedRef.current = true; + onCompositionStart === null || onCompositionStart === void 0 ? void 0 : onCompositionStart(e); + }; + const handleOnCompositionEnd = e => { + composedRef.current = false; + onCompositionEnd === null || onCompositionEnd === void 0 ? void 0 : onCompositionEnd(e); + }; + return /*#__PURE__*/_react_17_0_2_react.createElement(Input/* default */.Z, Object.assign({ + ref: (0,es_ref/* composeRef */.sQ)(inputRef, ref), + onPressEnter: onPressEnter + }, restProps, { + size: size, + onCompositionStart: handleOnCompositionStart, + onCompositionEnd: handleOnCompositionEnd, + prefixCls: inputPrefixCls, + addonAfter: button, + suffix: suffix, + onChange: onChange, + className: cls, + disabled: disabled + })); +}); +if (false) {} +/* harmony default export */ var input_Search = (Search); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/TextArea.js +var TextArea = __webpack_require__(1643); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js +"use client"; + + + + + + +const input_Input = Input/* default */.Z; +if (false) {} +input_Input.Group = input_Group; +input_Input.Search = input_Search; +input_Input.TextArea = TextArea/* default */.Z; +input_Input.Password = input_Password; +/* harmony default export */ var input = (input_Input); + +/***/ }), + +/***/ 8378: +/*!*******************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/style/motion/collapse.js ***! + \*******************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__) { + +const genCollapseMotion = token => ({ + [token.componentCls]: { + // For common/openAnimation + [`${token.antCls}-motion-collapse-legacy`]: { + overflow: 'hidden', + '&-active': { + transition: `height ${token.motionDurationMid} ${token.motionEaseInOut}, + opacity ${token.motionDurationMid} ${token.motionEaseInOut} !important` + } + }, + [`${token.antCls}-motion-collapse`]: { + overflow: 'hidden', + transition: `height ${token.motionDurationMid} ${token.motionEaseInOut}, + opacity ${token.motionDurationMid} ${token.motionEaseInOut} !important` + } + } +}); +/* harmony default export */ __webpack_exports__.Z = (genCollapseMotion); + +/***/ }), + +/***/ 60028: +/*!**********************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/upload/index.js ***! + \**********************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony import */ var _Dragger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Dragger */ 71409); +/* harmony import */ var _Upload__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Upload */ 41945); +"use client"; + + + +const Upload = _Upload__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z; +Upload.Dragger = _Dragger__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z; +Upload.LIST_IGNORE = _Upload__WEBPACK_IMPORTED_MODULE_0__/* .LIST_IGNORE */ .E; +/* harmony default export */ __webpack_exports__.Z = (Upload); + +/***/ }), + +/***/ 78391: +/*!************************************************!*\ + !*** ./src/pages/Magazinejor/img/otherjor.png ***! + \************************************************/ +/***/ (function(module) { + +module.exports = "data:image/png;base64,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"; + +/***/ }) + +}]); \ No newline at end of file diff --git a/p__Magazinejor__component__Review__index.0c89655d.async.js b/p__Magazinejor__component__Review__index.0c89655d.async.js new file mode 100644 index 0000000000..7257f62a9a --- /dev/null +++ b/p__Magazinejor__component__Review__index.0c89655d.async.js @@ -0,0 +1,709 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[62369],{ + +/***/ 39970: +/*!**********************************************************************!*\ + !*** ./src/pages/Magazinejor/component/Review/index.tsx + 1 modules ***! + \**********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ Review; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules +var es_form = __webpack_require__(78241); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules +var input = __webpack_require__(92832); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules +var spin = __webpack_require__(71418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules +var table = __webpack_require__(36546); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules +var pagination = __webpack_require__(19871); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/index.js + 5 modules +var timeline = __webpack_require__(10777); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Review/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Reviewmodules = ({"wrap":"wrap___tUKGt","topWrap":"topWrap___b3T_x","title":"title___P7I3N","searchStyle":"searchStyle___iao6K","search":"search___JG596","searchIcon":"searchIcon___nHNTo","tableWrap":"tableWrap___KqyjW","TitleStyle":"TitleStyle___mIzD0","timeLineSty":"timeLineSty___Iv2Fo"}); +// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js +var dayjs_min = __webpack_require__(61186); +var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); +// EXTERNAL MODULE: ./src/service/magazine.tsx +var magazine = __webpack_require__(20103); +// EXTERNAL MODULE: ./src/components/NoData/index.tsx +var NoData = __webpack_require__(63017); +// EXTERNAL MODULE: ./src/components/PreviewAll/index.tsx + 3 modules +var PreviewAll = __webpack_require__(97672); +// EXTERNAL MODULE: ./src/utils/fetch.ts +var fetch = __webpack_require__(82710); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Review/index.tsx + + + + + + + + + + + + + + + +var Journal = function Journal() { + var urlParams = (0,_umi_production_exports.useParams)(); + var _useState = (0,_react_17_0_2_react.useState)(false), + _useState2 = slicedToArray_default()(_useState, 2), + loading = _useState2[0], + setLoading = _useState2[1]; + var _Form$useForm = es_form/* default */.Z.useForm(), + _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), + form = _Form$useForm2[0]; + var _useState3 = (0,_react_17_0_2_react.useState)(0), + _useState4 = slicedToArray_default()(_useState3, 2), + total = _useState4[0], + setTotal = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)([]), + _useState6 = slicedToArray_default()(_useState5, 2), + data = _useState6[0], + setData = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(''), + _useState8 = slicedToArray_default()(_useState7, 2), + keyword = _useState8[0], + setKeyword = _useState8[1]; + var _useState9 = (0,_react_17_0_2_react.useState)(false), + _useState10 = slicedToArray_default()(_useState9, 2), + timeLineVis = _useState10[0], + setTimeLineVis = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)([]), + _useState12 = slicedToArray_default()(_useState11, 2), + timeLineData = _useState12[0], + setTimeLineData = _useState12[1]; + // const [refuseReason, setRefuseReason] = useState(''); + var _useState13 = (0,_react_17_0_2_react.useState)({ + page: 1, + limit: 10 + }), + _useState14 = slicedToArray_default()(_useState13, 2), + params = _useState14[0], + setParams = _useState14[1]; + var _useState15 = (0,_react_17_0_2_react.useState)({ + content: "", + type: "" + }), + _useState16 = slicedToArray_default()(_useState15, 2), + previewData = _useState16[0], + setPreviewData = _useState16[1]; + var monacoValueRef = (0,_react_17_0_2_react.useRef)(); + var getData = /*#__PURE__*/function () { + var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { + var res, _res$data, _res$data2; + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + setLoading(true); + _context.next = 3; + return (0,magazine/* getReviewList */.t_)(objectSpread2_default()(objectSpread2_default()({ + id: urlParams.id + }, params), {}, { + keyword: keyword + })); + case 3: + res = _context.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + setData((res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list) || []); + setTotal((res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count) || 0); + } + setLoading(false); + case 6: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function getData() { + return _ref.apply(this, arguments); + }; + }(); + var getProgressData = /*#__PURE__*/function () { + var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2(article_id) { + var res, _res$data3, tempData; + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + _context2.next = 2; + return (0,magazine/* getReviewProgress */.lp)({ + id: urlParams.id, + article_id: article_id + }); + case 2: + res = _context2.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + tempData = res === null || res === void 0 || (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.map(function (item, index) { + var color = (item === null || item === void 0 ? void 0 : item.status) == 'pending' ? '#3061D0' : (item === null || item === void 0 ? void 0 : item.status) == 'approved' ? '#00B187' : (item === null || item === void 0 ? void 0 : item.status) == 'rejected' ? '#ADB2B8' : (item === null || item === void 0 ? void 0 : item.status) == 'unstart' ? '#FA6400' : '#00CCFF'; + return { + label: item !== null && item !== void 0 && item.audit_at ? dayjs_min_default()(item === null || item === void 0 ? void 0 : item.audit_at).format('YYYY-MM-DD HH:mm') : '--', + color: color, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("p", { + children: (item === null || item === void 0 ? void 0 : item.user_name) || '--' + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("p", { + children: [(item === null || item === void 0 ? void 0 : item.status) == 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061D0' + }, + children: "\u5BA1\u6838\u4E2D" + }), (item === null || item === void 0 ? void 0 : item.status) == 'approved' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#00B187' + }, + children: "\u5DF2\u901A\u8FC7" + }), (item === null || item === void 0 ? void 0 : item.status) == 'rejected' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#ADB2B8' + }, + children: "\u5DF2\u62D2\u7EDD" + }), (item === null || item === void 0 ? void 0 : item.status) == 'unstart' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#FA6400' + }, + children: "\u5F85\u5BA1\u6838" + }), (item === null || item === void 0 ? void 0 : item.status) == 'submited' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#00CCFF' + }, + children: "\u63D0\u4EA4" + })] + })] + }) + }; + }); + setTimeLineData(tempData || []); + } + case 4: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return function getProgressData(_x) { + return _ref2.apply(this, arguments); + }; + }(); + (0,_react_17_0_2_react.useEffect)(function () { + getData(); + }, []); + var preview = /*#__PURE__*/function () { + var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3(item) { + var res; + return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + if (!(item.file_type === "txt")) { + _context3.next = 5; + break; + } + _context3.next = 3; + return (0,fetch/* default */.ZP)(item.url, { + method: "get", + headers: { + "Content-Type": "application/xml" + } + }); + case 3: + res = _context3.sent; + monacoValueRef.current = res; + case 5: + setPreviewData({ + type: item.file_type, + content: item.url + }); + case 6: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return function preview(_x2) { + return _ref3.apply(this, arguments); + }; + }(); + var approveOrRefuse = /*#__PURE__*/function () { + var _ref4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4(id, status, reject_reason) { + var res; + return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + _context4.next = 2; + return (0,magazine/* getMagazinCheck */.BL)({ + id: id, + reject_reason: reject_reason, + status: status + }); + case 2: + res = _context4.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + message/* default */.ZP.success('操作成功'); + // setRefuseReason(''); + getData(); + } + case 4: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + return function approveOrRefuse(_x3, _x4, _x5) { + return _ref4.apply(this, arguments); + }; + }(); + var columns = [{ + title: '标题', + dataIndex: 'title', + width: '20%', + ellipsis: true, + align: 'left', + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text || '--' + }); + } + }, { + title: '投稿栏目', + dataIndex: 'category_name', + width: '10%', + ellipsis: true, + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text || '--' + }); + } + }, { + title: '投稿人', + dataIndex: 'author_name', + width: '10%', + ellipsis: true, + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text || '--' + }); + } + }, { + title: '审核进度', + width: '12%', + dataIndex: 'status', + render: function render(text, record) { + switch (text) { + case 'pending': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061D0' + }, + children: "\u5BA1\u6838\u4E2D" + }); + case 'approved': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#00B187' + }, + children: "\u5DF2\u901A\u8FC7" + }); + case 'rejected': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#ADB2B8' + }, + children: "\u5DF2\u62D2\u7EDD" + }); + case 'unstart': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#FA6400' + }, + children: "\u5F85\u5BA1\u6838" + }); + } + } + }, { + title: '上传附件', + dataIndex: 'attachment', + width: '12%', + ellipsis: true, + render: function render(text, record) { + var _record$attachment2; + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#418DFF', + cursor: 'pointer' + }, + onClick: function onClick() { + var _record$attachment; + if (record !== null && record !== void 0 && (_record$attachment = record.attachment) !== null && _record$attachment !== void 0 && _record$attachment.url) { + // openNewWindow(record?.attachment?.url) + preview(record === null || record === void 0 ? void 0 : record.attachment); + } + }, + children: (record === null || record === void 0 || (_record$attachment2 = record.attachment) === null || _record$attachment2 === void 0 ? void 0 : _record$attachment2.title) || '--' + }); + } + }, { + title: '提交日期', + width: '16%', + dataIndex: 'submit_at', + ellipsis: true, + render: function render(text) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text ? dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') : '--' + }); + } + }, { + title: '操作', + align: 'right', + dataIndex: 'created_at', + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [(record === null || record === void 0 ? void 0 : record.status) == 'rejected' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0 + }, + onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { + return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + modal/* default */.Z.confirm({ + title: '查看原因', + width: 550, + centered: true, + closable: true, + okText: '确定', + cancelText: '取消', + icon: null, + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + color: '#000' + }, + children: (record === null || record === void 0 ? void 0 : record.reject_reason) || '--' + }) + }); + case 1: + case "end": + return _context5.stop(); + } + }, _callee5); + })), + children: "\u67E5\u770B\u539F\u56E0" + }), (record === null || record === void 0 ? void 0 : record.status) == 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0, + marginLeft: '10px' + }, + onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6() { + return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + _context6.next = 2; + return getProgressData(record === null || record === void 0 ? void 0 : record.id); + case 2: + setTimeLineVis(true); + case 3: + case "end": + return _context6.stop(); + } + }, _callee6); + })), + children: "\u67E5\u770B\u8FDB\u5EA6" + }), (record === null || record === void 0 ? void 0 : record.can_reviewed) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0, + marginLeft: '10px' + }, + onClick: function onClick() { + modal/* default */.Z.confirm({ + title: '同意投稿', + width: 550, + centered: true, + closable: true, + icon: null, + okText: '确定', + cancelText: '取消', + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee7() { + return regeneratorRuntime_default()().wrap(function _callee7$(_context7) { + while (1) switch (_context7.prev = _context7.next) { + case 0: + _context7.next = 2; + return approveOrRefuse(record === null || record === void 0 ? void 0 : record.id, 'approved', ''); + case 2: + case "end": + return _context7.stop(); + } + }, _callee7); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }(), + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + color: '#000' + }, + children: "\u786E\u5B9A\u540C\u610F\u6295\u7A3F\u5417\uFF1F" + }) + }); + }, + children: "\u540C\u610F" + }), (record === null || record === void 0 ? void 0 : record.can_reviewed) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0, + marginLeft: '10px' + }, + onClick: function onClick() { + var refuseReason = ''; + modal/* default */.Z.info({ + title: '拒绝原因', + width: 560, + centered: true, + closable: true, + icon: null, + okText: '确定', + cancelText: '取消', + onOk: function () { + var _onOk2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee8() { + return regeneratorRuntime_default()().wrap(function _callee8$(_context8) { + while (1) switch (_context8.prev = _context8.next) { + case 0: + if (refuseReason) { + _context8.next = 3; + break; + } + message/* default */.ZP.info('请输入拒绝原因'); + return _context8.abrupt("return"); + case 3: + _context8.next = 5; + return approveOrRefuse(record === null || record === void 0 ? void 0 : record.id, 'rejected', refuseReason); + case 5: + case "end": + return _context8.stop(); + } + }, _callee8); + })); + function onOk() { + return _onOk2.apply(this, arguments); + } + return onOk; + }(), + content: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + color: "#5F6367", + marginBottom: '10px' + }, + children: "\u539F\u56E0" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.TextArea, { + rows: 4, + placeholder: "\u8BF7\u8F93\u5165\u62D2\u7EDD\u539F\u56E0", + onChange: function onChange(e) { + console.log(e); + refuseReason = e.target.value; + // setRefuseReason(e.target.value); + } + }) + })] + }) + }); + }, + children: "\u62D2\u7EDD" + })] + }); + } + }]; + return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: loading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Reviewmodules.wrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Reviewmodules.topWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: __webpack_require__(/*! ../../img/time.png */ 69871), + width: 19 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: Reviewmodules.title, + children: "\u6295\u7A3F\u5BA1\u6838" + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { + placeholder: "\u8BF7\u8F93\u5165\u6807\u9898\u8FDB\u884C\u641C\u7D22", + size: "large", + className: Reviewmodules.search, + onChange: function onChange(e) { + return setKeyword(e.target.value); + }, + onSearch: function onSearch(value) { + return setKeyword(value); + }, + suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-sousuo9 font14 ".concat(Reviewmodules.searchIcon), + onClick: function onClick() { + getData(); + } + }) + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Reviewmodules.tableWrap, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, { + className: "".concat(Reviewmodules.TitleStyle), + dataSource: data, + columns: columns, + bordered: false, + size: "large", + locale: { + emptyText: /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) + }, + pagination: false + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { + className: "mt20", + defaultCurrent: 1, + current: params.page || 1, + defaultPageSize: 10, + showQuickJumper: true, + showSizeChanger: true, + showTotal: function showTotal(total) { + return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { + children: ["\u5171 ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061d0' + }, + children: total + }), " \u6761\u6570\u636E"] + }); + }, + total: total, + onChange: function onChange(page, pageSize) { + params.page = page; + params.limit = pageSize; + setParams(objectSpread2_default()({}, params)); + getData(); + } + }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { + title: "\u67E5\u770B\u8FDB\u5EA6", + open: timeLineVis, + width: 500, + onOk: function onOk() { + setTimeLineVis(false); + }, + onCancel: function onCancel() { + setTimeLineVis(false); + }, + className: Reviewmodules.timeLineSty, + maskClosable: false, + centered: true, + footer: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "primary", + onClick: function onClick() { + setTimeLineVis(false); + }, + children: "\u786E\u5B9A" + }, "back")], + children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Reviewmodules.timeline, + style: { + marginTop: 20 + }, + children: (timeLineData === null || timeLineData === void 0 ? void 0 : timeLineData.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(timeline/* default */.Z, { + mode: "left", + items: timeLineData + }) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + textAlign: 'center', + marginTop: 10 + }, + children: "\u6682\u65E0\u6570\u636E\uFF5E" + }) + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { + close: true, + data: previewData === null || previewData === void 0 ? void 0 : previewData.content, + type: previewData === null || previewData === void 0 ? void 0 : previewData.type, + hasMask: true, + monacoEditor: { + value: monacoValueRef.current, + language: "txt", + onChange: function onChange() {}, + options: { + readOnly: true, + fontSize: 14, + minimap: { + enabled: false + } + } + }, + onImgDimensions: null, + onClose: function onClose() { + setPreviewData({ + content: "", + type: "" + }); + } + })] + }) + }); +}; +/* harmony default export */ var Review = (Journal); + +/***/ }) + +}]); \ No newline at end of file diff --git a/p__Magazinejor__component__Review__index.d0bb0ce1.chunk.css b/p__Magazinejor__component__Review__index.d0bb0ce1.chunk.css new file mode 100644 index 0000000000..6ae381377f --- /dev/null +++ b/p__Magazinejor__component__Review__index.d0bb0ce1.chunk.css @@ -0,0 +1,138 @@ +/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Review/index.less?modules ***! + \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.wrap___tUKGt .topWrap___b3T_x { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 30px; +} +.wrap___tUKGt .topWrap___b3T_x .title___P7I3N { + margin-left: 10px; + font-family: PingFangSC, PingFang SC; + font-weight: 600; + font-size: 16px; + color: #FFFFFF; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-form-item-label"] > label { + color: #90AAFF; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-input-affix-wrapper"], +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-select-selector"] { + background-color: #17378A !important; + box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); + border-radius: 4px !important; + color: #fff !important; + border: none !important; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-select-arrow"] { + color: #fff; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder { + background: none !important; + color: #fff !important; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder { + background: none !important; + color: #fff !important; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder { + background: none !important; + color: #fff !important; +} +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-input-affix-wrapper"] > input::placeholder, +.wrap___tUKGt .topWrap___b3T_x .searchStyle___iao6K [class~="ant-input-affix-wrapper"] > input { + background: none !important; + color: #fff !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 { + display: flex; + align-items: center; + overflow: hidden; + border-radius: 4px; + height: 40px; + width: 412px; + padding-left: 8px; + background-color: #17378A; + border: none; + margin-left: auto; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 span[class~='ant-input-search-icon'] { + display: none !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~='ant-input-affix-wrapper'] { + background-color: #17378A !important; + border: none !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~='ant-input-affix-wrapper'] { + outline: none !important; + border: none !important; + box-shadow: none !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 span[class~='ant-input-group-addon'] { + display: none !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 .searchIcon___nHNTo { + margin-right: 14px; + cursor: pointer; + color: #90AAFF; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 input { + color: #90AAFF; + background-color: #17378A; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder { + background: none !important; + color: #90AAFF !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder { + background: none !important; + color: #90AAFF !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder { + background: none !important; + color: #90AAFF !important; +} +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~="ant-input-affix-wrapper"] > input::placeholder, +.wrap___tUKGt .topWrap___b3T_x .search___JG596 [class~="ant-input-affix-wrapper"] > input { + background: none !important; + color: #90AAFF !important; +} +.wrap___tUKGt .tableWrap___KqyjW { + width: 100%; + padding: 20px; + background: #B2BDF9; + border-radius: 4px; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 table { + border-spacing: 0 10px; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 [class~="ant-table"] { + background: none; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 thead [class~="ant-table-cell"] { + background: linear-gradient(180deg, #355EBB 0%, #2737A7 100%) !important; + border-right: none !important; + color: #FFFFFF !important; + border-image: linear-gradient(360deg, #4695e6, #5f9ae8) 1 1; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 thead [class~="ant-table-cell"]::before { + display: none; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 tbody [class~="ant-table-cell"] { + background: #F1F6FF; + box-shadow: inset 0px 0px 45px 0px rgba(65, 141, 255, 0.17); + border-radius: 2px; + border-right: none !important; + color: #FFFFFF !important; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 tbody [class~="ant-table-cell"]::before { + display: none; +} +.wrap___tUKGt .tableWrap___KqyjW .TitleStyle___mIzD0 [class~="ant-table-row"] { + margin-top: 10px !important; +} +.timeLineSty___Iv2Fo [class~='ant-modal-footer'] { + margin-top: 0px !important; +} + diff --git a/p__Magazinejor__component__Submission__index.33f5f126.chunk.css b/p__Magazinejor__component__Submission__index.33f5f126.chunk.css new file mode 100644 index 0000000000..c348545baf --- /dev/null +++ b/p__Magazinejor__component__Submission__index.33f5f126.chunk.css @@ -0,0 +1,214 @@ +/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Submission/index.less?modules ***! + \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.wrap___NSC48 .topWrap___Rjj0n { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 30px; +} +.wrap___NSC48 .topWrap___Rjj0n .title___Ef_Vh { + margin-left: 10px; + font-family: PingFangSC, PingFang SC; + font-weight: 600; + font-size: 16px; + color: #FFFFFF; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-form-item-label"] > label { + color: #90AAFF; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"], +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-select-selector"] { + background-color: #17378A !important; + box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5); + border-radius: 4px !important; + color: #fff !important; + border: none !important; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-select-arrow"] { + color: #fff; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder { + background: none !important; + color: #fff !important; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder { + background: none !important; + color: #fff !important; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder { + background: none !important; + color: #fff !important; +} +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input::placeholder, +.wrap___NSC48 .topWrap___Rjj0n .searchStyle___VWE2C [class~="ant-input-affix-wrapper"] > input { + background: none !important; + color: #fff !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e { + display: flex; + align-items: center; + overflow: hidden; + border-radius: 4px; + height: 40px; + width: 412px; + padding-left: 8px; + background-color: #17378A; + border: none; + margin-left: auto; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e span[class~='ant-input-search-icon'] { + display: none !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~='ant-input-affix-wrapper'] { + background-color: #17378A !important; + border: none !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~='ant-input-affix-wrapper'] { + outline: none !important; + border: none !important; + box-shadow: none !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e span[class~='ant-input-group-addon'] { + display: none !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e .searchIcon___Mi11k { + margin-right: 14px; + cursor: pointer; + color: #90AAFF; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e input { + color: #90AAFF; + background-color: #17378A; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder { + background: none !important; + color: #90AAFF !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder { + background: none !important; + color: #90AAFF !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder { + background: none !important; + color: #90AAFF !important; +} +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input::placeholder, +.wrap___NSC48 .topWrap___Rjj0n .search___On81e [class~="ant-input-affix-wrapper"] > input { + background: none !important; + color: #90AAFF !important; +} +.wrap___NSC48 .tableWrap___GQpAY { + width: 100%; + padding: 20px; + background: #B2BDF9; + border-radius: 4px; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi table { + border-spacing: 0 10px; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi [class~="ant-table"] { + background: none; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi thead [class~="ant-table-cell"] { + background: linear-gradient(180deg, #355EBB 0%, #2737A7 100%) !important; + border-right: none !important; + color: #FFFFFF !important; + border-image: linear-gradient(360deg, #4695e6, #5f9ae8) 1 1; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi thead [class~="ant-table-cell"]::before { + display: none; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi tbody [class~="ant-table-cell"] { + background: #F1F6FF; + box-shadow: inset 0px 0px 45px 0px rgba(65, 141, 255, 0.17); + border-radius: 2px; + border-right: none !important; + color: #FFFFFF !important; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi tbody [class~="ant-table-cell"]::before { + display: none; +} +.wrap___NSC48 .tableWrap___GQpAY .TitleStyle___kYpEi [class~="ant-table-row"] { + margin-top: 10px !important; +} +.timeLineSty___d4rk5 [class~='ant-modal-footer'] { + margin-top: 0px !important; +} + +/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***! + \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.upload_button { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + border: 1px solid #BACFFE; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #3061D0; + display: inline-block; + text-align: center; + align-items: center; + align-content: center; +} +.upload_button .aBtn_img { + width: 14px; + height: 14px; + margin-top: -3px; + margin-right: 8px; +} +.upload_button:hover { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + border: 1px solid #BACFFE; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #3061D0; +} +.disable_upload_button { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; +} +.disable_upload_button .aBtn_img { + width: 14px; + height: 14px; + margin-top: -3px; + margin-right: 8px; +} +.upload_button:active { + width: 108px; + height: 32px; + background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%); + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + border: 1px solid #BACFFE; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #3061D0; +} +.upload_text { + width: 129px; + height: 20px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #5F6367; + line-height: 20px; + margin-left: 16px; +} + diff --git a/p__Magazinejor__component__Submission__index.6da45453.async.js b/p__Magazinejor__component__Submission__index.6da45453.async.js new file mode 100644 index 0000000000..570c40b0f4 --- /dev/null +++ b/p__Magazinejor__component__Submission__index.6da45453.async.js @@ -0,0 +1,887 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[13585],{ + +/***/ 34023: +/*!*******************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/InboxOutlined.js + 1 modules ***! + \*******************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_InboxOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(16378); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/InboxOutlined.js +// This icon file is generated automatically. +var InboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, "name": "inbox", "theme": "outlined" }; +/* harmony default export */ var asn_InboxOutlined = (InboxOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(31533); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/InboxOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var InboxOutlined_InboxOutlined = function InboxOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_InboxOutlined + })); +}; + +/**![inbox](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTg4NS4yIDQ0Ni4zbC0uMi0uOC0xMTIuMi0yODUuMWMtNS0xNi4xLTE5LjktMjcuMi0zNi44LTI3LjJIMjgxLjJjLTE3IDAtMzIuMSAxMS4zLTM2LjkgMjcuNkwxMzkuNCA0NDNsLS4zLjctLjIuOGMtMS4zIDQuOS0xLjcgOS45LTEgMTQuOC0uMSAxLjYtLjIgMy4yLS4yIDQuOFY4MzBhNjAuOSA2MC45IDAgMDA2MC44IDYwLjhoNjI3LjJjMzMuNSAwIDYwLjgtMjcuMyA2MC45LTYwLjhWNDY0LjFjMC0xLjMgMC0yLjYtLjEtMy43LjQtNC45IDAtOS42LTEuMy0xNC4xem0tMjk1LjgtNDNsLS4zIDE1LjdjLS44IDQ0LjktMzEuOCA3NS4xLTc3LjEgNzUuMS0yMi4xIDAtNDEuMS03LjEtNTQuOC0yMC42UzQzNiA0NDEuMiA0MzUuNiA0MTlsLS4zLTE1LjdIMjI5LjVMMzA5IDIxMGgzOTkuMmw4MS43IDE5My4zSDU4OS40em0tMzc1IDc2LjhoMTU3LjNjMjQuMyA1Ny4xIDc2IDkwLjggMTQwLjQgOTAuOCAzMy43IDAgNjUtOS40IDkwLjMtMjcuMiAyMi4yLTE1LjYgMzkuNS0zNy40IDUwLjctNjMuNmgxNTYuNVY4MTRIMjE0LjRWNDgwLjF6IiAvPjwvc3ZnPg==) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(InboxOutlined_InboxOutlined); +if (false) {} +/* harmony default export */ var icons_InboxOutlined = (RefIcon); + +/***/ }), + +/***/ 60710: +/*!**************************************************************************!*\ + !*** ./src/pages/Magazinejor/component/Submission/index.tsx + 1 modules ***! + \**************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ Submission; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules +var es_form = __webpack_require__(78241); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules +var spin = __webpack_require__(71418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules +var input = __webpack_require__(92832); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules +var table = __webpack_require__(36546); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules +var pagination = __webpack_require__(19871); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js +var row = __webpack_require__(95237); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js +var col = __webpack_require__(43604); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js +var es_select = __webpack_require__(57809); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/index.js + 5 modules +var timeline = __webpack_require__(10777); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Submission/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Submissionmodules = ({"wrap":"wrap___NSC48","topWrap":"topWrap___Rjj0n","title":"title___Ef_Vh","searchStyle":"searchStyle___VWE2C","search":"search___On81e","searchIcon":"searchIcon___Mi11k","tableWrap":"tableWrap___GQpAY","TitleStyle":"TitleStyle___kYpEi","timeLineSty":"timeLineSty___d4rk5"}); +// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js +var dayjs_min = __webpack_require__(61186); +var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); +// EXTERNAL MODULE: ./src/components/MultiUpload/index.tsx + 3 modules +var MultiUpload = __webpack_require__(86618); +// EXTERNAL MODULE: ./src/service/magazine.tsx +var magazine = __webpack_require__(20103); +// EXTERNAL MODULE: ./src/components/NoData/index.tsx +var NoData = __webpack_require__(63017); +// EXTERNAL MODULE: ./src/utils/util.tsx +var util = __webpack_require__(95972); +// EXTERNAL MODULE: ./src/components/PreviewAll/index.tsx + 3 modules +var PreviewAll = __webpack_require__(97672); +// EXTERNAL MODULE: ./src/utils/fetch.ts +var fetch = __webpack_require__(82710); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Submission/index.tsx + + + + + + + + + + + + + + + + + +var Journal = function Journal() { + var urlParams = (0,_umi_production_exports.useParams)(); + var _useState = (0,_react_17_0_2_react.useState)(false), + _useState2 = slicedToArray_default()(_useState, 2), + loading = _useState2[0], + setLoading = _useState2[1]; + var _Form$useForm = es_form/* default */.Z.useForm(), + _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), + form = _Form$useForm2[0]; + var _useState3 = (0,_react_17_0_2_react.useState)([]), + _useState4 = slicedToArray_default()(_useState3, 2), + columnList = _useState4[0], + setColumnList = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)(false), + _useState6 = slicedToArray_default()(_useState5, 2), + submitLoading = _useState6[0], + setSubmitLoading = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)([]), + _useState8 = slicedToArray_default()(_useState7, 2), + data = _useState8[0], + setData = _useState8[1]; + var _useState9 = (0,_react_17_0_2_react.useState)(0), + _useState10 = slicedToArray_default()(_useState9, 2), + total = _useState10[0], + setTotal = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)({ + page: 1, + limit: 10 + }), + _useState12 = slicedToArray_default()(_useState11, 2), + params = _useState12[0], + setParams = _useState12[1]; + var _useState13 = (0,_react_17_0_2_react.useState)({ + content: "", + type: "" + }), + _useState14 = slicedToArray_default()(_useState13, 2), + previewData = _useState14[0], + setPreviewData = _useState14[1]; + var monacoValueRef = (0,_react_17_0_2_react.useRef)(); + var _useState15 = (0,_react_17_0_2_react.useState)(false), + _useState16 = slicedToArray_default()(_useState15, 2), + timeLineVis = _useState16[0], + setTimeLineVis = _useState16[1]; + var _useState17 = (0,_react_17_0_2_react.useState)([]), + _useState18 = slicedToArray_default()(_useState17, 2), + timeLineData = _useState18[0], + setTimeLineData = _useState18[1]; + var _useState19 = (0,_react_17_0_2_react.useState)(false), + _useState20 = slicedToArray_default()(_useState19, 2), + modifyVis = _useState20[0], + setModify = _useState20[1]; + var _useState21 = (0,_react_17_0_2_react.useState)(false), + _useState22 = slicedToArray_default()(_useState21, 2), + modifyBtnLoading = _useState22[0], + setModifyBtnLoading = _useState22[1]; + var _Form$useForm3 = es_form/* default */.Z.useForm(), + _Form$useForm4 = slicedToArray_default()(_Form$useForm3, 1), + modifyForm = _Form$useForm4[0]; + var _useState23 = (0,_react_17_0_2_react.useState)(), + _useState24 = slicedToArray_default()(_useState23, 2), + editId = _useState24[0], + setEditId = _useState24[1]; + var _useState25 = (0,_react_17_0_2_react.useState)(''), + _useState26 = slicedToArray_default()(_useState25, 2), + keyword = _useState26[0], + setKeyword = _useState26[1]; + var getColumn = /*#__PURE__*/function () { + var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { + var res; + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + setLoading(true); + _context.next = 3; + return (0,magazine/* getMagazinColumn */.id)({ + magazine_id: urlParams.id + }); + case 3: + res = _context.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + setColumnList(res === null || res === void 0 ? void 0 : res.data); + } + setLoading(false); + case 6: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function getColumn() { + return _ref.apply(this, arguments); + }; + }(); + var handleFinish = /*#__PURE__*/function () { + var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2(values) { + var _values$attachment_id, res; + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + setSubmitLoading(true); + if (values.attachment_id) { + values.attachment_id = values === null || values === void 0 || (_values$attachment_id = values.attachment_id) === null || _values$attachment_id === void 0 ? void 0 : _values$attachment_id.map(function (v) { + return v.response.id; + }); + } + _context2.next = 4; + return (0,magazine/* postMagazin */.QM)(objectSpread2_default()({}, values)); + case 4: + res = _context2.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + message/* default */.ZP.success('操作成功'); + form.resetFields(); + getData(); + } + setSubmitLoading(false); + case 7: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return function handleFinish(_x) { + return _ref2.apply(this, arguments); + }; + }(); + var handleModifyFinish = /*#__PURE__*/function () { + var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3(values) { + var _values$attachment_id2, res; + return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + setModifyBtnLoading(true); + if (values.attachment_id) { + values.attachment_id = values === null || values === void 0 || (_values$attachment_id2 = values.attachment_id) === null || _values$attachment_id2 === void 0 ? void 0 : _values$attachment_id2.map(function (v) { + return v.response.id; + }); + } + _context3.next = 4; + return (0,magazine/* editArticle */.OD)(objectSpread2_default()(objectSpread2_default()({}, values), {}, { + article_id: editId, + id: urlParams.id + })); + case 4: + res = _context3.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + message/* default */.ZP.success('操作成功'); + setModify(false); + getData(); + } + setModifyBtnLoading(false); + case 7: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return function handleModifyFinish(_x2) { + return _ref3.apply(this, arguments); + }; + }(); + var getData = /*#__PURE__*/function () { + var _ref4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() { + var res, _res$data, _res$data2; + return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + setLoading(true); + _context4.next = 3; + return (0,magazine/* getReviewList */.t_)(objectSpread2_default()(objectSpread2_default()({ + id: urlParams.id + }, params), {}, { + is_me: 1, + keyword: keyword + })); + case 3: + res = _context4.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + setData((res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list) || []); + setTotal((res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count) || 0); + } + setLoading(false); + case 6: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + return function getData() { + return _ref4.apply(this, arguments); + }; + }(); + var preview = /*#__PURE__*/function () { + var _ref5 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5(item) { + var res; + return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + if (!((item === null || item === void 0 ? void 0 : item.file_type) === "txt")) { + _context5.next = 5; + break; + } + _context5.next = 3; + return (0,fetch/* default */.ZP)(item === null || item === void 0 ? void 0 : item.url, { + method: "get", + headers: { + "Content-Type": "application/xml" + } + }); + case 3: + res = _context5.sent; + monacoValueRef.current = res; + case 5: + setPreviewData({ + type: item === null || item === void 0 ? void 0 : item.file_type, + content: item === null || item === void 0 ? void 0 : item.url + }); + case 6: + case "end": + return _context5.stop(); + } + }, _callee5); + })); + return function preview(_x3) { + return _ref5.apply(this, arguments); + }; + }(); + var getProgressData = /*#__PURE__*/function () { + var _ref6 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6(article_id) { + var res, _res$data3, tempData; + return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + _context6.next = 2; + return (0,magazine/* getReviewProgress */.lp)({ + id: urlParams.id, + article_id: article_id + }); + case 2: + res = _context6.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + tempData = res === null || res === void 0 || (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.map(function (item, index) { + var color = (item === null || item === void 0 ? void 0 : item.status) == 'pending' ? '#3061D0' : (item === null || item === void 0 ? void 0 : item.status) == 'approved' ? '#00B187' : (item === null || item === void 0 ? void 0 : item.status) == 'rejected' ? '#ADB2B8' : (item === null || item === void 0 ? void 0 : item.status) == 'unstart' ? '#FA6400' : '#00CCFF'; + return { + label: item !== null && item !== void 0 && item.audit_at ? dayjs_min_default()(item === null || item === void 0 ? void 0 : item.audit_at).format('YYYY-MM-DD HH:mm') : '--', + color: color, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("p", { + children: (item === null || item === void 0 ? void 0 : item.user_name) || '--' + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("p", { + children: [(item === null || item === void 0 ? void 0 : item.status) == 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061D0' + }, + children: "\u5BA1\u6838\u4E2D" + }), (item === null || item === void 0 ? void 0 : item.status) == 'approved' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#00B187' + }, + children: "\u5DF2\u901A\u8FC7" + }), (item === null || item === void 0 ? void 0 : item.status) == 'rejected' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#ADB2B8' + }, + children: "\u5DF2\u62D2\u7EDD" + }), (item === null || item === void 0 ? void 0 : item.status) == 'unstart' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#FA6400' + }, + children: "\u5F85\u5BA1\u6838" + }), (item === null || item === void 0 ? void 0 : item.status) == 'submited' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#00CCFF' + }, + children: "\u63D0\u4EA4" + })] + })] + }) + }; + }); + setTimeLineData(tempData || []); + } + case 4: + case "end": + return _context6.stop(); + } + }, _callee6); + })); + return function getProgressData(_x4) { + return _ref6.apply(this, arguments); + }; + }(); + (0,_react_17_0_2_react.useEffect)(function () { + getColumn(); + getData(); + }, []); + var columns = [{ + title: '标题', + dataIndex: 'title', + width: '20%', + ellipsis: true, + align: 'left', + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text || '--' + }); + } + }, { + title: '投稿栏目', + dataIndex: 'category_name', + width: '10%', + ellipsis: true, + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text || '--' + }); + } + }, { + title: '投稿人', + dataIndex: 'author_name', + width: '10%', + ellipsis: true, + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text || '--' + }); + } + }, { + title: '审核进度', + width: '12%', + dataIndex: 'status', + render: function render(text, record) { + switch (text) { + case 'pending': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061D0' + }, + children: "\u5BA1\u6838\u4E2D" + }); + case 'approved': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#00B187' + }, + children: "\u5DF2\u901A\u8FC7" + }); + case 'rejected': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#ADB2B8' + }, + children: "\u5DF2\u62D2\u7EDD" + }); + case 'unstart': + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#FA6400' + }, + children: "\u5F85\u5BA1\u6838" + }); + } + } + }, { + title: '上传附件', + dataIndex: 'attachment', + width: '12%', + ellipsis: true, + render: function render(text, record) { + var _record$attachment2; + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#418DFF', + cursor: 'pointer' + }, + onClick: function onClick() { + var _record$attachment; + if (record !== null && record !== void 0 && (_record$attachment = record.attachment) !== null && _record$attachment !== void 0 && _record$attachment.url) { + // openNewWindow(record?.attachment?.url) + preview(record === null || record === void 0 ? void 0 : record.attachment); + } + }, + children: (record === null || record === void 0 || (_record$attachment2 = record.attachment) === null || _record$attachment2 === void 0 ? void 0 : _record$attachment2.title) || '--' + }); + } + }, { + title: '提交日期', + width: '16%', + dataIndex: 'submit_at', + ellipsis: true, + render: function render(text) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#17265F' + }, + children: text ? dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') : '--' + }); + } + }, { + title: '操作', + align: 'right', + width: '20%', + dataIndex: 'created_at', + render: function render(text, record) { + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0 + }, + onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee7() { + return regeneratorRuntime_default()().wrap(function _callee7$(_context7) { + while (1) switch (_context7.prev = _context7.next) { + case 0: + _context7.next = 2; + return getProgressData(record === null || record === void 0 ? void 0 : record.id); + case 2: + setTimeLineVis(true); + case 3: + case "end": + return _context7.stop(); + } + }, _callee7); + })), + children: "\u8BE6\u60C5" + }), (record === null || record === void 0 ? void 0 : record.status) == 'unstart' && (0,util/* isCurrentUser */.$t)(record === null || record === void 0 ? void 0 : record.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0, + marginLeft: '10px' + }, + onClick: function onClick() { + setEditId(record === null || record === void 0 ? void 0 : record.id); + modifyForm.setFieldsValue({ + title: record === null || record === void 0 ? void 0 : record.title, + category_id: record === null || record === void 0 ? void 0 : record.category_id, + attachment_id: record !== null && record !== void 0 && record.attachment ? (0,MultiUpload/* coverToFileList */.z)([record.attachment]) : [] + }); + setModify(true); + }, + children: "\u4FEE\u6539" + }), (record === null || record === void 0 ? void 0 : record.status) == 'unstart' && (0,util/* isCurrentUser */.$t)(record === null || record === void 0 ? void 0 : record.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "link", + style: { + color: '#3D60D1', + padding: 0, + marginLeft: '10px' + }, + onClick: function onClick() { + modal/* default */.Z.confirm({ + title: '取消投稿', + width: 550, + centered: true, + closable: true, + icon: null, + okText: '确定', + cancelText: '取消', + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee8() { + var res; + return regeneratorRuntime_default()().wrap(function _callee8$(_context8) { + while (1) switch (_context8.prev = _context8.next) { + case 0: + _context8.next = 2; + return (0,magazine/* canclePost */.E)({ + id: urlParams === null || urlParams === void 0 ? void 0 : urlParams.id, + article_id: record === null || record === void 0 ? void 0 : record.id + }); + case 2: + res = _context8.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + message/* default */.ZP.success('操作成功'); + getData(); + } + case 4: + case "end": + return _context8.stop(); + } + }, _callee8); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }(), + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + color: '#000' + }, + children: "\u786E\u5B9A\u8981\u64A4\u9500\u6295\u7A3F\u5417\uFF1F" + }) + }); + }, + children: "\u64A4\u7A3F" + })] + }); + } + }]; + return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: loading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Submissionmodules.wrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Submissionmodules.topWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: __webpack_require__(/*! ../../img/time.png */ 69871), + width: 19 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: Submissionmodules.title, + children: "\u6295\u7A3F\u8FDB\u5EA6\u67E5\u8BE2" + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { + placeholder: "\u8BF7\u8F93\u5165\u6807\u9898\u8FDB\u884C\u641C\u7D22", + size: "large", + className: Submissionmodules.search, + onChange: function onChange(e) { + return setKeyword(e.target.value); + }, + onSearch: function onSearch(value) { + return setKeyword(value); + }, + suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-sousuo9 font14 ".concat(Submissionmodules.searchIcon), + onClick: function onClick() { + // getData() + } + }) + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Submissionmodules.tableWrap, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, { + className: "".concat(Submissionmodules.TitleStyle), + dataSource: data, + columns: columns, + bordered: false, + size: "large", + locale: { + emptyText: /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) + }, + pagination: false + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { + className: "mt20", + defaultCurrent: 1, + current: params.page || 1, + hideOnSinglePage: true, + defaultPageSize: 10, + showQuickJumper: true, + showSizeChanger: true, + showTotal: function showTotal(total) { + return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { + children: ["\u5171 ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061d0' + }, + children: total + }), " \u6761\u6570\u636E"] + }); + }, + total: total, + onChange: function onChange(page, pageSize) { + params.page = page; + params.limit = pageSize; + setParams(objectSpread2_default()({}, params)); + getData(); + } + }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { + centered: true, + maskClosable: false, + destroyOnClose: true, + open: modifyVis, + title: "\u4FEE\u6539\u7A3F\u4EF6", + width: "600px", + onCancel: function onCancel() { + setModify(false); + }, + onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9() { + return regeneratorRuntime_default()().wrap(function _callee9$(_context9) { + while (1) switch (_context9.prev = _context9.next) { + case 0: + _context9.next = 2; + return modifyForm.submit(); + case 2: + setModify(false); + case 3: + case "end": + return _context9.stop(); + } + }, _callee9); + })), + okButtonProps: { + loading: modifyBtnLoading + }, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, { + form: modifyForm, + onFinish: handleModifyFinish, + scrollToFirstError: true, + layout: "vertical", + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + justify: 'space-between', + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + name: "title", + label: "\u7A3F\u4EF6\u6807\u9898", + rules: [{ + required: true, + message: "请输入稿件标题" + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + size: "large", + maxLength: 50, + showCount: true, + placeholder: "\u8BF7\u8F93\u5165\u7A3F\u4EF6\u6807\u9898", + style: { + width: "560px" + } + }) + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + name: "category_id", + label: "\u680F\u76EE", + rules: [{ + required: true, + message: "请选择栏目" + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { + style: { + width: "560px" + }, + size: "large", + placeholder: "\u8BF7\u9009\u62E9\u680F\u76EE", + options: columnList, + fieldNames: { + label: 'name', + value: 'id' + } + }) + }) + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + name: "attachment_id", + children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, { + number: 1 + }) + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { + title: "\u67E5\u770B\u8FDB\u5EA6", + open: timeLineVis, + width: 500, + onOk: function onOk() { + setTimeLineVis(false); + }, + onCancel: function onCancel() { + setTimeLineVis(false); + }, + className: Submissionmodules.timeLineSty, + maskClosable: false, + centered: true, + footer: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "primary", + onClick: function onClick() { + setTimeLineVis(false); + }, + children: "\u786E\u5B9A" + }, "back")], + children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Submissionmodules.timeline, + style: { + marginTop: 20 + }, + children: (timeLineData === null || timeLineData === void 0 ? void 0 : timeLineData.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(timeline/* default */.Z, { + mode: "left", + items: timeLineData + }) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + textAlign: 'center', + marginTop: 10 + }, + children: "\u6682\u65E0\u6570\u636E\uFF5E" + }) + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, { + close: true, + data: previewData === null || previewData === void 0 ? void 0 : previewData.content, + type: previewData === null || previewData === void 0 ? void 0 : previewData.type, + hasMask: true, + monacoEditor: { + value: monacoValueRef.current, + language: "txt", + onChange: function onChange() {}, + options: { + readOnly: true, + fontSize: 14, + minimap: { + enabled: false + } + } + }, + onImgDimensions: null, + onClose: function onClose() { + setPreviewData({ + content: "", + type: "" + }); + } + })] + }) + }); +}; +/* harmony default export */ var Submission = (Journal); + +/***/ }), + +/***/ 60028: +/*!**********************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/upload/index.js ***! + \**********************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +/* harmony import */ var _Dragger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Dragger */ 71409); +/* harmony import */ var _Upload__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Upload */ 41945); +"use client"; + + + +const Upload = _Upload__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z; +Upload.Dragger = _Dragger__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z; +Upload.LIST_IGNORE = _Upload__WEBPACK_IMPORTED_MODULE_0__/* .LIST_IGNORE */ .E; +/* harmony default export */ __webpack_exports__.Z = (Upload); + +/***/ }) + +}]); \ No newline at end of file diff --git a/p__Materials__Index__index.241d2276.async.js b/p__Materials__Index__index.25f2322c.async.js similarity index 94% rename from p__Materials__Index__index.241d2276.async.js rename to p__Materials__Index__index.25f2322c.async.js index 51c43bc8b2..aa4171ddf4 100644 --- a/p__Materials__Index__index.241d2276.async.js +++ b/p__Materials__Index__index.25f2322c.async.js @@ -1,33 +1,20 @@ "use strict"; (self["webpackChunk"] = self["webpackChunk"] || []).push([[40665],{ -/***/ 73145: +/***/ 33596: /*!*********************************************************!*\ - !*** ./src/pages/Materials/Index/index.tsx + 5 modules ***! + !*** ./src/components/XazyHeader/index.tsx + 2 modules ***! \*********************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { -// ESM COMPAT FLAG -__webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { - "default": function() { return /* binding */ Index; } + Z: function() { return /* binding */ XazyHeader; } }); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js -var slicedToArray = __webpack_require__(79800); -var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js var _react_17_0_2_react = __webpack_require__(59301); -;// CONCATENATED MODULE: ./src/pages/Materials/Index/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var Indexmodules = ({"flex_box_center":"flex_box_center___8xiZJ","flex_space_between":"flex_space_between___EMAgA","flex_box_vertical_center":"flex_box_vertical_center___g0rJN","flex_box_center_end":"flex_box_center_end___zq8m9","flex_box_column":"flex_box_column___zTz5T","flex-col":"flex-col___Ei7kx","flex-row":"flex-row___TB3_d","justify-start":"justify-start___IyOga","justify-center":"justify-center___VQC2q","justify-end":"justify-end___vL3U7","justify-evenly":"justify-evenly___AGuju","justify-around":"justify-around___QgCxW","justify-between":"justify-between___JlU3K","align-start":"align-start___eQmQP","align-center":"align-center___NJMKx","align-end":"align-end___b6pwW","all_box":"all_box___Zzniq","wrap":"wrap___iS9Ds","left":"left___uwJ18","home":"home___h4pJO","info":"info___ajb2g","right":"right___ZLCec","search-bar":"search-bar___GkyTq"}); -;// CONCATENATED MODULE: ./src/pages/Materials/Index/index2.less -// extracted by mini-css-extract-plugin - -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules -var input = __webpack_require__(92832); // EXTERNAL MODULE: ./src/.umi-production/exports.ts var _umi_production_exports = __webpack_require__(88271); // EXTERNAL MODULE: ./src/components/Header/components/Join/index.tsx + 4 modules @@ -37,6 +24,9 @@ var User = __webpack_require__(32342); ;// CONCATENATED MODULE: ./src/components/XazyHeader/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var XazyHeadermodules = ({"flex_box_center":"flex_box_center___WpIvr","flex_space_between":"flex_space_between___cPtZs","flex_box_vertical_center":"flex_box_vertical_center___XHKBA","flex_box_center_end":"flex_box_center_end___GXlLT","flex_box_column":"flex_box_column___psxt1","flex-col":"flex-col___umKUz","flex-row":"flex-row___JJqsT","justify-start":"justify-start___zMBU6","justify-center":"justify-center___TLYXc","justify-end":"justify-end___FYduO","justify-evenly":"justify-evenly___ZOHOt","justify-around":"justify-around___heAnI","justify-between":"justify-between___RGbwN","align-start":"align-start___OSeGe","align-center":"align-center___ZD7lA","align-end":"align-end___vo5E0","all_box":"all_box___Vv9Ai","wrap":"wrap___TmtSa","left":"left___I2KXz","home":"home___Zh90P","info":"info___wwIGD","right":"right___fkBsz","search-bar":"search-bar___FpmLr"}); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/components/XazyHeader/DynamicClock.tsx @@ -161,6 +151,42 @@ var XazyHeaderComponents = function XazyHeaderComponents(_ref) { loading: loading.models.index }; })(XazyHeaderComponents)); + +/***/ }), + +/***/ 28663: +/*!*********************************************************!*\ + !*** ./src/pages/Materials/Index/index.tsx + 2 modules ***! + \*********************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ Index; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./src/pages/Materials/Index/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Indexmodules = ({"flex_box_center":"flex_box_center___8xiZJ","flex_space_between":"flex_space_between___EMAgA","flex_box_vertical_center":"flex_box_vertical_center___g0rJN","flex_box_center_end":"flex_box_center_end___zq8m9","flex_box_column":"flex_box_column___zTz5T","flex-col":"flex-col___Ei7kx","flex-row":"flex-row___TB3_d","justify-start":"justify-start___IyOga","justify-center":"justify-center___VQC2q","justify-end":"justify-end___vL3U7","justify-evenly":"justify-evenly___AGuju","justify-around":"justify-around___QgCxW","justify-between":"justify-between___JlU3K","align-start":"align-start___eQmQP","align-center":"align-center___NJMKx","align-end":"align-end___b6pwW","all_box":"all_box___Zzniq","wrap":"wrap___iS9Ds","left":"left___uwJ18","home":"home___h4pJO","info":"info___ajb2g","right":"right___ZLCec","search-bar":"search-bar___GkyTq"}); +;// CONCATENATED MODULE: ./src/pages/Materials/Index/index2.less +// extracted by mini-css-extract-plugin + +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules +var input = __webpack_require__(92832); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(88271); +// EXTERNAL MODULE: ./src/components/XazyHeader/index.tsx + 2 modules +var XazyHeader = __webpack_require__(33596); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/pages/Materials/Index/index.tsx @@ -262,7 +288,7 @@ var Engineering = function Engineering(_ref) { }); return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: "".concat(Indexmodules.all_box, " materials-wrp"), - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(XazyHeader, { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(XazyHeader/* default */.Z, { title: "\u7269\u8D44\u7BA1\u7406" }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Indexmodules.wrap, diff --git a/umi.e6128b6f.js b/umi.673fd30b.js similarity index 99% rename from umi.e6128b6f.js rename to umi.673fd30b.js index 76eca96644..cd2be02594 100644 --- a/umi.e6128b6f.js +++ b/umi.673fd30b.js @@ -205876,7 +205876,7 @@ function debounce (delay, callback, options) { /******/ // This function allow to reference async chunks /******/ __webpack_require__.u = function(chunkId) { /******/ // return url for filenames based on template -/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1201":"p__Counselling__ExpertList__Info__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1660":"p__User__QQLogin__index","1702":"p__Classrooms__New__index","2001":"p__Materials__ItemAssets__AddReceive__index","2224":"p__Knowbase__HomePage__index","2416":"p__Counselling__ExpertList__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","2948":"p__Materials__ItemAssets__Info__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4271":"p__LaboratoryOverview__index","4736":"p__User__Detail__Projects__index","4766":"p__Administration__index","4829":"p__Materials__MyReceive__Report__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5427":"p__User__Detail__Devicegroup__index","5572":"p__Paths__HigherVocationalEducation__index","5808":"p__OfficialList__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7202":"p__Materials__Entry__index","7520":"p__Laboratory__OpenReservation__OpenReservationStatistics__index","7729":"p__Materials__ItemAssets__AddReceiveScene__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9134":"p__Materials__ItemAssetsList__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10902":"p__Counselling__MyConsultation__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11020":"p__Counselling__DutySetting__index","11070":"p__Innovation__PublicMirror__index","11130":"p__Laboratory__MyReservation__index","11174":"p__Shixuns__Detail__ExperimentDetail__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13012":"p__Counselling__ExpertList__OnlineChat__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14666":"p__Homepage__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16074":"p__MagazineVer__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18295":"p__Magazinejor__Index__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","18682":"p__Wisdom__index","19116":"p__Materials__ItemAssets__AddProcure__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21433":"p__Equipment__Information__InfoList__ReservationInfo__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22561":"p__Materials__Receive__index","22707":"p__Innovation__MyDataSet__index","23332":"p__Paths__Detail__id","24504":"p__virtualSpaces__Lists__Survey__index","24904":"p__Equipment__MessageCenterManage__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25807":"p__Materials__MyProcure__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26429":"p__MagazineVer__Index__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27333":"p__User__WechatLogin__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","27416":"p__Equipment__Index__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28637":"p__Knowbase__Detail__index","28639":"p__Forums__Index__redirect","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29304":"p__NewHomeEntranceClassify__index","29647":"p__Question__Index__index","29942":"p__Equipment__Information__InfoList__Edit__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31078":"p__Laboratory__LaboratoryType__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31316":"p__Equipment__Information__InfoList__Details__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","33897":"p__Information__EditPage__index","34044":"p__Counselling__ExpertManage__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39094":"p__Magazine__AddOrEdit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","39859":"p__Materials__ItemAssets__InfoCode__index","40139":"p__Materials__ItemAssets__index","40559":"layouts__virtualDetail__index","40665":"p__Materials__Index__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42159":"p__Equipment__Information__index","42240":"p__User__Detail__Videos__Upload__index","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45517":"p__DefendCloud__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45975":"p__Counselling__ExpertList__Detail__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46219":"p__NewHomeEntrancetree__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","47778":"p__IOT__DeviceManage__index","48077":"p__Classrooms__Lists__Students__index","48289":"p__Materials__MyReceive__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51220":"p__NewHomeEntrance2__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51810":"p__Laboratory__OpenReservation__OpenReservationDetail__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53451":"p__Competitions__NewIndex__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57504":"p__CloudHotLine__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","57989":"p__Laboratory__MyLaboratory__Info__index","59133":"p__Shixuns__Detail__Challenges__index","59142":"p__Reservation__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61075":"p__IOT__ViewAppointment__index","61311":"p__Equipment__BookingManage__index","61713":"p__virtualSpaces__Lists__Settings__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","61902":"p__Information__HomePage__index","62300":"p__Api__index","62548":"p__Engineering__Norm__Detail__index","62909":"p__NewHomeEntrance1__index","63157":"p__User__Detail__ExperImentImg__Add__index","64017":"p__Classrooms__Lists__PlaceholderPage__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66034":"p__HttpStatus__UserAgents","66063":"p__Graduations__Lists__Personmanage__index","66243":"p__Broadcast__Detail__index","66531":"p__HttpStatus__404","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","66884":"p__Counselling__Index__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69681":"p__User__Detail__Devicegroup__Add__index","69828":"p__Equipment__Faultlibrary__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","70928":"p__RestFul__Edit__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71525":"p__User__Detail__Devicegroup__ReservationInfo__index","71783":"p__virtualSpaces__Lists__Experiment__index","72409":"p__Materials__Procure__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76134":"p__Equipment__Maintenance__Details__index","76437":"p__Equipment__ActionLog__index","76904":"p__MoopCases__FormPanel__index","77248":"p__Materials__ItemAssetsList__CreateItemAssets__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","79487":"p__Laboratory__OpenReservation__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","80668":"p__MagazineVer__Mine__index","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86065":"p__Materials__Log__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88093":"p__Equipment__Maintenance__index","88155":"p__Shixuns__Overview__index","88501":"p__ReservationDetail__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89053":"p__IOT__ElectronBPManage__index","89076":"p__Account__Binding__index","89113":"p__Equipment__Devicelabel__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92603":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index","92823":"p__Engineering__Navigation__Home__index","92932":"p__User__Detail__Devicegroup__Edit__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","95762":"p__OfficialNotice__index","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","97838":"p__Equipment__Working__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98662":"p__Materials__ItemAssetsType__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"244":"0513e56a","251":"e6be3809","292":"56ece3a8","310":"75cebd98","556":"f333f66f","1201":"39f90896","1379":"bfa7a064","1414":"acbe2969","1482":"b0e7fc6c","1660":"b5fd3a58","1702":"0d4b6125","1712":"d0b3f96d","2001":"7401bf94","2224":"2c01d696","2249":"90399667","2360":"2f3cadfa","2400":"97f8d8a4","2416":"51eed52a","2494":"5e069ec9","2659":"83535042","2805":"762f6ad9","2819":"74bd9892","2837":"b3a05bc1","2948":"49fcdda3","3133":"6a9f7113","3145":"ac58b3fc","3317":"34d53a07","3391":"97e1a328","3416":"8f71c399","3451":"15c2bc3a","3509":"e3287698","3583":"98e5634f","3585":"2479beac","3885":"e66b03f8","3951":"5f316d72","4176":"0dab93c9","4271":"9619a0cf","4685":"21279a05","4736":"984d6d84","4766":"67bb3fc3","4829":"618b4f03","4884":"5b6902f4","4938":"21f42cad","4973":"a999a695","5112":"3f2865a7","5427":"07464d89","5434":"361b868d","5572":"c3a8cda7","5808":"fe4ad298","5870":"4400820d","6127":"5ca75848","6240":"5355cf57","6378":"27c8142f","6572":"810e02c3","6613":"3122b658","6650":"90605228","6685":"96a6aba1","6758":"c733d0be","6788":"42607965","7043":"59d8dd44","7077":"27eaa114","7137":"8a3d25cc","7202":"85db5a23","7433":"04ab7529","7520":"90a47702","7729":"2679f207","7852":"ac6ebcce","7884":"ce9b2499","8610":"93a32c4b","8787":"57cf54da","8800":"4f4dcc2d","8860":"c1eed351","8999":"c554349f","9134":"683496ae","9163":"4f840782","9262":"0476ed39","9416":"8476fb43","9589":"db894dbd","9755":"352ab411","9928":"5856e32a","9951":"94bc6e16","10195":"b0284492","10354":"5c063e6f","10485":"0957e6dd","10737":"b8bbaf9d","10799":"f97c8f3a","10804":"f3474cce","10902":"2a226260","10921":"4d65c839","10970":"5f91fba0","11020":"f4edef1a","11070":"8fff866e","11130":"8973e14f","11174":"ff0842d0","11221":"16acd1ea","11253":"7f3b0ce5","11504":"a28e27aa","11512":"be65dd62","11520":"39634f45","11545":"73c3ec4a","11581":"b53e5853","12076":"977b8ca6","12102":"f997e438","12166":"2b4d982c","12303":"3a3cf340","12386":"289c62c7","12412":"fc37e9f2","12476":"d4bb3af9","12632":"d8ac79be","12865":"826b2df0","12884":"edac9518","12911":"ffbabc43","13006":"7c47e72a","13012":"b21aee32","13294":"3756fa91","13355":"4b3af9a5","13488":"37b415a6","13581":"cf182dda","14058":"5d710b39","14082":"36f40add","14088":"c639825c","14105":"def252fd","14227":"5311ef7a","14230":"b433eef1","14514":"fc4d0432","14599":"909c2baa","14610":"3cb701b4","14662":"6c74df28","14666":"821ec6fb","14889":"261dee4b","14996":"47dee54b","15148":"d17808c7","15178":"a815d22a","15186":"f69f1a93","15290":"7b3f25d8","15319":"e9dc1120","15377":"302dd17f","15402":"6fc56792","15631":"d790a1bf","15845":"c8fe49ef","15909":"2023b95d","15959":"e12b032f","16074":"c73d7492","16328":"d0b47dd8","16434":"43d92c5e","16703":"93f19b7d","16729":"0cefe967","16845":"b55e78f0","17482":"affe5eac","17527":"1fdb79b0","17622":"d7afdd85","17691":"e4c68fa1","17806":"8571340e","18241":"f59b38c0","18295":"79468fc0","18302":"e50205bf","18307":"d01be93d","18350":"0ed0f7c3","18388":"9d66cf6e","18682":"b0481635","18898":"25ad586a","18945":"19df1de1","18950":"17f08832","18963":"33e3df18","19116":"f958a066","19208":"85e01132","19215":"8232238f","19360":"483cba22","19519":"3800e819","19715":"b6b74e0f","19842":"91f2e1f1","19871":"e1fc7c1f","19891":"49067db7","19950":"328db857","20026":"ac997646","20056":"74bbacd9","20067":"a6b61fe9","20576":"c90e7824","20680":"e958c0eb","20700":"777f5888","20714":"f46f487f","20834":"4332592f","20868":"7cb5c351","20898":"07c426a3","21265":"df32eaef","21423":"a2709b2f","21433":"2d091e87","21560":"5efb0ae7","21578":"4e8a21fc","21751":"46f51bb4","21939":"f2692767","22011":"4bc9913a","22254":"e053f9f0","22307":"7bcca8b8","22561":"c538b21d","22707":"41fb1ba9","22884":"adda2a49","22970":"cc9c5d1b","23003":"9c2b13ce","23332":"12ea0e0a","23401":"600b3907","24064":"994af827","24290":"9fa9c07d","24504":"71e8741e","24628":"b863dad4","24665":"9e36e5fd","24797":"eb563316","24904":"625eb56c","25022":"6b2a7f33","25374":"e8b1938d","25470":"f725af8f","25609":"aa415e06","25705":"592946aa","25727":"7a0cd1be","25807":"6b379196","25967":"ee30445e","25972":"23f55204","26013":"cefe58b1","26126":"400f4fd5","26366":"6a38fcf6","26429":"9fb74fc3","26685":"94286421","26741":"3817fd18","26883":"ca3f08b9","26926":"2331a3dc","27036":"f14205a8","27061":"ab31283a","27178":"b332265e","27182":"95b568c6","27333":"c42857cb","27395":"556b2382","27416":"ee4e6b57","27706":"c0d5e1ef","27739":"078f5ff8","28019":"23074e2c","28072":"3a82ce1a","28089":"aaa88c03","28161":"00a22aad","28237":"268f5816","28331":"9f1492be","28400":"8b80daa9","28435":"83805ecf","28479":"706713ba","28561":"ec76d55e","28637":"2d3eb65e","28639":"942e5f91","28723":"e27ec039","28782":"72aca542","28920":"842a9870","28982":"1e694c9a","29111":"d789fa56","29304":"b188c067","29559":"cdc05f60","29647":"c653276c","29895":"1fa85db5","29942":"91ec21b0","29968":"5c930f27","30067":"e13de8f3","30110":"6573c8ac","30264":"cf0ab6d2","30342":"24450bd3","30435":"aaea9423","30449":"8b859195","30741":"0afd7032","31006":"b72dd39a","31078":"81cf449e","31154":"abb4690e","31211":"c238cf78","31316":"96edee1b","31427":"8f1a2f8e","31674":"0a18c026","31752":"ceb13331","31962":"f7d0a7eb","32019":"65637c02","32166":"6b069a22","32643":"3d6a3967","32826":"33cc2371","33030":"da95bd0a","33356":"42aa841b","33747":"85e0c6e2","33784":"da9defd1","33805":"a93fd24f","33897":"49d11b53","34044":"4f45871d","34093":"24cf3aff","34309":"25464bd2","34426":"6937d4b7","34601":"0927750b","34741":"b325a29e","34790":"6eb90335","34800":"f0bc752b","34850":"daf624f2","34893":"69e7d1e7","34994":"7492d994","35012":"4a56099e","35060":"7530a2b3","35238":"f0b57322","35354":"c0640e01","35380":"a48cd7ac","35416":"b4018e87","35729":"4bd3251a","35830":"e520954d","35881":"072d1e29","35977":"3d359786","36029":"7493c23a","36270":"398d8736","36381":"68980c17","36546":"aa9c9df6","36634":"03daa006","36784":"b7bea191","37062":"84e35313","37495":"a71f4854","37704":"f3783466","37948":"50c68a91","38143":"daf1b7b1","38359":"7549305c","38447":"83657de2","38634":"f2b21614","38797":"6a2558f3","39094":"26a33184","39252":"01ffe0b6","39332":"d967c0fb","39391":"87a40d5f","39404":"45ab33de","39484":"13936b2e","39531":"1f9dc322","39627":"c0c2b187","39695":"d2476722","39820":"42e0daff","39859":"a2847549","39950":"57e939c0","40115":"4f54b681","40139":"64cad2c7","40559":"be43314e","40665":"241d2276","41048":"fc0476a1","41165":"e8fb71f9","41657":"33d5f353","41717":"3795bdff","41953":"050093d9","42159":"b4a82c61","42240":"ef72e2e6","42441":"2b68ce27","42994":"3029857a","43182":"a49c10f2","43212":"11c6930e","43252":"e7b984e0","43428":"7f581a85","43442":"5363a0dc","43642":"849ffaed","43862":"3c54c9bf","44189":"dfdbd9ee","44216":"e8dc9e23","44259":"578f1659","44354":"4d10aca1","44360":"2fe17938","44449":"db711ec8","44565":"17c77dae","44585":"f74f3ace","45096":"974de5dd","45178":"579cc9ac","45179":"ef7be0e6","45193":"6b0dd223","45359":"9ffd6349","45413":"cf9c4890","45517":"91691acd","45650":"62e2ee18","45653":"ba219717","45775":"9c280926","45825":"3625b488","45975":"d02742fb","45992":"7e485e89","46019":"4be71630","46219":"e1624aa4","46456":"db56af45","46573":"db7fbeee","46796":"8f8ed33e","46949":"a3199426","46963":"adc599a6","47037":"2e84f3f6","47271":"b33f5bbd","47545":"3e1e5706","47686":"f38a5fc1","47778":"6d6faaf7","48077":"6b486454","48289":"4a46c652","48431":"03717603","48507":"7fc36c0a","48630":"5479e41c","48689":"9f2a1d92","48776":"3ca5830e","48815":"bc20e04f","49090":"84718f4b","49127":"58a9c267","49205":"4ddce3e1","49260":"d82ab47f","49366":"8ee31b68","49388":"f71b74c6","49680":"7d8ef29c","49716":"af8b2e51","49827":"4397dd32","49890":"d394d47b","49910":"0cf55958","50030":"6122fd10","50032":"aea142bc","50250":"ca20b36f","50523":"e9071d01","50681":"a17179ea","50869":"13f0d116","50870":"2929429a","51144":"88d767c5","51220":"a2add0f8","51276":"42d74401","51461":"b2e323d0","51582":"298c36bf","51586":"684d9616","51646":"a1e61a3a","51810":"56e60cfa","51855":"41a2cee9","52011":"2df242ef","52169":"54db7a45","52338":"58c7c4ca","52398":"91892804","52404":"0ed354e9","52720":"10b1085e","52806":"132e37e8","52829":"71e56758","52875":"f7578a21","52992":"022bb963","53114":"685610c8","53247":"651cc763","53451":"33653110","53550":"d1343c48","53697":"344fc05c","53777":"630cd89c","53910":"43b2241a","54056":"bef8b3eb","54164":"776d9eb0","54492":"63373fc4","54572":"383bee70","54597":"47311d57","54770":"6979687b","54862":"e2965ac3","55351":"b1b9a06c","55449":"ec1f41f7","55573":"2a2a037f","55624":"7df7deca","55693":"4b714ff1","55716":"08f4f66e","55795":"449af26b","56022":"8e3b47bf","56047":"b4b0d1c6","56156":"c61ad60b","56277":"7fb65cad","57045":"f375967d","57298":"827ef72f","57365":"7e7804c5","57504":"e6dfecd8","57560":"12c218c8","57614":"1a584c6f","57968":"50aa9ba5","57989":"9b1a3a9c","58253":"20604031","58271":"04f27f83","58561":"4e28b4db","58676":"6922e030","58678":"d4021643","58859":"4de7c234","58881":"c4533c96","59133":"94000cc4","59142":"d07a2d44","59204":"6ad05251","59627":"b92f89cd","59649":"39bd2cf4","59734":"2321c02b","59788":"48f55345","59884":"31f16fa2","60324":"83a080cd","60479":"64292769","60533":"21596339","60547":"6a35cbbc","61043":"b4492833","61075":"a6b0ce3a","61104":"78239fe8","61311":"673ecc45","61650":"71b16d62","61713":"513d6363","61727":"a28d5378","61735":"6b31e071","61767":"42bc7190","61880":"3c94a3e1","61902":"7ea3664a","62122":"116db04e","62205":"d7587ddf","62300":"9d6bd9d6","62373":"c8fcc088","62548":"53e249d3","62909":"64669e2a","62945":"927b34c0","63157":"0fffe8c4","63198":"f92793e1","63398":"b3e36387","63968":"1346f3b8","64017":"154bb292","64144":"0267039b","64217":"2f96c9c4","64496":"0b386dc6","64520":"a99fde3a","65022":"3a54865d","65111":"92d48e28","65148":"98793a2a","65191":"4b1c1bc1","65549":"8c2388a2","65582":"21e3b144","65816":"35be09a9","65876":"a2754c64","66034":"dc8ab157","66063":"f284aa8c","66243":"dd59158a","66531":"76fb4e8c","66583":"5d3b49f0","66651":"a6f8d7c0","66884":"42684e16","67091":"5f54eeb2","67156":"918b4bca","67242":"f10f065c","67500":"24102ae7","67799":"56494d54","67816":"4e8022de","67878":"d56395b8","68014":"0322d0df","68200":"365a4433","68394":"fa4083fb","68665":"7626ad94","68827":"e3895cfa","68842":"19057860","68882":"4d468dc9","68998":"2274774a","69033":"56ca563f","69127":"c7b406c6","69362":"d49ec032","69393":"827cf37d","69425":"f7c9fc0f","69552":"db6cb310","69681":"ca2638e2","69828":"7c29eae1","69922":"6297fb77","69944":"01e0f56a","70116":"8a2d5e5a","70176":"f68d6e6c","70232":"564268f8","70469":"1fb4e643","70671":"749b4875","70928":"4a354164","70981":"157d0b6b","71409":"4516b383","71448":"67c6896b","71450":"3f724280","71505":"dc28bca8","71525":"2375117c","71572":"d9a7a101","71613":"0ac7297e","71622":"6be4da81","71773":"df5a9fbc","71783":"0428c25e","72011":"7efe6dda","72261":"04d9bba9","72409":"c272b1b1","72529":"1bd01bf7","72532":"befc2a69","72539":"e3f818b1","72570":"4c6e0d56","72969":"53256e8c","73183":"c1e2b5ed","73220":"ff39b02e","73355":"550a6cdb","73755":"21b06cb6","73985":"c220e087","74014":"5339ac81","74264":"88287a10","74297":"fd91f48e","74347":"a722ba6c","74755":"226de1a4","74795":"164cb99c","74877":"3326d951","74995":"60c2064b","75043":"4ba278c8","75321":"9b9a5dc1","75357":"0970a31a","75765":"2e3f8145","75786":"9d265f1d","75816":"b02af018","76134":"8fdb7725","76411":"a76d280e","76437":"449abbd9","76839":"f4c5f316","76904":"b546b3ed","77034":"6ab2a304","77084":"8f409a6d","77248":"82cdfcbf","77460":"fe7eabf7","77646":"1186bd1e","77679":"6bf283a4","77792":"5a2bfee7","77857":"99a37599","78085":"477060a5","78241":"3b528fee","78282":"abbac348","78302":"2f657c59","78737":"fa31da0e","78782":"60648e7d","79487":"4720cf3d","79489":"48b94f0f","79590":"92a8a46b","79817":"ca1d6d1b","79876":"1c49e2ab","79921":"33368789","80209":"23686c42","80231":"711ad80e","80508":"76cb21a2","80629":"ca49ee59","80668":"8d77983b","81001":"ee8dcd28","81148":"3a4dd051","81304":"5eb98933","81326":"19339c60","81799":"08d8f732","82135":"6929fa25","82242":"be6c0006","82339":"8611ebbd","82425":"a5b71c09","82443":"3ff5148f","82498":"d9017715","82861":"21da1ab4","83105":"9a70feed","83141":"6068dcbf","83211":"885b75cb","83212":"aaf888bd","83420":"b3d44aab","83463":"b6288582","83935":"18ec5e90","84343":"19db0518","84546":"dfea87f4","85048":"e97ee248","85111":"59c35e07","85297":"743b45e4","85494":"da5840b1","85764":"5c1c73b5","85888":"1897a853","85891":"c287af62","86045":"0a358cbb","86052":"ecf631f5","86065":"bdf1a8e8","86129":"801a9880","86184":"5178548b","86452":"7cf739ad","86541":"a71d4091","86618":"cbd469ff","86627":"fa6c6e1f","86634":"cae13674","86774":"2db1d78d","86820":"34c08acb","86913":"309d5464","87058":"9d611fd2","87167":"c3c5cfce","87260":"ca7ca769","87424":"37a92241","87922":"50331a53","87964":"83911fb5","88093":"d5514fc3","88155":"583bf7fa","88501":"41a6042e","88517":"18983be1","88699":"276147ac","88866":"1c1cd36d","88897":"e0589646","89053":"ad7361cd","89076":"01bb45c1","89113":"5009648c","89554":"3bd5f2ea","89677":"07f47b88","89785":"728abf17","90109":"dd1d7d34","90250":"ee22caa1","90265":"86d6f39b","90303":"68e96477","90316":"c34a4fc4","90337":"53721f6d","90606":"01c32e2b","90789":"d135ef83","91045":"5acfd487","91274":"c142e23b","91462":"2cbc46cd","91470":"13444a1d","91831":"2815e102","91857":"4c1b3a25","91928":"3c6bc9ac","92045":"9bec3a58","92217":"137e65cd","92501":"eff09d45","92538":"a4db897b","92594":"0f02017f","92603":"0904ab47","92823":"d8136f2e","92881":"e6aece13","92932":"ca9845d0","92983":"273fd82e","93260":"cdac0a8a","93282":"33c1190a","93496":"7088b669","93665":"6d41fc81","93668":"22352315","93948":"207b25af","94078":"febc265f","94144":"67b63983","94498":"a0454076","94662":"f122451a","94715":"761bccb1","94776":"ac8af1ad","94849":"7b148f18","94974":"14ec3333","95125":"8d4d4d7e","95176":"463775fb","95314":"b3ee02f2","95335":"4557bb82","95679":"33378d80","95762":"8a9682cc","95947":"7533981a","96004":"78feaebb","96163":"d4fd3ac9","96414":"d538b143","96444":"9766d749","96882":"bdb27422","96923":"422d6d13","97008":"29dfd16a","97046":"be194f5e","97120":"0eb88e7b","97591":"4868bb6b","97838":"013e69cb","97840":"9c5533d2","97986":"24a544e3","98062":"b9b54198","98398":"ff943e3c","98662":"10243d12","98688":"d92a30d0","98799":"9d3c9368","98885":"2d0cb03e","98936":"c6326ae6","99104":"d4f63539","99198":"46dac7a0","99313":"112d01d8","99674":"27fb8cd0","99708":"6a6e2590","99758":"401a2928"}[chunkId] + ".async.js"; +/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1201":"p__Counselling__ExpertList__Info__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1660":"p__User__QQLogin__index","1702":"p__Classrooms__New__index","2001":"p__Materials__ItemAssets__AddReceive__index","2224":"p__Knowbase__HomePage__index","2416":"p__Counselling__ExpertList__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","2948":"p__Materials__ItemAssets__Info__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4271":"p__LaboratoryOverview__index","4736":"p__User__Detail__Projects__index","4766":"p__Administration__index","4829":"p__Materials__MyReceive__Report__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5427":"p__User__Detail__Devicegroup__index","5572":"p__Paths__HigherVocationalEducation__index","5808":"p__OfficialList__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7202":"p__Materials__Entry__index","7520":"p__Laboratory__OpenReservation__OpenReservationStatistics__index","7729":"p__Materials__ItemAssets__AddReceiveScene__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9134":"p__Materials__ItemAssetsList__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10902":"p__Counselling__MyConsultation__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11020":"p__Counselling__DutySetting__index","11070":"p__Innovation__PublicMirror__index","11130":"p__Laboratory__MyReservation__index","11174":"p__Shixuns__Detail__ExperimentDetail__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13012":"p__Counselling__ExpertList__OnlineChat__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","13585":"p__Magazinejor__component__Submission__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14666":"p__Homepage__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16074":"p__MagazineVer__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","18682":"p__Wisdom__index","19116":"p__Materials__ItemAssets__AddProcure__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21433":"p__Equipment__Information__InfoList__ReservationInfo__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22561":"p__Materials__Receive__index","22707":"p__Innovation__MyDataSet__index","23332":"p__Paths__Detail__id","24504":"p__virtualSpaces__Lists__Survey__index","24904":"p__Equipment__MessageCenterManage__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25807":"p__Materials__MyProcure__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26429":"p__MagazineVer__Index__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27333":"p__User__WechatLogin__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","27416":"p__Equipment__Index__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28637":"p__Knowbase__Detail__index","28639":"p__Forums__Index__redirect","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29304":"p__NewHomeEntranceClassify__index","29647":"p__Question__Index__index","29942":"p__Equipment__Information__InfoList__Edit__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31078":"p__Laboratory__LaboratoryType__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31316":"p__Equipment__Information__InfoList__Details__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33772":"p__Magazinejor__Home__index","33784":"p__Paperlibrary__Random__Detail__index","33897":"p__Information__EditPage__index","34044":"p__Counselling__ExpertManage__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39094":"p__Magazine__AddOrEdit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","39859":"p__Materials__ItemAssets__InfoCode__index","40139":"p__Materials__ItemAssets__index","40559":"layouts__virtualDetail__index","40665":"p__Materials__Index__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42159":"p__Equipment__Information__index","42240":"p__User__Detail__Videos__Upload__index","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45517":"p__DefendCloud__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45975":"p__Counselling__ExpertList__Detail__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46219":"p__NewHomeEntrancetree__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","47778":"p__IOT__DeviceManage__index","48077":"p__Classrooms__Lists__Students__index","48289":"p__Materials__MyReceive__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51220":"p__NewHomeEntrance2__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51810":"p__Laboratory__OpenReservation__OpenReservationDetail__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53451":"p__Competitions__NewIndex__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57504":"p__CloudHotLine__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","57989":"p__Laboratory__MyLaboratory__Info__index","59133":"p__Shixuns__Detail__Challenges__index","59142":"p__Reservation__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61075":"p__IOT__ViewAppointment__index","61311":"p__Equipment__BookingManage__index","61713":"p__virtualSpaces__Lists__Settings__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","61902":"p__Information__HomePage__index","62300":"p__Api__index","62369":"p__Magazinejor__component__Review__index","62548":"p__Engineering__Norm__Detail__index","62909":"p__NewHomeEntrance1__index","63157":"p__User__Detail__ExperImentImg__Add__index","64017":"p__Classrooms__Lists__PlaceholderPage__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65798":"p__Magazinejor__component__Journal__index","65816":"p__virtualSpaces__Lists__Announcement__index","66034":"p__HttpStatus__UserAgents","66063":"p__Graduations__Lists__Personmanage__index","66118":"p__Magazinejor__component__Comment__index","66243":"p__Broadcast__Detail__index","66531":"p__HttpStatus__404","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","66884":"p__Counselling__Index__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69681":"p__User__Detail__Devicegroup__Add__index","69828":"p__Equipment__Faultlibrary__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","70928":"p__RestFul__Edit__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71525":"p__User__Detail__Devicegroup__ReservationInfo__index","71783":"p__virtualSpaces__Lists__Experiment__index","72409":"p__Materials__Procure__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","75824":"p__Magazinejor__component__Detail__index","76134":"p__Equipment__Maintenance__Details__index","76437":"p__Equipment__ActionLog__index","76904":"p__MoopCases__FormPanel__index","77248":"p__Materials__ItemAssetsList__CreateItemAssets__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","79487":"p__Laboratory__OpenReservation__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","80668":"p__MagazineVer__Mine__index","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86065":"p__Materials__Log__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88093":"p__Equipment__Maintenance__index","88155":"p__Shixuns__Overview__index","88501":"p__ReservationDetail__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89053":"p__IOT__ElectronBPManage__index","89076":"p__Account__Binding__index","89113":"p__Equipment__Devicelabel__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92603":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index","92823":"p__Engineering__Navigation__Home__index","92932":"p__User__Detail__Devicegroup__Edit__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","95762":"p__OfficialNotice__index","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","97838":"p__Equipment__Working__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98662":"p__Materials__ItemAssetsType__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"244":"0513e56a","251":"e6be3809","292":"56ece3a8","310":"75cebd98","556":"f333f66f","1201":"39f90896","1379":"bfa7a064","1414":"acbe2969","1482":"b0e7fc6c","1660":"b5fd3a58","1702":"0d4b6125","1712":"d0b3f96d","2001":"7401bf94","2224":"2c01d696","2249":"90399667","2360":"2f3cadfa","2400":"97f8d8a4","2416":"51eed52a","2494":"5e069ec9","2659":"83535042","2805":"762f6ad9","2819":"74bd9892","2837":"b3a05bc1","2948":"49fcdda3","3133":"6a9f7113","3145":"ac58b3fc","3317":"34d53a07","3391":"97e1a328","3416":"8f71c399","3451":"15c2bc3a","3509":"e3287698","3583":"98e5634f","3585":"2479beac","3885":"e66b03f8","3951":"5f316d72","4176":"0dab93c9","4271":"9619a0cf","4685":"21279a05","4736":"984d6d84","4766":"67bb3fc3","4829":"618b4f03","4884":"5b6902f4","4938":"21f42cad","4973":"a999a695","5112":"3f2865a7","5427":"07464d89","5434":"361b868d","5572":"c3a8cda7","5808":"fe4ad298","5870":"4400820d","6127":"5ca75848","6240":"5355cf57","6378":"27c8142f","6572":"810e02c3","6613":"3122b658","6650":"90605228","6685":"96a6aba1","6758":"c733d0be","6788":"42607965","7043":"59d8dd44","7077":"27eaa114","7137":"8a3d25cc","7202":"85db5a23","7433":"04ab7529","7520":"90a47702","7729":"2679f207","7852":"ac6ebcce","7884":"ce9b2499","8610":"93a32c4b","8787":"57cf54da","8800":"4f4dcc2d","8860":"c1eed351","8999":"c554349f","9134":"683496ae","9163":"4f840782","9262":"0476ed39","9416":"8476fb43","9589":"db894dbd","9755":"352ab411","9928":"5856e32a","9951":"94bc6e16","10195":"b0284492","10354":"5c063e6f","10485":"0957e6dd","10737":"b8bbaf9d","10799":"f97c8f3a","10804":"f3474cce","10902":"2a226260","10921":"4d65c839","10970":"5f91fba0","11020":"f4edef1a","11070":"8fff866e","11130":"8973e14f","11174":"ff0842d0","11221":"16acd1ea","11253":"7f3b0ce5","11504":"a28e27aa","11512":"be65dd62","11520":"39634f45","11545":"73c3ec4a","11581":"b53e5853","12076":"977b8ca6","12102":"f997e438","12166":"2b4d982c","12303":"3a3cf340","12386":"289c62c7","12412":"fc37e9f2","12476":"d4bb3af9","12632":"d8ac79be","12865":"826b2df0","12884":"edac9518","12911":"ffbabc43","13006":"7c47e72a","13012":"b21aee32","13294":"3756fa91","13355":"4b3af9a5","13488":"37b415a6","13581":"cf182dda","13585":"6da45453","14058":"5d710b39","14082":"36f40add","14088":"c639825c","14105":"def252fd","14227":"5311ef7a","14230":"b433eef1","14514":"fc4d0432","14599":"909c2baa","14610":"3cb701b4","14662":"6c74df28","14666":"821ec6fb","14889":"261dee4b","14996":"47dee54b","15148":"d17808c7","15178":"a815d22a","15186":"f69f1a93","15290":"7b3f25d8","15319":"e9dc1120","15377":"302dd17f","15402":"6fc56792","15631":"d790a1bf","15845":"c8fe49ef","15909":"2023b95d","15959":"e12b032f","16074":"c73d7492","16328":"d0b47dd8","16434":"43d92c5e","16703":"93f19b7d","16729":"0cefe967","16845":"b55e78f0","17482":"affe5eac","17527":"1fdb79b0","17622":"d7afdd85","17691":"e4c68fa1","17806":"8571340e","18241":"f59b38c0","18302":"e50205bf","18307":"d01be93d","18350":"0ed0f7c3","18388":"9d66cf6e","18682":"b0481635","18898":"25ad586a","18945":"19df1de1","18950":"17f08832","18963":"33e3df18","19116":"f958a066","19208":"85e01132","19215":"8232238f","19360":"483cba22","19519":"3800e819","19715":"b6b74e0f","19842":"91f2e1f1","19871":"e1fc7c1f","19891":"49067db7","19950":"328db857","20026":"ac997646","20056":"74bbacd9","20067":"a6b61fe9","20576":"c90e7824","20680":"e958c0eb","20700":"777f5888","20714":"f46f487f","20834":"4332592f","20868":"7cb5c351","20898":"07c426a3","21265":"df32eaef","21423":"a2709b2f","21433":"2d091e87","21560":"5efb0ae7","21578":"4e8a21fc","21751":"46f51bb4","21939":"f2692767","22011":"4bc9913a","22254":"e053f9f0","22307":"7bcca8b8","22561":"c538b21d","22707":"41fb1ba9","22884":"adda2a49","22970":"cc9c5d1b","23003":"9c2b13ce","23332":"12ea0e0a","23401":"600b3907","24064":"994af827","24290":"9fa9c07d","24504":"71e8741e","24628":"b863dad4","24665":"9e36e5fd","24797":"eb563316","24904":"625eb56c","25022":"6b2a7f33","25374":"e8b1938d","25470":"f725af8f","25609":"aa415e06","25705":"592946aa","25727":"7a0cd1be","25807":"6b379196","25967":"ee30445e","25972":"23f55204","26013":"cefe58b1","26126":"400f4fd5","26366":"6a38fcf6","26429":"9fb74fc3","26685":"94286421","26741":"3817fd18","26883":"ca3f08b9","26926":"2331a3dc","27036":"f14205a8","27061":"ab31283a","27178":"b332265e","27182":"95b568c6","27333":"c42857cb","27395":"556b2382","27416":"ee4e6b57","27706":"c0d5e1ef","27739":"078f5ff8","28019":"23074e2c","28072":"3a82ce1a","28089":"aaa88c03","28161":"00a22aad","28237":"268f5816","28331":"9f1492be","28400":"8b80daa9","28435":"83805ecf","28479":"706713ba","28561":"ec76d55e","28637":"2d3eb65e","28639":"942e5f91","28723":"e27ec039","28782":"72aca542","28920":"842a9870","28982":"1e694c9a","29111":"d789fa56","29304":"b188c067","29559":"cdc05f60","29647":"c653276c","29895":"1fa85db5","29942":"91ec21b0","29968":"5c930f27","30067":"e13de8f3","30110":"6573c8ac","30264":"cf0ab6d2","30342":"24450bd3","30435":"aaea9423","30449":"8b859195","30741":"0afd7032","31006":"b72dd39a","31078":"81cf449e","31154":"abb4690e","31211":"c238cf78","31316":"96edee1b","31427":"8f1a2f8e","31674":"0a18c026","31752":"ceb13331","31962":"f7d0a7eb","32019":"65637c02","32166":"6b069a22","32643":"3d6a3967","32826":"33cc2371","33030":"da95bd0a","33356":"42aa841b","33747":"85e0c6e2","33772":"32f5c5bd","33784":"da9defd1","33805":"a93fd24f","33897":"49d11b53","34044":"4f45871d","34093":"24cf3aff","34309":"25464bd2","34426":"6937d4b7","34601":"0927750b","34741":"b325a29e","34790":"6eb90335","34800":"f0bc752b","34850":"daf624f2","34893":"69e7d1e7","34994":"7492d994","35012":"4a56099e","35060":"7530a2b3","35238":"f0b57322","35354":"c0640e01","35380":"a48cd7ac","35416":"b4018e87","35729":"4bd3251a","35830":"e520954d","35881":"072d1e29","35977":"3d359786","36029":"7493c23a","36270":"398d8736","36381":"68980c17","36546":"aa9c9df6","36634":"03daa006","36784":"b7bea191","37062":"84e35313","37495":"a71f4854","37704":"f3783466","37948":"50c68a91","38143":"daf1b7b1","38359":"7549305c","38447":"83657de2","38634":"f2b21614","38797":"6a2558f3","39094":"26a33184","39252":"01ffe0b6","39332":"d967c0fb","39391":"87a40d5f","39404":"45ab33de","39484":"13936b2e","39531":"1f9dc322","39627":"c0c2b187","39695":"d2476722","39820":"42e0daff","39859":"a2847549","39950":"57e939c0","40115":"4f54b681","40139":"64cad2c7","40559":"be43314e","40665":"25f2322c","41048":"fc0476a1","41165":"e8fb71f9","41657":"33d5f353","41717":"3795bdff","41953":"050093d9","42159":"b4a82c61","42240":"ef72e2e6","42441":"2b68ce27","42994":"0532f7cc","43182":"a49c10f2","43212":"11c6930e","43252":"e7b984e0","43428":"7f581a85","43442":"5363a0dc","43642":"849ffaed","43862":"3c54c9bf","44189":"dfdbd9ee","44216":"e8dc9e23","44259":"578f1659","44354":"4d10aca1","44360":"2fe17938","44449":"db711ec8","44565":"17c77dae","44585":"f74f3ace","45096":"974de5dd","45178":"579cc9ac","45179":"ef7be0e6","45193":"6b0dd223","45359":"9ffd6349","45413":"cf9c4890","45517":"91691acd","45650":"62e2ee18","45653":"ba219717","45775":"9c280926","45825":"3625b488","45975":"d02742fb","45992":"7e485e89","46019":"4be71630","46219":"e1624aa4","46456":"db56af45","46573":"db7fbeee","46796":"8f8ed33e","46949":"a3199426","46963":"adc599a6","47037":"2e84f3f6","47271":"b33f5bbd","47545":"3e1e5706","47686":"f38a5fc1","47778":"6d6faaf7","48077":"6b486454","48289":"4a46c652","48431":"03717603","48507":"7fc36c0a","48630":"5479e41c","48689":"9f2a1d92","48776":"3ca5830e","48815":"bc20e04f","49090":"84718f4b","49127":"58a9c267","49205":"4ddce3e1","49260":"d82ab47f","49366":"8ee31b68","49388":"f71b74c6","49680":"7d8ef29c","49716":"af8b2e51","49827":"4397dd32","49890":"d394d47b","49910":"0cf55958","50030":"6122fd10","50032":"aea142bc","50250":"ca20b36f","50523":"e9071d01","50681":"a17179ea","50869":"13f0d116","50870":"2929429a","51144":"88d767c5","51220":"a2add0f8","51276":"42d74401","51461":"b2e323d0","51582":"298c36bf","51586":"684d9616","51646":"a1e61a3a","51810":"56e60cfa","51855":"41a2cee9","52011":"2df242ef","52169":"54db7a45","52338":"58c7c4ca","52398":"91892804","52404":"0ed354e9","52713":"334a00a4","52720":"10b1085e","52806":"132e37e8","52829":"71e56758","52875":"f7578a21","52992":"022bb963","53114":"685610c8","53247":"651cc763","53451":"33653110","53550":"d1343c48","53697":"344fc05c","53777":"630cd89c","53910":"43b2241a","54056":"bef8b3eb","54164":"776d9eb0","54492":"63373fc4","54572":"383bee70","54597":"47311d57","54770":"6979687b","54862":"e2965ac3","55351":"b1b9a06c","55449":"ec1f41f7","55573":"2a2a037f","55624":"7df7deca","55693":"4b714ff1","55716":"08f4f66e","55795":"449af26b","56022":"8e3b47bf","56047":"b4b0d1c6","56156":"c61ad60b","56277":"7fb65cad","57045":"f375967d","57298":"827ef72f","57365":"7e7804c5","57504":"e6dfecd8","57560":"12c218c8","57614":"1a584c6f","57968":"50aa9ba5","57989":"9b1a3a9c","58253":"20604031","58271":"04f27f83","58561":"4e28b4db","58585":"086b92e0","58676":"6922e030","58678":"d4021643","58859":"4de7c234","58881":"c4533c96","59133":"94000cc4","59142":"d07a2d44","59204":"6ad05251","59627":"b92f89cd","59649":"39bd2cf4","59734":"6fd72625","59788":"48f55345","59884":"31f16fa2","60324":"83a080cd","60479":"64292769","60533":"21596339","60547":"6a35cbbc","61043":"b4492833","61075":"a6b0ce3a","61104":"78239fe8","61311":"673ecc45","61650":"71b16d62","61713":"513d6363","61727":"a28d5378","61735":"6b31e071","61767":"42bc7190","61880":"3c94a3e1","61902":"7ea3664a","62122":"116db04e","62205":"d7587ddf","62300":"9d6bd9d6","62369":"0c89655d","62548":"53e249d3","62909":"64669e2a","62945":"927b34c0","63157":"0fffe8c4","63198":"f92793e1","63398":"b3e36387","63968":"1346f3b8","64017":"154bb292","64144":"0267039b","64217":"2f96c9c4","64496":"0b386dc6","64520":"a99fde3a","65022":"3a54865d","65111":"92d48e28","65148":"98793a2a","65191":"4b1c1bc1","65549":"8c2388a2","65582":"21e3b144","65798":"70fba362","65816":"35be09a9","65876":"a2754c64","66034":"dc8ab157","66063":"f284aa8c","66118":"6b618fa7","66243":"dd59158a","66531":"76fb4e8c","66583":"5d3b49f0","66651":"a6f8d7c0","66884":"42684e16","67091":"5f54eeb2","67156":"918b4bca","67242":"f10f065c","67500":"24102ae7","67799":"56494d54","67816":"4e8022de","67878":"d56395b8","68014":"0322d0df","68200":"365a4433","68394":"fa4083fb","68665":"7626ad94","68827":"e3895cfa","68842":"19057860","68882":"4d468dc9","68998":"2274774a","69033":"56ca563f","69127":"c7b406c6","69362":"d49ec032","69393":"827cf37d","69425":"f7c9fc0f","69552":"db6cb310","69681":"ca2638e2","69828":"7c29eae1","69922":"6297fb77","69944":"01e0f56a","70116":"8a2d5e5a","70176":"f68d6e6c","70232":"564268f8","70469":"1fb4e643","70671":"749b4875","70928":"4a354164","70981":"157d0b6b","71409":"4516b383","71448":"67c6896b","71450":"3f724280","71505":"dc28bca8","71525":"2375117c","71572":"d9a7a101","71613":"0ac7297e","71622":"6be4da81","71773":"df5a9fbc","71783":"0428c25e","72011":"7efe6dda","72261":"04d9bba9","72409":"c272b1b1","72529":"1bd01bf7","72532":"befc2a69","72539":"e3f818b1","72570":"4c6e0d56","72969":"53256e8c","73183":"c1e2b5ed","73220":"ff39b02e","73355":"550a6cdb","73755":"21b06cb6","73985":"c220e087","74014":"5339ac81","74264":"88287a10","74297":"fd91f48e","74347":"a722ba6c","74755":"226de1a4","74795":"164cb99c","74877":"3326d951","74995":"60c2064b","75043":"4ba278c8","75321":"9b9a5dc1","75357":"0970a31a","75765":"2e3f8145","75786":"9d265f1d","75816":"b02af018","75824":"cacb9f3e","76134":"8fdb7725","76411":"a76d280e","76437":"449abbd9","76839":"f4c5f316","76904":"b546b3ed","77034":"6ab2a304","77084":"8f409a6d","77248":"82cdfcbf","77460":"fe7eabf7","77646":"1186bd1e","77679":"6bf283a4","77792":"5a2bfee7","77857":"99a37599","78085":"477060a5","78241":"3b528fee","78282":"abbac348","78302":"2f657c59","78737":"fa31da0e","78782":"60648e7d","79487":"4720cf3d","79489":"48b94f0f","79590":"92a8a46b","79817":"ca1d6d1b","79876":"1c49e2ab","79921":"33368789","80209":"23686c42","80231":"711ad80e","80508":"76cb21a2","80629":"ca49ee59","80668":"8d77983b","81001":"ee8dcd28","81148":"3a4dd051","81304":"5eb98933","81326":"19339c60","81799":"08d8f732","82135":"6929fa25","82242":"be6c0006","82339":"8611ebbd","82425":"a5b71c09","82443":"3ff5148f","82498":"d9017715","82861":"21da1ab4","83105":"9a70feed","83141":"6068dcbf","83211":"885b75cb","83212":"aaf888bd","83420":"b3d44aab","83463":"b6288582","83935":"18ec5e90","84343":"19db0518","84546":"dfea87f4","85048":"e97ee248","85111":"59c35e07","85297":"743b45e4","85494":"da5840b1","85764":"5c1c73b5","85888":"1897a853","85891":"c287af62","86045":"0a358cbb","86052":"ecf631f5","86065":"bdf1a8e8","86129":"801a9880","86184":"5178548b","86452":"7cf739ad","86541":"a71d4091","86618":"cbd469ff","86627":"fa6c6e1f","86634":"cae13674","86774":"2db1d78d","86820":"34c08acb","86913":"309d5464","87058":"9d611fd2","87167":"c3c5cfce","87260":"ca7ca769","87424":"37a92241","87922":"50331a53","87964":"83911fb5","88093":"d5514fc3","88155":"583bf7fa","88501":"41a6042e","88517":"18983be1","88699":"276147ac","88866":"1c1cd36d","88897":"e0589646","89053":"ad7361cd","89076":"01bb45c1","89113":"5009648c","89554":"3bd5f2ea","89677":"07f47b88","89785":"728abf17","90109":"dd1d7d34","90250":"ee22caa1","90265":"86d6f39b","90303":"68e96477","90316":"c34a4fc4","90337":"53721f6d","90606":"01c32e2b","90789":"d135ef83","91045":"5acfd487","91274":"c142e23b","91462":"2cbc46cd","91470":"13444a1d","91831":"2815e102","91857":"4c1b3a25","91928":"3c6bc9ac","92045":"9bec3a58","92217":"137e65cd","92501":"eff09d45","92538":"a4db897b","92594":"0f02017f","92603":"0904ab47","92823":"d8136f2e","92881":"e6aece13","92932":"ca9845d0","92983":"273fd82e","93260":"cdac0a8a","93282":"33c1190a","93496":"7088b669","93665":"6d41fc81","93668":"22352315","93948":"207b25af","94078":"febc265f","94144":"67b63983","94498":"a0454076","94662":"f122451a","94715":"761bccb1","94776":"ac8af1ad","94849":"7b148f18","94974":"14ec3333","95125":"8d4d4d7e","95176":"463775fb","95314":"b3ee02f2","95335":"4557bb82","95679":"33378d80","95762":"8a9682cc","95947":"7533981a","96004":"78feaebb","96163":"d4fd3ac9","96414":"d538b143","96444":"9766d749","96882":"bdb27422","96923":"422d6d13","97008":"29dfd16a","97046":"be194f5e","97120":"0eb88e7b","97591":"4868bb6b","97838":"013e69cb","97840":"9c5533d2","97986":"24a544e3","98062":"b9b54198","98398":"ff943e3c","98662":"10243d12","98688":"d92a30d0","98799":"9d3c9368","98885":"2d0cb03e","98936":"c6326ae6","99104":"d4f63539","99198":"46dac7a0","99313":"112d01d8","99674":"27fb8cd0","99708":"6a6e2590","99758":"401a2928"}[chunkId] + ".async.js"; /******/ }; /******/ }(); /******/ @@ -205885,7 +205885,7 @@ function debounce (delay, callback, options) { /******/ // This function allow to reference async chunks /******/ __webpack_require__.miniCssF = function(chunkId) { /******/ // return url for filenames based on template -/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1201":"p__Counselling__ExpertList__Info__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1702":"p__Classrooms__New__index","2001":"p__Materials__ItemAssets__AddReceive__index","2224":"p__Knowbase__HomePage__index","2416":"p__Counselling__ExpertList__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","2948":"p__Materials__ItemAssets__Info__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4271":"p__LaboratoryOverview__index","4736":"p__User__Detail__Projects__index","4766":"p__Administration__index","4829":"p__Materials__MyReceive__Report__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5427":"p__User__Detail__Devicegroup__index","5572":"p__Paths__HigherVocationalEducation__index","5808":"p__OfficialList__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7202":"p__Materials__Entry__index","7520":"p__Laboratory__OpenReservation__OpenReservationStatistics__index","7729":"p__Materials__ItemAssets__AddReceiveScene__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9134":"p__Materials__ItemAssetsList__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10902":"p__Counselling__MyConsultation__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11020":"p__Counselling__DutySetting__index","11070":"p__Innovation__PublicMirror__index","11130":"p__Laboratory__MyReservation__index","11174":"p__Shixuns__Detail__ExperimentDetail__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14666":"p__Homepage__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16074":"p__MagazineVer__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18295":"p__Magazinejor__Index__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","18682":"p__Wisdom__index","19116":"p__Materials__ItemAssets__AddProcure__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21433":"p__Equipment__Information__InfoList__ReservationInfo__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22561":"p__Materials__Receive__index","22707":"p__Innovation__MyDataSet__index","23332":"p__Paths__Detail__id","24504":"p__virtualSpaces__Lists__Survey__index","24904":"p__Equipment__MessageCenterManage__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25807":"p__Materials__MyProcure__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26429":"p__MagazineVer__Index__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28637":"p__Knowbase__Detail__index","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29304":"p__NewHomeEntranceClassify__index","29647":"p__Question__Index__index","29942":"p__Equipment__Information__InfoList__Edit__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31078":"p__Laboratory__LaboratoryType__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31316":"p__Equipment__Information__InfoList__Details__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","33897":"p__Information__EditPage__index","34044":"p__Counselling__ExpertManage__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39094":"p__Magazine__AddOrEdit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","39859":"p__Materials__ItemAssets__InfoCode__index","40139":"p__Materials__ItemAssets__index","40559":"layouts__virtualDetail__index","40665":"p__Materials__Index__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45517":"p__DefendCloud__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45975":"p__Counselling__ExpertList__Detail__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46219":"p__NewHomeEntrancetree__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","47778":"p__IOT__DeviceManage__index","48077":"p__Classrooms__Lists__Students__index","48289":"p__Materials__MyReceive__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51220":"p__NewHomeEntrance2__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51810":"p__Laboratory__OpenReservation__OpenReservationDetail__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53451":"p__Competitions__NewIndex__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57504":"p__CloudHotLine__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","57989":"p__Laboratory__MyLaboratory__Info__index","59133":"p__Shixuns__Detail__Challenges__index","59142":"p__Reservation__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61075":"p__IOT__ViewAppointment__index","61311":"p__Equipment__BookingManage__index","61713":"p__virtualSpaces__Lists__Settings__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","61902":"p__Information__HomePage__index","62548":"p__Engineering__Norm__Detail__index","62909":"p__NewHomeEntrance1__index","63157":"p__User__Detail__ExperImentImg__Add__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66063":"p__Graduations__Lists__Personmanage__index","66243":"p__Broadcast__Detail__index","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","66884":"p__Counselling__Index__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69681":"p__User__Detail__Devicegroup__Add__index","69828":"p__Equipment__Faultlibrary__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71525":"p__User__Detail__Devicegroup__ReservationInfo__index","71783":"p__virtualSpaces__Lists__Experiment__index","72409":"p__Materials__Procure__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76134":"p__Equipment__Maintenance__Details__index","76904":"p__MoopCases__FormPanel__index","77248":"p__Materials__ItemAssetsList__CreateItemAssets__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","79487":"p__Laboratory__OpenReservation__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","80668":"p__MagazineVer__Mine__index","81148":"p__Shixuns__Detail__Repository__UploadFile__index","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86065":"p__Materials__Log__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88093":"p__Equipment__Maintenance__index","88155":"p__Shixuns__Overview__index","88501":"p__ReservationDetail__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89053":"p__IOT__ElectronBPManage__index","89076":"p__Account__Binding__index","89113":"p__Equipment__Devicelabel__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92823":"p__Engineering__Navigation__Home__index","92932":"p__User__Detail__Devicegroup__Edit__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","95762":"p__OfficialNotice__index","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","97838":"p__Equipment__Working__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98662":"p__Materials__ItemAssetsType__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"292":"e1c241d9","310":"420ef589","556":"1a5b9d72","1201":"8a4c4c23","1482":"3b79a858","1702":"249982a3","2001":"6b5772d0","2224":"a43f7fdd","2416":"bdddab42","2659":"3ec1305c","2819":"5dea982d","2948":"b57a1cb5","3317":"b8cabb23","3391":"ad324876","3451":"c3e3d27a","3509":"84bc5ea2","3585":"3ce04e93","3951":"91b63162","4271":"66c35371","4736":"fe7623c0","4766":"5906b9af","4829":"50a6c06f","4884":"94f478c9","4973":"75adcef6","5427":"173a70b4","5572":"3c71b437","5808":"db2941b0","6127":"5e99fea3","6613":"451daf61","6685":"25354499","6758":"8c4b44c8","6788":"c3861e64","7043":"879a02b9","7202":"925d7b8b","7433":"6b1e43be","7520":"a50bf6ae","7729":"73dda5b5","7852":"2d45de0e","7884":"ecd69b70","8787":"5af4ed21","8999":"57c21a9a","9134":"26ff8e4b","9416":"b799454b","10195":"cd5e30bf","10485":"f97ec662","10737":"bcce98f7","10799":"190a26f0","10902":"f981197e","10921":"9e4fd4a0","11020":"413e4004","11070":"8d5fe340","11130":"47059d4c","11174":"6b1e43be","11253":"0b2047cb","11512":"e9c4d62e","11520":"83f26216","11545":"f2f7f888","11581":"259b3bed","12076":"5b42226f","12102":"6b0e43ef","12303":"2b64175a","12412":"c3b0cca7","12476":"33725406","12865":"c1197019","12884":"0eabc765","13006":"3230a9cd","13355":"8ee6dc65","13581":"baa52d7c","14058":"a9e2c684","14105":"88c1263d","14227":"73407df6","14514":"1a198c50","14599":"dbf0fd91","14610":"20dec6e4","14662":"f4b44987","14666":"26fee81b","14889":"ca782497","15148":"02d710db","15186":"db0446a1","15319":"476f4b69","15402":"e749532c","16074":"deeabecb","16328":"475ca365","16434":"70b53770","16729":"318e5ead","16845":"89cae7ae","17482":"039996ca","17527":"1b8046f1","17622":"a1c45f14","17806":"fa5e1661","18241":"69133485","18295":"ac2ee46f","18302":"2414caf2","18307":"1bda2fea","18682":"008bd6e9","19116":"64479ed5","19215":"3e11e259","19360":"d8c90f54","19519":"922318b3","19715":"7dd0cad8","19891":"829e6942","20026":"b8f5058a","20576":"300e7ff0","20680":"8d5fe340","20700":"de0777c2","21265":"e83cf690","21423":"f5fe4289","21433":"d0914788","21578":"4177ef00","21939":"5027efb7","22254":"c9969e81","22307":"20182f33","22561":"edb8642d","22707":"61c325a9","22884":"5d51572c","23332":"1851d223","24504":"54709b42","24904":"5e9ae184","25022":"a20cda92","25470":"128743c1","25705":"4b67223f","25807":"6a845155","25972":"7785e5a0","26366":"be99b95e","26429":"d0e97c70","26685":"57624ff9","26741":"f1ee291e","26883":"3ef702c6","27178":"3d8eaa7e","27182":"ac24897f","27395":"2ec1fc6a","28072":"6c60252b","28237":"95636144","28435":"43e8ab0f","28637":"19c58f04","28723":"b3128481","28782":"b26984e1","28982":"8b23d6dc","29304":"45403049","29647":"d5705e24","29942":"433b68cb","30067":"90d40ff6","30264":"48477fa6","30342":"d3db73e3","31006":"f0431302","31078":"34a7e217","31211":"ae1f6d21","31316":"4cc63a8f","31427":"28648136","31674":"1f3b7d57","31962":"07d0a63c","33356":"0bedec1c","33747":"696cb8f9","33784":"66a43bc1","33897":"859c7935","34044":"afeb6366","34093":"09c84a2a","34601":"2b7b3431","34741":"b69bb827","34800":"3771c4f2","34893":"f291b0d3","34994":"79b78195","35238":"37c4ee37","35380":"44dd1202","35729":"17884f75","35977":"40cedd42","36029":"fa52a9c7","36270":"8fd73805","36784":"8b606f0b","37062":"9a6f01a8","37948":"633b8e26","38143":"e1251f40","38447":"a644c904","38634":"9bd78d08","38797":"28aaa8b1","39094":"35fcd028","39332":"64a0488a","39391":"a2c60e09","39404":"5d67dee1","39695":"9d5929a4","39820":"de22714b","39859":"044c97ce","40139":"f6915fa2","40559":"73f61bb6","40665":"379031cc","41048":"fca2d0de","41657":"a22d5bf7","41717":"ff34ff74","41953":"bc54870d","42240":"4dad9518","43212":"8bfa3720","43442":"6623cc6c","44259":"b5d54e6c","44449":"a09375ee","45096":"0a2da370","45179":"e5fe6e6a","45359":"5858d16a","45517":"df98219f","45650":"ad1e2440","45775":"03a6d3f4","45825":"4584d208","45975":"e9225243","45992":"1b4f0109","46219":"5f017d9a","46796":"46f8e206","46963":"07d0a63c","47545":"f5cdf637","47778":"c42129df","48077":"50ebb081","48289":"bf9d810b","48431":"b1b14e92","48689":"0d374dd0","49205":"eec5638a","49366":"7cc99c26","49716":"6262a6c5","49890":"8148e275","50681":"1ebd54c2","50869":"b62a6de4","51220":"a7fc3745","51276":"f4e245c8","51461":"a880bb7a","51582":"b6b191b3","51810":"bd82e60a","51855":"cc1cfd90","52338":"7035c65f","52404":"33f1535b","52806":"6424331c","52829":"1418115f","52875":"41eb8296","53247":"09f0fb1e","53451":"f327b779","53910":"16377f7d","54056":"f5306a86","54164":"3a964d1d","54492":"a196c3c1","54572":"cb7eee75","54770":"476f4b69","54862":"6596619f","55573":"553b2a5f","55624":"f24ec623","56277":"3df673d3","57045":"8d67e0ad","57504":"c7f3ad65","57560":"aa542d11","57614":"3d581ce8","57989":"fbce7a5b","59133":"d5a5ed51","59142":"dfc07674","59649":"4b3e2fe2","59788":"04ae00c4","60479":"6236fb6c","60533":"23980c58","60547":"5b46863c","61043":"48772265","61075":"f5bedf98","61311":"5a400cb1","61713":"436ffe7e","61727":"5d3dc00e","61880":"59a3c7ac","61902":"e1cfc06c","62548":"d56ec244","62909":"769004c9","63157":"dcd98364","64144":"f567995d","64217":"407be95b","64496":"6588c747","64520":"df73762f","65111":"1323423c","65148":"2d980ad2","65191":"2bc56eb8","65549":"b8dbfccb","65816":"c2b5168d","66063":"bbc6d422","66243":"507a0c85","66583":"5685b497","66651":"bce0ebb5","66884":"58ae44da","67242":"594e74c8","67878":"2c91ac85","68014":"0fae0966","68665":"a3818d82","68827":"a20246af","68882":"c85a41b3","69681":"f60d7b72","69828":"9c858de8","69922":"3edf1be1","69944":"fd917697","71450":"1ff34fb6","71525":"db793567","71783":"7d246124","72409":"eff4e5c5","72529":"b5c0ef91","72539":"993b5cde","72570":"2e2b8300","73183":"fef2fc7c","73220":"d26a7d65","74264":"47118975","74297":"2847dc63","74795":"33597ce2","75043":"ca8058bb","75357":"d7cda648","75786":"f94efeb7","75816":"11083575","76134":"a8c5abcf","76904":"f52b4911","77248":"644414f9","77460":"4a679b63","77857":"a455b965","78085":"2d2bce4b","79487":"1b50da06","79489":"dce3987d","79590":"c90f37c5","79921":"e897fb0a","80508":"eb56ec5a","80668":"8124d84f","81001":"582a1497","81148":"59127781","82339":"25d920bb","82425":"bc4cd00c","82443":"726aa360","83105":"13602567","83141":"174df750","83212":"06482523","83935":"c2ddcf24","84546":"c917887e","85048":"8463b411","85111":"bfb9fc39","85297":"265deefe","85888":"c3bc658b","85891":"edaa24c0","86052":"aacc4b39","86065":"86814d59","86452":"fbbd097e","86541":"cbd05269","86634":"35b60a9c","86820":"f6a400e6","86913":"3f679a8d","87058":"9412c1b4","87260":"9d6d2bc8","87922":"e0359234","88093":"72ff1b9c","88155":"61471ea0","88501":"a6cb6347","88517":"6006abba","88866":"0385874e","89053":"953e6193","89076":"81d54d97","89113":"f0b0233a","89677":"b10146fb","89785":"33f1535b","90109":"72b0e547","90265":"d644dd99","90337":"f752e66e","91045":"3aa72a70","91470":"ac24897f","91831":"31f9d194","92045":"856dc10a","92501":"6296daa6","92823":"7537fdc8","92932":"572d90de","92983":"cd9e0dd8","93260":"48e036dd","93282":"a5cc7daa","93496":"7af8d037","93665":"46510ff0","93668":"a20ad5ea","94078":"b02d03bf","94498":"23552e33","94662":"5c2d2a29","94715":"d16ebcc6","94849":"fdc79e9d","95125":"7915f484","95176":"c5fd0e82","95335":"1608d201","95762":"8ee55570","96163":"13338731","96444":"65942024","96882":"737b2c29","97008":"2b12d35a","97046":"5497b697","97838":"d68875d1","98062":"7a22604a","98398":"9bc51a78","98662":"adade483","98688":"12ee19b1","98885":"0154c07e","98936":"58a2ba2d","99674":"a1625fbb","99758":"afb789c9"}[chunkId] + ".chunk.css"; +/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1201":"p__Counselling__ExpertList__Info__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1702":"p__Classrooms__New__index","2001":"p__Materials__ItemAssets__AddReceive__index","2224":"p__Knowbase__HomePage__index","2416":"p__Counselling__ExpertList__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","2948":"p__Materials__ItemAssets__Info__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4271":"p__LaboratoryOverview__index","4736":"p__User__Detail__Projects__index","4766":"p__Administration__index","4829":"p__Materials__MyReceive__Report__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5427":"p__User__Detail__Devicegroup__index","5572":"p__Paths__HigherVocationalEducation__index","5808":"p__OfficialList__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7202":"p__Materials__Entry__index","7520":"p__Laboratory__OpenReservation__OpenReservationStatistics__index","7729":"p__Materials__ItemAssets__AddReceiveScene__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9134":"p__Materials__ItemAssetsList__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10902":"p__Counselling__MyConsultation__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11020":"p__Counselling__DutySetting__index","11070":"p__Innovation__PublicMirror__index","11130":"p__Laboratory__MyReservation__index","11174":"p__Shixuns__Detail__ExperimentDetail__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","13585":"p__Magazinejor__component__Submission__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14666":"p__Homepage__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16074":"p__MagazineVer__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","18682":"p__Wisdom__index","19116":"p__Materials__ItemAssets__AddProcure__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21433":"p__Equipment__Information__InfoList__ReservationInfo__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22561":"p__Materials__Receive__index","22707":"p__Innovation__MyDataSet__index","23332":"p__Paths__Detail__id","24504":"p__virtualSpaces__Lists__Survey__index","24904":"p__Equipment__MessageCenterManage__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25807":"p__Materials__MyProcure__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26429":"p__MagazineVer__Index__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28637":"p__Knowbase__Detail__index","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29304":"p__NewHomeEntranceClassify__index","29647":"p__Question__Index__index","29942":"p__Equipment__Information__InfoList__Edit__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31078":"p__Laboratory__LaboratoryType__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31316":"p__Equipment__Information__InfoList__Details__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33772":"p__Magazinejor__Home__index","33784":"p__Paperlibrary__Random__Detail__index","33897":"p__Information__EditPage__index","34044":"p__Counselling__ExpertManage__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39094":"p__Magazine__AddOrEdit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","39859":"p__Materials__ItemAssets__InfoCode__index","40139":"p__Materials__ItemAssets__index","40559":"layouts__virtualDetail__index","40665":"p__Materials__Index__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45517":"p__DefendCloud__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45975":"p__Counselling__ExpertList__Detail__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46219":"p__NewHomeEntrancetree__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","47778":"p__IOT__DeviceManage__index","48077":"p__Classrooms__Lists__Students__index","48289":"p__Materials__MyReceive__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51220":"p__NewHomeEntrance2__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51810":"p__Laboratory__OpenReservation__OpenReservationDetail__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53451":"p__Competitions__NewIndex__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57504":"p__CloudHotLine__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","57989":"p__Laboratory__MyLaboratory__Info__index","59133":"p__Shixuns__Detail__Challenges__index","59142":"p__Reservation__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61075":"p__IOT__ViewAppointment__index","61311":"p__Equipment__BookingManage__index","61713":"p__virtualSpaces__Lists__Settings__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","61902":"p__Information__HomePage__index","62369":"p__Magazinejor__component__Review__index","62548":"p__Engineering__Norm__Detail__index","62909":"p__NewHomeEntrance1__index","63157":"p__User__Detail__ExperImentImg__Add__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65798":"p__Magazinejor__component__Journal__index","65816":"p__virtualSpaces__Lists__Announcement__index","66063":"p__Graduations__Lists__Personmanage__index","66118":"p__Magazinejor__component__Comment__index","66243":"p__Broadcast__Detail__index","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","66884":"p__Counselling__Index__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69681":"p__User__Detail__Devicegroup__Add__index","69828":"p__Equipment__Faultlibrary__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71525":"p__User__Detail__Devicegroup__ReservationInfo__index","71783":"p__virtualSpaces__Lists__Experiment__index","72409":"p__Materials__Procure__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","75824":"p__Magazinejor__component__Detail__index","76134":"p__Equipment__Maintenance__Details__index","76904":"p__MoopCases__FormPanel__index","77248":"p__Materials__ItemAssetsList__CreateItemAssets__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","79487":"p__Laboratory__OpenReservation__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","80668":"p__MagazineVer__Mine__index","81148":"p__Shixuns__Detail__Repository__UploadFile__index","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86065":"p__Materials__Log__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88093":"p__Equipment__Maintenance__index","88155":"p__Shixuns__Overview__index","88501":"p__ReservationDetail__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89053":"p__IOT__ElectronBPManage__index","89076":"p__Account__Binding__index","89113":"p__Equipment__Devicelabel__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92823":"p__Engineering__Navigation__Home__index","92932":"p__User__Detail__Devicegroup__Edit__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","95762":"p__OfficialNotice__index","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","97838":"p__Equipment__Working__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98662":"p__Materials__ItemAssetsType__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"292":"e1c241d9","310":"420ef589","556":"1a5b9d72","1201":"8a4c4c23","1482":"3b79a858","1702":"249982a3","2001":"6b5772d0","2224":"a43f7fdd","2416":"bdddab42","2659":"3ec1305c","2819":"5dea982d","2948":"b57a1cb5","3317":"b8cabb23","3391":"ad324876","3451":"c3e3d27a","3509":"84bc5ea2","3585":"3ce04e93","3951":"91b63162","4271":"66c35371","4736":"fe7623c0","4766":"5906b9af","4829":"50a6c06f","4884":"94f478c9","4973":"75adcef6","5427":"173a70b4","5572":"3c71b437","5808":"db2941b0","6127":"5e99fea3","6613":"451daf61","6685":"25354499","6758":"8c4b44c8","6788":"c3861e64","7043":"879a02b9","7202":"925d7b8b","7433":"6b1e43be","7520":"a50bf6ae","7729":"73dda5b5","7852":"2d45de0e","7884":"ecd69b70","8787":"5af4ed21","8999":"57c21a9a","9134":"26ff8e4b","9416":"b799454b","10195":"cd5e30bf","10485":"f97ec662","10737":"bcce98f7","10799":"190a26f0","10902":"f981197e","10921":"9e4fd4a0","11020":"413e4004","11070":"8d5fe340","11130":"47059d4c","11174":"6b1e43be","11253":"0b2047cb","11512":"e9c4d62e","11520":"83f26216","11545":"f2f7f888","11581":"259b3bed","12076":"5b42226f","12102":"6b0e43ef","12303":"2b64175a","12412":"c3b0cca7","12476":"33725406","12865":"c1197019","12884":"0eabc765","13006":"3230a9cd","13355":"8ee6dc65","13581":"baa52d7c","13585":"33f5f126","14058":"a9e2c684","14105":"88c1263d","14227":"73407df6","14514":"1a198c50","14599":"dbf0fd91","14610":"20dec6e4","14662":"f4b44987","14666":"26fee81b","14889":"ca782497","15148":"02d710db","15186":"db0446a1","15319":"476f4b69","15402":"e749532c","16074":"deeabecb","16328":"475ca365","16434":"70b53770","16729":"318e5ead","16845":"89cae7ae","17482":"039996ca","17527":"1b8046f1","17622":"a1c45f14","17806":"fa5e1661","18241":"69133485","18302":"2414caf2","18307":"1bda2fea","18682":"008bd6e9","19116":"64479ed5","19215":"3e11e259","19360":"d8c90f54","19519":"922318b3","19715":"7dd0cad8","19891":"829e6942","20026":"b8f5058a","20576":"300e7ff0","20680":"8d5fe340","20700":"de0777c2","21265":"e83cf690","21423":"f5fe4289","21433":"d0914788","21578":"4177ef00","21939":"5027efb7","22254":"c9969e81","22307":"20182f33","22561":"edb8642d","22707":"61c325a9","22884":"5d51572c","23332":"1851d223","24504":"54709b42","24904":"5e9ae184","25022":"a20cda92","25470":"128743c1","25705":"4b67223f","25807":"6a845155","25972":"7785e5a0","26366":"be99b95e","26429":"d0e97c70","26685":"57624ff9","26741":"f1ee291e","26883":"3ef702c6","27178":"3d8eaa7e","27182":"ac24897f","27395":"2ec1fc6a","28072":"6c60252b","28237":"95636144","28435":"43e8ab0f","28637":"19c58f04","28723":"b3128481","28782":"b26984e1","28982":"8b23d6dc","29304":"45403049","29647":"d5705e24","29942":"433b68cb","30067":"90d40ff6","30264":"48477fa6","30342":"d3db73e3","31006":"f0431302","31078":"34a7e217","31211":"ae1f6d21","31316":"4cc63a8f","31427":"28648136","31674":"1f3b7d57","31962":"07d0a63c","33356":"0bedec1c","33747":"696cb8f9","33772":"d8b500e7","33784":"66a43bc1","33897":"859c7935","34044":"afeb6366","34093":"09c84a2a","34601":"2b7b3431","34741":"b69bb827","34800":"3771c4f2","34893":"f291b0d3","34994":"79b78195","35238":"37c4ee37","35380":"44dd1202","35729":"17884f75","35977":"40cedd42","36029":"fa52a9c7","36270":"8fd73805","36784":"8b606f0b","37062":"9a6f01a8","37948":"633b8e26","38143":"e1251f40","38447":"a644c904","38634":"9bd78d08","38797":"28aaa8b1","39094":"35fcd028","39332":"64a0488a","39391":"a2c60e09","39404":"5d67dee1","39695":"9d5929a4","39820":"de22714b","39859":"044c97ce","40139":"f6915fa2","40559":"73f61bb6","40665":"379031cc","41048":"fca2d0de","41657":"a22d5bf7","41717":"ff34ff74","41953":"bc54870d","42240":"4dad9518","43212":"8bfa3720","43442":"6623cc6c","44259":"b5d54e6c","44449":"a09375ee","45096":"0a2da370","45179":"e5fe6e6a","45359":"5858d16a","45517":"df98219f","45650":"ad1e2440","45775":"03a6d3f4","45825":"4584d208","45975":"e9225243","45992":"1b4f0109","46219":"5f017d9a","46796":"46f8e206","46963":"07d0a63c","47545":"f5cdf637","47778":"c42129df","48077":"50ebb081","48289":"bf9d810b","48431":"b1b14e92","48689":"0d374dd0","49205":"eec5638a","49366":"7cc99c26","49716":"6262a6c5","49890":"8148e275","50681":"1ebd54c2","50869":"b62a6de4","51220":"a7fc3745","51276":"f4e245c8","51461":"a880bb7a","51582":"b6b191b3","51810":"bd82e60a","51855":"cc1cfd90","52338":"7035c65f","52404":"33f1535b","52806":"6424331c","52829":"1418115f","52875":"41eb8296","53247":"09f0fb1e","53451":"f327b779","53910":"16377f7d","54056":"f5306a86","54164":"3a964d1d","54492":"a196c3c1","54572":"cb7eee75","54770":"476f4b69","54862":"6596619f","55573":"553b2a5f","55624":"f24ec623","56277":"3df673d3","57045":"8d67e0ad","57504":"c7f3ad65","57560":"aa542d11","57614":"3d581ce8","57989":"fbce7a5b","59133":"d5a5ed51","59142":"dfc07674","59649":"4b3e2fe2","59788":"04ae00c4","60479":"6236fb6c","60533":"23980c58","60547":"5b46863c","61043":"48772265","61075":"f5bedf98","61311":"5a400cb1","61713":"436ffe7e","61727":"5d3dc00e","61880":"59a3c7ac","61902":"e1cfc06c","62369":"d0bb0ce1","62548":"d56ec244","62909":"769004c9","63157":"dcd98364","64144":"f567995d","64217":"407be95b","64496":"6588c747","64520":"df73762f","65111":"1323423c","65148":"2d980ad2","65191":"2bc56eb8","65549":"b8dbfccb","65798":"2160c7c3","65816":"c2b5168d","66063":"bbc6d422","66118":"7d96dcd8","66243":"507a0c85","66583":"5685b497","66651":"bce0ebb5","66884":"58ae44da","67242":"594e74c8","67878":"2c91ac85","68014":"0fae0966","68665":"a3818d82","68827":"a20246af","68882":"c85a41b3","69681":"f60d7b72","69828":"9c858de8","69922":"3edf1be1","69944":"fd917697","71450":"1ff34fb6","71525":"db793567","71783":"7d246124","72409":"eff4e5c5","72529":"b5c0ef91","72539":"993b5cde","72570":"2e2b8300","73183":"fef2fc7c","73220":"d26a7d65","74264":"47118975","74297":"2847dc63","74795":"33597ce2","75043":"ca8058bb","75357":"d7cda648","75786":"f94efeb7","75816":"11083575","75824":"c2b483a4","76134":"a8c5abcf","76904":"f52b4911","77248":"644414f9","77460":"4a679b63","77857":"a455b965","78085":"2d2bce4b","79487":"1b50da06","79489":"dce3987d","79590":"c90f37c5","79921":"e897fb0a","80508":"eb56ec5a","80668":"8124d84f","81001":"582a1497","81148":"59127781","82339":"25d920bb","82425":"bc4cd00c","82443":"726aa360","83105":"13602567","83141":"174df750","83212":"06482523","83935":"c2ddcf24","84546":"c917887e","85048":"8463b411","85111":"bfb9fc39","85297":"265deefe","85888":"c3bc658b","85891":"edaa24c0","86052":"aacc4b39","86065":"86814d59","86452":"fbbd097e","86541":"cbd05269","86634":"35b60a9c","86820":"f6a400e6","86913":"3f679a8d","87058":"9412c1b4","87260":"9d6d2bc8","87922":"e0359234","88093":"72ff1b9c","88155":"61471ea0","88501":"a6cb6347","88517":"6006abba","88866":"0385874e","89053":"953e6193","89076":"81d54d97","89113":"f0b0233a","89677":"b10146fb","89785":"33f1535b","90109":"72b0e547","90265":"d644dd99","90337":"f752e66e","91045":"3aa72a70","91470":"ac24897f","91831":"31f9d194","92045":"856dc10a","92501":"6296daa6","92823":"7537fdc8","92932":"572d90de","92983":"cd9e0dd8","93260":"48e036dd","93282":"a5cc7daa","93496":"7af8d037","93665":"46510ff0","93668":"a20ad5ea","94078":"b02d03bf","94498":"23552e33","94662":"5c2d2a29","94715":"d16ebcc6","94849":"fdc79e9d","95125":"7915f484","95176":"c5fd0e82","95335":"1608d201","95762":"8ee55570","96163":"13338731","96444":"65942024","96882":"737b2c29","97008":"2b12d35a","97046":"5497b697","97838":"d68875d1","98062":"7a22604a","98398":"9bc51a78","98662":"adade483","98688":"12ee19b1","98885":"0154c07e","98936":"58a2ba2d","99674":"a1625fbb","99758":"afb789c9"}[chunkId] + ".chunk.css"; /******/ }; /******/ }(); /******/ @@ -206054,7 +206054,7 @@ function debounce (delay, callback, options) { /******/ }; /******/ /******/ __webpack_require__.f.miniCss = function(chunkId, promises) { -/******/ var cssChunks = {"292":1,"310":1,"556":1,"1201":1,"1482":1,"1702":1,"2001":1,"2224":1,"2416":1,"2659":1,"2819":1,"2948":1,"3317":1,"3391":1,"3451":1,"3509":1,"3585":1,"3951":1,"4271":1,"4736":1,"4766":1,"4829":1,"4884":1,"4973":1,"5427":1,"5572":1,"5808":1,"6127":1,"6613":1,"6685":1,"6758":1,"6788":1,"7043":1,"7202":1,"7433":1,"7520":1,"7729":1,"7852":1,"7884":1,"8787":1,"8999":1,"9134":1,"9416":1,"10195":1,"10485":1,"10737":1,"10799":1,"10902":1,"10921":1,"11020":1,"11070":1,"11130":1,"11174":1,"11253":1,"11512":1,"11520":1,"11545":1,"11581":1,"12076":1,"12102":1,"12303":1,"12412":1,"12476":1,"12865":1,"12884":1,"13006":1,"13355":1,"13581":1,"14058":1,"14105":1,"14227":1,"14514":1,"14599":1,"14610":1,"14662":1,"14666":1,"14889":1,"15148":1,"15186":1,"15319":1,"15402":1,"16074":1,"16328":1,"16434":1,"16729":1,"16845":1,"17482":1,"17527":1,"17622":1,"17806":1,"18241":1,"18295":1,"18302":1,"18307":1,"18682":1,"19116":1,"19215":1,"19360":1,"19519":1,"19715":1,"19891":1,"20026":1,"20576":1,"20680":1,"20700":1,"21265":1,"21423":1,"21433":1,"21578":1,"21939":1,"22254":1,"22307":1,"22561":1,"22707":1,"22884":1,"23332":1,"24504":1,"24904":1,"25022":1,"25470":1,"25705":1,"25807":1,"25972":1,"26366":1,"26429":1,"26685":1,"26741":1,"26883":1,"27178":1,"27182":1,"27395":1,"28072":1,"28237":1,"28435":1,"28637":1,"28723":1,"28782":1,"28982":1,"29304":1,"29647":1,"29942":1,"30067":1,"30264":1,"30342":1,"31006":1,"31078":1,"31211":1,"31316":1,"31427":1,"31674":1,"31962":1,"33356":1,"33747":1,"33784":1,"33897":1,"34044":1,"34093":1,"34601":1,"34741":1,"34800":1,"34893":1,"34994":1,"35238":1,"35380":1,"35729":1,"35977":1,"36029":1,"36270":1,"36784":1,"37062":1,"37948":1,"38143":1,"38447":1,"38634":1,"38797":1,"39094":1,"39332":1,"39391":1,"39404":1,"39695":1,"39820":1,"39859":1,"40139":1,"40559":1,"40665":1,"41048":1,"41657":1,"41717":1,"41953":1,"42240":1,"43212":1,"43442":1,"44259":1,"44449":1,"45096":1,"45179":1,"45359":1,"45517":1,"45650":1,"45775":1,"45825":1,"45975":1,"45992":1,"46219":1,"46796":1,"46963":1,"47545":1,"47778":1,"48077":1,"48289":1,"48431":1,"48689":1,"49205":1,"49366":1,"49716":1,"49890":1,"50681":1,"50869":1,"51220":1,"51276":1,"51461":1,"51582":1,"51810":1,"51855":1,"52338":1,"52404":1,"52806":1,"52829":1,"52875":1,"53247":1,"53451":1,"53910":1,"54056":1,"54164":1,"54492":1,"54572":1,"54770":1,"54862":1,"55573":1,"55624":1,"56277":1,"57045":1,"57504":1,"57560":1,"57614":1,"57989":1,"59133":1,"59142":1,"59649":1,"59788":1,"60479":1,"60533":1,"60547":1,"61043":1,"61075":1,"61311":1,"61713":1,"61727":1,"61880":1,"61902":1,"62548":1,"62909":1,"63157":1,"64144":1,"64217":1,"64496":1,"64520":1,"65111":1,"65148":1,"65191":1,"65549":1,"65816":1,"66063":1,"66243":1,"66583":1,"66651":1,"66884":1,"67242":1,"67878":1,"68014":1,"68665":1,"68827":1,"68882":1,"69681":1,"69828":1,"69922":1,"69944":1,"71450":1,"71525":1,"71783":1,"72409":1,"72529":1,"72539":1,"72570":1,"73183":1,"73220":1,"74264":1,"74297":1,"74795":1,"75043":1,"75357":1,"75786":1,"75816":1,"76134":1,"76904":1,"77248":1,"77460":1,"77857":1,"78085":1,"79487":1,"79489":1,"79590":1,"79921":1,"80508":1,"80668":1,"81001":1,"81148":1,"82339":1,"82425":1,"82443":1,"83105":1,"83141":1,"83212":1,"83935":1,"84546":1,"85048":1,"85111":1,"85297":1,"85888":1,"85891":1,"86052":1,"86065":1,"86452":1,"86541":1,"86634":1,"86820":1,"86913":1,"87058":1,"87260":1,"87922":1,"88093":1,"88155":1,"88501":1,"88517":1,"88866":1,"89053":1,"89076":1,"89113":1,"89677":1,"89785":1,"90109":1,"90265":1,"90337":1,"91045":1,"91470":1,"91831":1,"92045":1,"92501":1,"92823":1,"92932":1,"92983":1,"93260":1,"93282":1,"93496":1,"93665":1,"93668":1,"94078":1,"94498":1,"94662":1,"94715":1,"94849":1,"95125":1,"95176":1,"95335":1,"95762":1,"96163":1,"96444":1,"96882":1,"97008":1,"97046":1,"97838":1,"98062":1,"98398":1,"98662":1,"98688":1,"98885":1,"98936":1,"99674":1,"99758":1}; +/******/ var cssChunks = {"292":1,"310":1,"556":1,"1201":1,"1482":1,"1702":1,"2001":1,"2224":1,"2416":1,"2659":1,"2819":1,"2948":1,"3317":1,"3391":1,"3451":1,"3509":1,"3585":1,"3951":1,"4271":1,"4736":1,"4766":1,"4829":1,"4884":1,"4973":1,"5427":1,"5572":1,"5808":1,"6127":1,"6613":1,"6685":1,"6758":1,"6788":1,"7043":1,"7202":1,"7433":1,"7520":1,"7729":1,"7852":1,"7884":1,"8787":1,"8999":1,"9134":1,"9416":1,"10195":1,"10485":1,"10737":1,"10799":1,"10902":1,"10921":1,"11020":1,"11070":1,"11130":1,"11174":1,"11253":1,"11512":1,"11520":1,"11545":1,"11581":1,"12076":1,"12102":1,"12303":1,"12412":1,"12476":1,"12865":1,"12884":1,"13006":1,"13355":1,"13581":1,"13585":1,"14058":1,"14105":1,"14227":1,"14514":1,"14599":1,"14610":1,"14662":1,"14666":1,"14889":1,"15148":1,"15186":1,"15319":1,"15402":1,"16074":1,"16328":1,"16434":1,"16729":1,"16845":1,"17482":1,"17527":1,"17622":1,"17806":1,"18241":1,"18302":1,"18307":1,"18682":1,"19116":1,"19215":1,"19360":1,"19519":1,"19715":1,"19891":1,"20026":1,"20576":1,"20680":1,"20700":1,"21265":1,"21423":1,"21433":1,"21578":1,"21939":1,"22254":1,"22307":1,"22561":1,"22707":1,"22884":1,"23332":1,"24504":1,"24904":1,"25022":1,"25470":1,"25705":1,"25807":1,"25972":1,"26366":1,"26429":1,"26685":1,"26741":1,"26883":1,"27178":1,"27182":1,"27395":1,"28072":1,"28237":1,"28435":1,"28637":1,"28723":1,"28782":1,"28982":1,"29304":1,"29647":1,"29942":1,"30067":1,"30264":1,"30342":1,"31006":1,"31078":1,"31211":1,"31316":1,"31427":1,"31674":1,"31962":1,"33356":1,"33747":1,"33772":1,"33784":1,"33897":1,"34044":1,"34093":1,"34601":1,"34741":1,"34800":1,"34893":1,"34994":1,"35238":1,"35380":1,"35729":1,"35977":1,"36029":1,"36270":1,"36784":1,"37062":1,"37948":1,"38143":1,"38447":1,"38634":1,"38797":1,"39094":1,"39332":1,"39391":1,"39404":1,"39695":1,"39820":1,"39859":1,"40139":1,"40559":1,"40665":1,"41048":1,"41657":1,"41717":1,"41953":1,"42240":1,"43212":1,"43442":1,"44259":1,"44449":1,"45096":1,"45179":1,"45359":1,"45517":1,"45650":1,"45775":1,"45825":1,"45975":1,"45992":1,"46219":1,"46796":1,"46963":1,"47545":1,"47778":1,"48077":1,"48289":1,"48431":1,"48689":1,"49205":1,"49366":1,"49716":1,"49890":1,"50681":1,"50869":1,"51220":1,"51276":1,"51461":1,"51582":1,"51810":1,"51855":1,"52338":1,"52404":1,"52806":1,"52829":1,"52875":1,"53247":1,"53451":1,"53910":1,"54056":1,"54164":1,"54492":1,"54572":1,"54770":1,"54862":1,"55573":1,"55624":1,"56277":1,"57045":1,"57504":1,"57560":1,"57614":1,"57989":1,"59133":1,"59142":1,"59649":1,"59788":1,"60479":1,"60533":1,"60547":1,"61043":1,"61075":1,"61311":1,"61713":1,"61727":1,"61880":1,"61902":1,"62369":1,"62548":1,"62909":1,"63157":1,"64144":1,"64217":1,"64496":1,"64520":1,"65111":1,"65148":1,"65191":1,"65549":1,"65798":1,"65816":1,"66063":1,"66118":1,"66243":1,"66583":1,"66651":1,"66884":1,"67242":1,"67878":1,"68014":1,"68665":1,"68827":1,"68882":1,"69681":1,"69828":1,"69922":1,"69944":1,"71450":1,"71525":1,"71783":1,"72409":1,"72529":1,"72539":1,"72570":1,"73183":1,"73220":1,"74264":1,"74297":1,"74795":1,"75043":1,"75357":1,"75786":1,"75816":1,"75824":1,"76134":1,"76904":1,"77248":1,"77460":1,"77857":1,"78085":1,"79487":1,"79489":1,"79590":1,"79921":1,"80508":1,"80668":1,"81001":1,"81148":1,"82339":1,"82425":1,"82443":1,"83105":1,"83141":1,"83212":1,"83935":1,"84546":1,"85048":1,"85111":1,"85297":1,"85888":1,"85891":1,"86052":1,"86065":1,"86452":1,"86541":1,"86634":1,"86820":1,"86913":1,"87058":1,"87260":1,"87922":1,"88093":1,"88155":1,"88501":1,"88517":1,"88866":1,"89053":1,"89076":1,"89113":1,"89677":1,"89785":1,"90109":1,"90265":1,"90337":1,"91045":1,"91470":1,"91831":1,"92045":1,"92501":1,"92823":1,"92932":1,"92983":1,"93260":1,"93282":1,"93496":1,"93665":1,"93668":1,"94078":1,"94498":1,"94662":1,"94715":1,"94849":1,"95125":1,"95176":1,"95335":1,"95762":1,"96163":1,"96444":1,"96882":1,"97008":1,"97046":1,"97838":1,"98062":1,"98398":1,"98662":1,"98688":1,"98885":1,"98936":1,"99674":1,"99758":1}; /******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]); /******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) { /******/ promises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(function() { @@ -210462,354 +210462,384 @@ function _getRoutes() { "id": "472" }, "473": { - "path": "/magazinever/ind", + "path": "/magazinever/detail", "exact": true, - "parentId": "471", + "parentId": "472", "id": "473" }, "474": { - "path": "/magazinever/:id/detail", + "path": "/magazinever/comment", "exact": true, - "parentId": "471", + "parentId": "472", "id": "474" }, "475": { - "path": "/magazinever/mine", + "path": "/magazinever/submission", "exact": true, - "parentId": "471", + "parentId": "472", "id": "475" }, "476": { - "path": "/magazinever/:id/addoredit", + "path": "/magazinever/Journal", "exact": true, - "parentId": "471", + "parentId": "472", "id": "476" }, "477": { - "path": "/educoder-demo", + "path": "/magazinever/review", "exact": true, - "parentId": "1", + "parentId": "472", "id": "477" }, "478": { - "path": "/test", + "path": "/magazinever/ind", "exact": true, - "parentId": "1", + "parentId": "472", "id": "478" }, "479": { - "path": "/training", - "parentId": "1", + "path": "/magazinever/:id/detail", + "exact": true, + "parentId": "472", "id": "479" }, "480": { - "name": "精培课程", - "path": "/training", - "parentId": "479", + "path": "/magazinever/mine", + "exact": true, + "parentId": "472", "id": "480" }, "481": { - "path": "/otherlogin", + "path": "/magazinever/:id/addoredit", "exact": true, - "parentId": "1", + "parentId": "472", "id": "481" }, "482": { - "path": "/otherloginqq", + "path": "/educoder-demo", "exact": true, "parentId": "1", "id": "482" }, "483": { - "path": "/otherloginstart", + "path": "/test", "exact": true, "parentId": "1", "id": "483" }, "484": { - "path": "/pathsoverview", - "exact": true, + "path": "/training", "parentId": "1", "id": "484" }, "485": { - "path": "/shixunsoverview", - "exact": true, - "parentId": "1", + "name": "精培课程", + "path": "/training", + "parentId": "484", "id": "485" }, "486": { - "path": "/classroomsoverview", + "path": "/otherlogin", "exact": true, "parentId": "1", "id": "486" }, "487": { - "path": "/login", + "path": "/otherloginqq", + "exact": true, "parentId": "1", "id": "487" }, "488": { - "path": "/login", - "parentId": "487", + "path": "/otherloginstart", + "exact": true, + "parentId": "1", "id": "488" }, "489": { - "path": "/user", + "path": "/pathsoverview", + "exact": true, "parentId": "1", "id": "489" }, "490": { - "path": "/user/login", - "parentId": "489", + "path": "/shixunsoverview", + "exact": true, + "parentId": "1", "id": "490" }, "491": { - "path": "/user/register", - "parentId": "489", + "path": "/classroomsoverview", + "exact": true, + "parentId": "1", "id": "491" }, "492": { - "path": "/user/reset-password", - "parentId": "489", + "path": "/login", + "parentId": "1", "id": "492" }, "493": { - "path": "/colleges", - "parentId": "1", + "path": "/login", + "parentId": "492", "id": "493" }, "494": { - "path": "/colleges/:id/statistics", - "parentId": "493", + "path": "/user", + "parentId": "1", "id": "494" }, "495": { - "path": "/help", - "parentId": "1", + "path": "/user/login", + "parentId": "494", "id": "495" }, "496": { - "path": "/help/:id", - "parentId": "495", + "path": "/user/register", + "parentId": "494", "id": "496" }, "497": { - "path": "/video", - "parentId": "1", + "path": "/user/reset-password", + "parentId": "494", "id": "497" }, "498": { - "path": "/video/:videoId", - "parentId": "497", + "path": "/colleges", + "parentId": "1", "id": "498" }, "499": { - "path": "/terminal", - "parentId": "1", + "path": "/colleges/:id/statistics", + "parentId": "498", "id": "499" }, "500": { - "path": "/report/:taskId/:game_report_id", + "path": "/help", "parentId": "1", "id": "500" }, "501": { - "path": "/reservation", - "parentId": "1", + "path": "/help/:id", + "parentId": "500", "id": "501" }, "502": { - "path": "/reservation/list", - "parentId": "501", + "path": "/video", + "parentId": "1", "id": "502" }, "503": { - "path": "/reservationDetail", - "parentId": "1", + "path": "/video/:videoId", + "parentId": "502", "id": "503" }, "504": { - "path": "/reservationDetail/:id", - "parentId": "503", + "path": "/terminal", + "parentId": "1", "id": "504" }, "505": { - "path": "/homeEntrance", + "path": "/report/:taskId/:game_report_id", "parentId": "1", "id": "505" }, "506": { - "path": "/homeEntranceClassify", + "path": "/reservation", "parentId": "1", "id": "506" }, "507": { - "path": "/ythSys", - "parentId": "1", + "path": "/reservation/list", + "parentId": "506", "id": "507" }, "508": { - "path": "/bwyxy", + "path": "/reservationDetail", "parentId": "1", "id": "508" }, "509": { - "path": "/defendCloud", - "parentId": "1", + "path": "/reservationDetail/:id", + "parentId": "508", "id": "509" }, "510": { - "path": "/officialNotice", + "path": "/homeEntrance", "parentId": "1", "id": "510" }, "511": { - "path": "/officialList", + "path": "/homeEntranceClassify", "parentId": "1", "id": "511" }, "512": { - "path": "/laboratoryOverview", + "path": "/ythSys", "parentId": "1", "id": "512" }, "513": { - "path": "/cloudhotline", + "path": "/bwyxy", "parentId": "1", "id": "513" }, "514": { - "path": "/", + "path": "/defendCloud", "parentId": "1", "id": "514" }, "515": { - "path": "/", - "exact": true, - "parentId": "514", + "path": "/officialNotice", + "parentId": "1", "id": "515" }, "516": { - "path": "/api/*", - "exact": true, - "parentId": "514", + "path": "/officialList", + "parentId": "1", "id": "516" }, "517": { - "path": "/search", - "exact": true, - "parentId": "514", + "path": "/laboratoryOverview", + "parentId": "1", "id": "517" }, "518": { - "path": "/moop_cases", - "exact": true, - "parentId": "514", + "path": "/cloudhotline", + "parentId": "1", "id": "518" }, "519": { - "path": "/moop_cases/new", - "exact": true, - "parentId": "514", + "path": "/", + "parentId": "1", "id": "519" }, "520": { - "path": "/moop_cases/:caseId", + "path": "/", "exact": true, - "parentId": "514", + "parentId": "519", "id": "520" }, "521": { - "path": "/moop_cases/:caseId/edit", + "path": "/api/*", "exact": true, - "parentId": "514", + "parentId": "519", "id": "521" }, "522": { - "path": "/moop_cases/:caseId/publish-success", + "path": "/search", "exact": true, - "parentId": "514", + "parentId": "519", "id": "522" }, "523": { - "path": "/randompaper", + "path": "/moop_cases", "exact": true, - "parentId": "514", + "parentId": "519", "id": "523" }, "524": { - "path": "/randompaper/edit/:id", + "path": "/moop_cases/new", "exact": true, - "parentId": "514", + "parentId": "519", "id": "524" }, "525": { - "path": "/randompaper/detail/:id", + "path": "/moop_cases/:caseId", "exact": true, - "parentId": "514", + "parentId": "519", "id": "525" }, "526": { - "path": "/403", - "parentId": "514", + "path": "/moop_cases/:caseId/edit", + "exact": true, + "parentId": "519", "id": "526" }, "527": { - "path": "/500", - "parentId": "514", + "path": "/moop_cases/:caseId/publish-success", + "exact": true, + "parentId": "519", "id": "527" }, "528": { - "path": "/404", - "parentId": "514", + "path": "/randompaper", + "exact": true, + "parentId": "519", "id": "528" }, "529": { - "path": "/iwce", - "parentId": "514", + "path": "/randompaper/edit/:id", + "exact": true, + "parentId": "519", "id": "529" }, "530": { - "path": "/Activities", - "parentId": "514", + "path": "/randompaper/detail/:id", + "exact": true, + "parentId": "519", "id": "530" }, "531": { - "path": "/iwce/:itemname", - "parentId": "514", + "path": "/403", + "parentId": "519", "id": "531" }, "532": { - "path": "/hpc-course", - "parentId": "514", + "path": "/500", + "parentId": "519", "id": "532" }, "533": { - "path": "/user_agents", - "parentId": "514", + "path": "/404", + "parentId": "519", "id": "533" }, "534": { - "path": "/three", - "parentId": "514", + "path": "/iwce", + "parentId": "519", "id": "534" }, "535": { - "path": "/introduction", - "parentId": "514", + "path": "/Activities", + "parentId": "519", "id": "535" }, "536": { - "path": "/chatgpt", - "parentId": "514", + "path": "/iwce/:itemname", + "parentId": "519", "id": "536" }, "537": { - "path": "/*", - "parentId": "514", + "path": "/hpc-course", + "parentId": "519", "id": "537" }, + "538": { + "path": "/user_agents", + "parentId": "519", + "id": "538" + }, + "539": { + "path": "/three", + "parentId": "519", + "id": "539" + }, + "540": { + "path": "/introduction", + "parentId": "519", + "id": "540" + }, + "541": { + "path": "/chatgpt", + "parentId": "519", + "id": "541" + }, + "542": { + "path": "/*", + "parentId": "519", + "id": "542" + }, "@@/global-layout": { "id": "@@/global-layout", "path": "/", @@ -212050,7 +212080,7 @@ function _getRoutes() { return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '411': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Materials__Index__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(72532), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(40665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Materials/Index/index.tsx */ 73145)); + return Promise.all(/*! import() | p__Materials__Index__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(74995), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(40665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Materials/Index/index.tsx */ 28663)); }), '412': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__Materials__ItemAssets__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(39531), __webpack_require__.e(80231), __webpack_require__.e(3416), __webpack_require__.e(40139)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Materials/ItemAssets/index.tsx */ 65944)); @@ -212233,201 +212263,216 @@ function _getRoutes() { return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '472': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Magazinejor__Index__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(36381), __webpack_require__.e(62373), __webpack_require__.e(34893), __webpack_require__.e(86618), __webpack_require__.e(18295)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/Index/index.tsx */ 85619)); + return Promise.all(/*! import() | p__Magazinejor__Home__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(74995), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(33772)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/Home/index.tsx */ 93003)); }), '473': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__MagazineVer__Index__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(70176), __webpack_require__.e(81001), __webpack_require__.e(26429)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MagazineVer/Index/index.tsx */ 4694)); + return Promise.all(/*! import() | p__Magazinejor__component__Detail__index */[__webpack_require__.e(36381), __webpack_require__.e(75824)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/component/Detail/index.tsx */ 96857)); }), '474': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__MagazineVer__Detail__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(25727), __webpack_require__.e(36381), __webpack_require__.e(59734), __webpack_require__.e(34893), __webpack_require__.e(81001), __webpack_require__.e(86618), __webpack_require__.e(16074)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MagazineVer/Detail/index.tsx */ 10418)); + return Promise.all(/*! import() | p__Magazinejor__component__Comment__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(88897), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(58585), __webpack_require__.e(34893), __webpack_require__.e(66118)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/component/Comment/index.tsx */ 64605)); }), '475': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__MagazineVer__Mine__index */ 80668).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MagazineVer/Mine/index.tsx */ 23497)); + return Promise.all(/*! import() | p__Magazinejor__component__Submission__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(71409), __webpack_require__.e(86618), __webpack_require__.e(52713), __webpack_require__.e(13585)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/component/Submission/index.tsx */ 60710)); }), '476': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Magazine__AddOrEdit__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(49090), __webpack_require__.e(34893), __webpack_require__.e(86618), __webpack_require__.e(39094)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazine/AddOrEdit/index.tsx */ 12002)); + return Promise.all(/*! import() | p__Magazinejor__component__Journal__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(71409), __webpack_require__.e(86618), __webpack_require__.e(65798)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/component/Journal/index.tsx */ 21302)); }), '477': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__Demo__index */ 14058).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Demo/index.tsx */ 21351)); + return Promise.all(/*! import() | p__Magazinejor__component__Review__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(52713), __webpack_require__.e(62369)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazinejor/component/Review/index.tsx */ 39970)); }), '478': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__Homepage__index */ 14666).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Homepage/index.tsx */ 45490)); + return Promise.all(/*! import() | p__MagazineVer__Index__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(70176), __webpack_require__.e(81001), __webpack_require__.e(26429)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MagazineVer/Index/index.tsx */ 4694)); }), '479': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__MagazineVer__Detail__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(25727), __webpack_require__.e(36381), __webpack_require__.e(59734), __webpack_require__.e(34893), __webpack_require__.e(81001), __webpack_require__.e(86618), __webpack_require__.e(16074)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MagazineVer/Detail/index.tsx */ 10418)); }), '480': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__IntrainCourse__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(93948), __webpack_require__.e(9951), __webpack_require__.e(31752), __webpack_require__.e(54056)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/IntrainCourse/index.tsx */ 17332)); + return __webpack_require__.e(/*! import() | p__MagazineVer__Mine__index */ 80668).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MagazineVer/Mine/index.tsx */ 23497)); }), '481': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__BindAccount__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(27178)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/BindAccount/index.tsx */ 9173)); + return Promise.all(/*! import() | p__Magazine__AddOrEdit__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(49090), __webpack_require__.e(34893), __webpack_require__.e(86618), __webpack_require__.e(39094)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Magazine/AddOrEdit/index.tsx */ 12002)); }), '482': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__QQLogin__index */[__webpack_require__.e(69127), __webpack_require__.e(1660)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/QQLogin/index.tsx */ 12393)); + return __webpack_require__.e(/*! import() | p__Demo__index */ 14058).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Demo/index.tsx */ 21351)); }), '483': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__WechatLogin__index */[__webpack_require__.e(69127), __webpack_require__.e(27333)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/WechatLogin/index.tsx */ 78058)); + return __webpack_require__.e(/*! import() | p__Homepage__index */ 14666).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Homepage/index.tsx */ 45490)); }), '484': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Paths__Overview__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(14227)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/Overview/index.tsx */ 45004)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '485': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Shixuns__Overview__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(88155)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Overview/index.tsx */ 48681)); + return Promise.all(/*! import() | p__IntrainCourse__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(93948), __webpack_require__.e(9951), __webpack_require__.e(31752), __webpack_require__.e(54056)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/IntrainCourse/index.tsx */ 17332)); }), '486': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Classrooms__Overview__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(81001), __webpack_require__.e(15186)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Overview/index.tsx */ 75645)); + return Promise.all(/*! import() | p__User__BindAccount__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(27178)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/BindAccount/index.tsx */ 9173)); }), '487': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | layouts__LoginAndRegister__index */ 75786).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/LoginAndRegister/index.tsx */ 98780)); + return Promise.all(/*! import() | p__User__QQLogin__index */[__webpack_require__.e(69127), __webpack_require__.e(1660)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/QQLogin/index.tsx */ 12393)); }), '488': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__Login__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(49366)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Login/index.tsx */ 11340)); + return Promise.all(/*! import() | p__User__WechatLogin__index */[__webpack_require__.e(69127), __webpack_require__.e(27333)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/WechatLogin/index.tsx */ 78058)); }), '489': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__user__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(52992), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(45653), __webpack_require__.e(25972)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/user/index.tsx */ 87223)); + return Promise.all(/*! import() | p__Paths__Overview__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(14227)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/Overview/index.tsx */ 45004)); }), '490': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__Login__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(49366)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Login/index.tsx */ 11340)); + return Promise.all(/*! import() | p__Shixuns__Overview__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(88155)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Overview/index.tsx */ 48681)); }), '491': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__Register__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(20056), __webpack_require__.e(91470)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Register/index.tsx */ 70541)); + return Promise.all(/*! import() | p__Classrooms__Overview__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(81001), __webpack_require__.e(15186)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Overview/index.tsx */ 75645)); }), '492': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__User__ResetPassword__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(20056), __webpack_require__.e(27182)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/ResetPassword/index.tsx */ 99289)); + return __webpack_require__.e(/*! import() | layouts__LoginAndRegister__index */ 75786).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/LoginAndRegister/index.tsx */ 98780)); }), '493': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__User__Login__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(49366)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Login/index.tsx */ 11340)); }), '494': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Colleges__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(12476)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Colleges/index.tsx */ 35964)); + return Promise.all(/*! import() | layouts__user__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(52992), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(45653), __webpack_require__.e(25972)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/user/index.tsx */ 87223)); }), '495': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__User__Login__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(49366)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Login/index.tsx */ 11340)); }), '496': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Help__Index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(79876), __webpack_require__.e(34893), __webpack_require__.e(59627), __webpack_require__.e(35729)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Help/Index.tsx */ 90571)); + return Promise.all(/*! import() | p__User__Register__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(20056), __webpack_require__.e(91470)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Register/index.tsx */ 70541)); }), '497': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__User__ResetPassword__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(20056), __webpack_require__.e(27182)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/ResetPassword/index.tsx */ 99289)); }), '498': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Video__Detail__id */[__webpack_require__.e(69362), __webpack_require__.e(50030), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(34426), __webpack_require__.e(45193), __webpack_require__.e(81304), __webpack_require__.e(96444)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Video/Detail/[id].tsx */ 70447)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '499': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Terminal__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(93948), __webpack_require__.e(56156), __webpack_require__.e(49827), __webpack_require__.e(65111)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Terminal/index.tsx */ 85874)); + return Promise.all(/*! import() | p__Colleges__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(12476)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Colleges/index.tsx */ 35964)); }), '500': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Report__index */[__webpack_require__.e(69127), __webpack_require__.e(22307)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Report/index.tsx */ 39131)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '501': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__Help__Index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(79876), __webpack_require__.e(34893), __webpack_require__.e(59627), __webpack_require__.e(35729)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Help/Index.tsx */ 90571)); }), '502': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Reservation__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(78241), __webpack_require__.e(251), __webpack_require__.e(1712), __webpack_require__.e(59142)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Reservation/index.tsx */ 57122)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '503': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__Video__Detail__id */[__webpack_require__.e(69362), __webpack_require__.e(50030), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(34426), __webpack_require__.e(45193), __webpack_require__.e(81304), __webpack_require__.e(96444)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Video/Detail/[id].tsx */ 70447)); }), '504': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__ReservationDetail__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(251), __webpack_require__.e(1712), __webpack_require__.e(88501)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/ReservationDetail/index.tsx */ 50195)); + return Promise.all(/*! import() | p__Terminal__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(93948), __webpack_require__.e(56156), __webpack_require__.e(49827), __webpack_require__.e(65111)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Terminal/index.tsx */ 85874)); }), '505': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__NewHomeEntrancetree__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(46219)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntrancetree/index.tsx */ 90381)); + return Promise.all(/*! import() | p__Report__index */[__webpack_require__.e(69127), __webpack_require__.e(22307)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Report/index.tsx */ 39131)); }), '506': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__NewHomeEntranceClassify__index */ 29304).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntranceClassify/index.tsx */ 97657)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '507': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__NewHomeEntrance1__index */[__webpack_require__.e(9589), __webpack_require__.e(62909)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntrance1/index.tsx */ 41864)); + return Promise.all(/*! import() | p__Reservation__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(78241), __webpack_require__.e(251), __webpack_require__.e(1712), __webpack_require__.e(59142)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Reservation/index.tsx */ 57122)); }), '508': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__NewHomeEntrance2__index */[__webpack_require__.e(9589), __webpack_require__.e(51220)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntrance2/index.tsx */ 15384)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '509': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__DefendCloud__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(74995), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(45517)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/DefendCloud/index.tsx */ 59395)); + return Promise.all(/*! import() | p__ReservationDetail__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(251), __webpack_require__.e(1712), __webpack_require__.e(88501)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/ReservationDetail/index.tsx */ 50195)); }), '510': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__OfficialNotice__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(12166), __webpack_require__.e(34893), __webpack_require__.e(59627), __webpack_require__.e(86618), __webpack_require__.e(90250), __webpack_require__.e(96414), __webpack_require__.e(95762)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/OfficialNotice/index.tsx */ 64223)); + return Promise.all(/*! import() | p__NewHomeEntrancetree__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(78241), __webpack_require__.e(46219)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntrancetree/index.tsx */ 90381)); }), '511': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__OfficialList__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(12166), __webpack_require__.e(34893), __webpack_require__.e(59627), __webpack_require__.e(86618), __webpack_require__.e(90250), __webpack_require__.e(96414), __webpack_require__.e(5808)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/OfficialList/index.tsx */ 25023)); + return __webpack_require__.e(/*! import() | p__NewHomeEntranceClassify__index */ 29304).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntranceClassify/index.tsx */ 97657)); }), '512': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__LaboratoryOverview__index */[__webpack_require__.e(93948), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(76839), __webpack_require__.e(4271)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/LaboratoryOverview/index.tsx */ 52881)); + return Promise.all(/*! import() | p__NewHomeEntrance1__index */[__webpack_require__.e(9589), __webpack_require__.e(62909)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntrance1/index.tsx */ 41864)); }), '513': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__CloudHotLine__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(50523), __webpack_require__.e(81001), __webpack_require__.e(57504)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/CloudHotLine/index.tsx */ 5518)); + return Promise.all(/*! import() | p__NewHomeEntrance2__index */[__webpack_require__.e(9589), __webpack_require__.e(51220)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/NewHomeEntrance2/index.tsx */ 15384)); }), '514': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); + return Promise.all(/*! import() | p__DefendCloud__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(72532), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(45517)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/DefendCloud/index.tsx */ 59395)); }), '515': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(99313), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(34426), __webpack_require__.e(9951), __webpack_require__.e(73755), __webpack_require__.e(62945), __webpack_require__.e(97840), __webpack_require__.e(81001), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(45653), __webpack_require__.e(99198), __webpack_require__.e(88866)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/index.tsx */ 13894)); + return Promise.all(/*! import() | p__OfficialNotice__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(12166), __webpack_require__.e(34893), __webpack_require__.e(59627), __webpack_require__.e(86618), __webpack_require__.e(90250), __webpack_require__.e(96414), __webpack_require__.e(95762)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/OfficialNotice/index.tsx */ 64223)); }), '516': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__Api__index */ 62300).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Api/index.tsx */ 79085)); + return Promise.all(/*! import() | p__OfficialList__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(12166), __webpack_require__.e(34893), __webpack_require__.e(59627), __webpack_require__.e(86618), __webpack_require__.e(90250), __webpack_require__.e(96414), __webpack_require__.e(5808)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/OfficialList/index.tsx */ 25023)); }), '517': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Search__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(70469), __webpack_require__.e(92501)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Search/index.tsx */ 59082)); + return Promise.all(/*! import() | p__LaboratoryOverview__index */[__webpack_require__.e(93948), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(76839), __webpack_require__.e(4271)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/LaboratoryOverview/index.tsx */ 52881)); }), '518': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__MoopCases__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(83212)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/index.tsx */ 14440)); + return Promise.all(/*! import() | p__CloudHotLine__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(50523), __webpack_require__.e(81001), __webpack_require__.e(57504)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/CloudHotLine/index.tsx */ 5518)); }), '519': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__MoopCases__FormPanel__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(71773), __webpack_require__.e(34893), __webpack_require__.e(76904)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/FormPanel/index.tsx */ 43342)); + return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(42994), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66375)); }), '520': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__MoopCases__InfoPanel__index */ 51855).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/InfoPanel/index.tsx */ 2013)); + return Promise.all(/*! import() | p__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(69127), __webpack_require__.e(25727), __webpack_require__.e(99313), __webpack_require__.e(76411), __webpack_require__.e(42441), __webpack_require__.e(34426), __webpack_require__.e(9951), __webpack_require__.e(73755), __webpack_require__.e(62945), __webpack_require__.e(97840), __webpack_require__.e(81001), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(49910), __webpack_require__.e(59627), __webpack_require__.e(90250), __webpack_require__.e(45653), __webpack_require__.e(99198), __webpack_require__.e(88866)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/index.tsx */ 13894)); }), '521': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__MoopCases__FormPanel__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(71773), __webpack_require__.e(34893), __webpack_require__.e(76904)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/FormPanel/index.tsx */ 43342)); + return __webpack_require__.e(/*! import() | p__Api__index */ 62300).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Api/index.tsx */ 79085)); }), '522': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__MoopCases__Success__index */ 51276).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/Success/index.tsx */ 94791)); + return Promise.all(/*! import() | p__Search__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(70469), __webpack_require__.e(92501)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Search/index.tsx */ 59082)); }), '523': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Paperlibrary__Random__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(25727), __webpack_require__.e(99313), __webpack_require__.e(19842), __webpack_require__.e(36381), __webpack_require__.e(56156), __webpack_require__.e(95947), __webpack_require__.e(23401), __webpack_require__.e(81001), __webpack_require__.e(44585), __webpack_require__.e(75816)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/Edit/index.tsx */ 21464)); + return Promise.all(/*! import() | p__MoopCases__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(83212)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/index.tsx */ 14440)); }), '524': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Paperlibrary__Random__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(25727), __webpack_require__.e(99313), __webpack_require__.e(19842), __webpack_require__.e(36381), __webpack_require__.e(56156), __webpack_require__.e(95947), __webpack_require__.e(23401), __webpack_require__.e(81001), __webpack_require__.e(44585), __webpack_require__.e(75816)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/Edit/index.tsx */ 21464)); + return Promise.all(/*! import() | p__MoopCases__FormPanel__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(71773), __webpack_require__.e(34893), __webpack_require__.e(76904)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/FormPanel/index.tsx */ 43342)); }), '525': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Paperlibrary__Random__Detail__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(99313), __webpack_require__.e(41165), __webpack_require__.e(14230), __webpack_require__.e(33784)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/Detail/index.tsx */ 48508)); + return __webpack_require__.e(/*! import() | p__MoopCases__InfoPanel__index */ 51855).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/InfoPanel/index.tsx */ 2013)); }), '526': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__HttpStatus__403 */ 43862).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/403.tsx */ 56833)); + return Promise.all(/*! import() | p__MoopCases__FormPanel__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(71773), __webpack_require__.e(34893), __webpack_require__.e(76904)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/FormPanel/index.tsx */ 43342)); }), '527': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__HttpStatus__500 */ 44565).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/500.tsx */ 29440)); + return __webpack_require__.e(/*! import() | p__MoopCases__Success__index */ 51276).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MoopCases/Success/index.tsx */ 94791)); }), '528': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__HttpStatus__404 */ 66531).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/404.tsx */ 18351)); + return Promise.all(/*! import() | p__Paperlibrary__Random__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(25727), __webpack_require__.e(99313), __webpack_require__.e(19842), __webpack_require__.e(36381), __webpack_require__.e(56156), __webpack_require__.e(95947), __webpack_require__.e(23401), __webpack_require__.e(81001), __webpack_require__.e(44585), __webpack_require__.e(75816)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/Edit/index.tsx */ 21464)); }), '529': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__HttpStatus__HpcCourse */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(8610), __webpack_require__.e(34893), __webpack_require__.e(64496)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/HpcCourse.tsx */ 19554)); + return Promise.all(/*! import() | p__Paperlibrary__Random__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(93948), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(25727), __webpack_require__.e(99313), __webpack_require__.e(19842), __webpack_require__.e(36381), __webpack_require__.e(56156), __webpack_require__.e(95947), __webpack_require__.e(23401), __webpack_require__.e(81001), __webpack_require__.e(44585), __webpack_require__.e(75816)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/Edit/index.tsx */ 21464)); }), '530': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__HttpStatus__SixActivities */[__webpack_require__.e(69362), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(79817), __webpack_require__.e(3509)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/SixActivities.tsx */ 18848)); + return Promise.all(/*! import() | p__Paperlibrary__Random__Detail__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(19871), __webpack_require__.e(78782), __webpack_require__.e(92217), __webpack_require__.e(69033), __webpack_require__.e(36546), __webpack_require__.e(69127), __webpack_require__.e(88897), __webpack_require__.e(99313), __webpack_require__.e(41165), __webpack_require__.e(14230), __webpack_require__.e(33784)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/Detail/index.tsx */ 48508)); }), '531': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__HttpStatus__HpcCourse */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(8610), __webpack_require__.e(34893), __webpack_require__.e(64496)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/HpcCourse.tsx */ 19554)); + return __webpack_require__.e(/*! import() | p__HttpStatus__403 */ 43862).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/403.tsx */ 56833)); }), '532': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__HttpStatus__HpcCourse */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(8610), __webpack_require__.e(34893), __webpack_require__.e(64496)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/HpcCourse.tsx */ 19554)); + return __webpack_require__.e(/*! import() | p__HttpStatus__500 */ 44565).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/500.tsx */ 29440)); }), '533': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__HttpStatus__UserAgents */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(66034)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/UserAgents.tsx */ 93377)); + return __webpack_require__.e(/*! import() | p__HttpStatus__404 */ 66531).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/404.tsx */ 18351)); }), '534': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Three__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(67091), __webpack_require__.e(34893), __webpack_require__.e(8999)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Three/index.tsx */ 72898)); + return Promise.all(/*! import() | p__HttpStatus__HpcCourse */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(8610), __webpack_require__.e(34893), __webpack_require__.e(64496)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/HpcCourse.tsx */ 19554)); }), '535': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return __webpack_require__.e(/*! import() | p__HttpStatus__introduction */ 53910).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/introduction.tsx */ 14951)); + return Promise.all(/*! import() | p__HttpStatus__SixActivities */[__webpack_require__.e(69362), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(79817), __webpack_require__.e(3509)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/SixActivities.tsx */ 18848)); }), '536': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Message__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(5112), __webpack_require__.e(30067)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Message/index.tsx */ 77244)); + return Promise.all(/*! import() | p__HttpStatus__HpcCourse */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(8610), __webpack_require__.e(34893), __webpack_require__.e(64496)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/HpcCourse.tsx */ 19554)); }), '537': /*#__PURE__*/_react_17_0_2_react.lazy(function () { + return Promise.all(/*! import() | p__HttpStatus__HpcCourse */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(8610), __webpack_require__.e(34893), __webpack_require__.e(64496)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/HpcCourse.tsx */ 19554)); + }), + '538': /*#__PURE__*/_react_17_0_2_react.lazy(function () { + return Promise.all(/*! import() | p__HttpStatus__UserAgents */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(19871), __webpack_require__.e(66034)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/UserAgents.tsx */ 93377)); + }), + '539': /*#__PURE__*/_react_17_0_2_react.lazy(function () { + return Promise.all(/*! import() | p__Three__index */[__webpack_require__.e(46573), __webpack_require__.e(69362), __webpack_require__.e(43642), __webpack_require__.e(50030), __webpack_require__.e(24665), __webpack_require__.e(22011), __webpack_require__.e(51586), __webpack_require__.e(20834), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(88897), __webpack_require__.e(71409), __webpack_require__.e(9163), __webpack_require__.e(2360), __webpack_require__.e(67091), __webpack_require__.e(34893), __webpack_require__.e(8999)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Three/index.tsx */ 72898)); + }), + '540': /*#__PURE__*/_react_17_0_2_react.lazy(function () { + return __webpack_require__.e(/*! import() | p__HttpStatus__introduction */ 53910).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/introduction.tsx */ 14951)); + }), + '541': /*#__PURE__*/_react_17_0_2_react.lazy(function () { + return Promise.all(/*! import() | p__Message__index */[__webpack_require__.e(46573), __webpack_require__.e(43642), __webpack_require__.e(5112), __webpack_require__.e(30067)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Message/index.tsx */ 77244)); + }), + '542': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return __webpack_require__.e(/*! import() | p__HttpStatus__404 */ 66531).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/404.tsx */ 18351)); }), '@@/global-layout': /*#__PURE__*/_react_17_0_2_react.lazy(function () {