autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 8e5c3eadff
commit 55fcb57c7d

@ -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:
/*!*******************************************************************************************************************!*\

@ -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 <li {...omit()} */,
label,
children
} = _a,
restProps = __rest(_a, ["prefixCls", "className", "color", "dot", "pending", "position", "label", "children"]);
const {
getPrefixCls
} = _react_17_0_2_react.useContext(context/* ConfigContext */.E_);
const prefixCls = getPrefixCls('timeline', customizePrefixCls);
const itemClassName = _classnames_2_5_1_classnames_default()(`${prefixCls}-item`, {
[`${prefixCls}-item-pending`]: pending
}, className);
const customColor = /blue|red|green|gray/.test(color || '') ? undefined : color;
const dotClassName = _classnames_2_5_1_classnames_default()(`${prefixCls}-item-head`, {
[`${prefixCls}-item-head-custom`]: !!dot,
[`${prefixCls}-item-head-${color}`]: !customColor
});
return /*#__PURE__*/_react_17_0_2_react.createElement("li", Object.assign({}, restProps, {
className: itemClassName
}), label && /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: `${prefixCls}-item-label`
}, label), /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: `${prefixCls}-item-tail`
}), /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: dotClassName,
style: {
borderColor: customColor,
color: customColor
}
}, dot), /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: `${prefixCls}-item-content`
}, children));
};
/* harmony default export */ var timeline_TimelineItem = (TimelineItem);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.7@@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
var toConsumableArray = __webpack_require__(65093);
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/LoadingOutlined.js + 1 modules
var LoadingOutlined = __webpack_require__(78714);
;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/TimelineItemList.js
"use client";
var TimelineItemList_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 TimelineItemList = _a => {
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,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==";
/***/ })
}]);

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[59734,62373],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[59734],{
/***/ 86909:
/*!************************************************************************************************************!*\

File diff suppressed because it is too large Load Diff

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.e6128b6f.js"></script>
<script src="/react/build/umi.673fd30b.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -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"
})
// <span
// className={styles.newslight}
// style={{ color: '#3061D0' }}
// ></span>
})]
}), /*#__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));
/***/ })
}]);

File diff suppressed because it is too large Load Diff

@ -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;
}

File diff suppressed because one or more lines are too long

@ -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;
}

@ -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;
}

@ -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;
}

File diff suppressed because it is too large Load Diff

@ -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<string>('');
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);
/***/ })
}]);

@ -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;
}

@ -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;
}

@ -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);
/***/ })
}]);

@ -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,

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save