Auto Submit

dev_local_v9_bw
autosubmit 2 years ago
parent 2346bc87c2
commit 983e4311da

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

@ -129,7 +129,7 @@ var Page = function Page(_ref) {
var _ref2 = _root_workspace_ppte5yg23_local_v9_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee() {
var Data,
res,
_EnvDetailData$data,
_res$data,
_args = arguments;
return _root_workspace_ppte5yg23_local_v9_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) {
@ -140,7 +140,7 @@ var Page = function Page(_ref) {
case 3:
res = _context.sent;
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
setExpandedRowKeys((EnvDetailData === null || EnvDetailData === void 0 || (_EnvDetailData$data = EnvDetailData.data) === null || _EnvDetailData$data === void 0 ? void 0 : _EnvDetailData$data.map(function (item) {
setExpandedRowKeys((res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.map(function (item) {
return item === null || item === void 0 ? void 0 : item.id;
})) || []);
}
@ -252,10 +252,10 @@ var Page = function Page(_ref) {
expandedRowKeys: expandedRowKeys,
onExpand: function onExpand(expanded, record) {
if (expanded) {
setExpandedRowKeys([].concat(_root_workspace_ppte5yg23_local_v9_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0___default()(expandedRowKeys || []), [record.id]));
setExpandedRowKeys([].concat(_root_workspace_ppte5yg23_local_v9_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0___default()(expandedRowKeys || []), [record === null || record === void 0 ? void 0 : record.key]));
} else {
setExpandedRowKeys(expandedRowKeys.filter(function (item) {
return item !== record.id;
return item !== (record === null || record === void 0 ? void 0 : record.key);
}));
}
}

@ -4565,7 +4565,10 @@ var IndexPage = function IndexPage(_ref) {
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: 'item',
className: 'item current',
onClick: function onClick() {
(0,util/* openNewWindow */.xg)("/onlinenum");
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: 'imgWrapper',
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
@ -4575,10 +4578,6 @@ var IndexPage = function IndexPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
className: Indexmodules.showContent,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
className: "current",
onClick: function onClick() {
(0,util/* openNewWindow */.xg)("/onlinenum");
},
children: homePage === null || homePage === void 0 || (_homePage$index_stati2 = homePage.index_statistics) === null || _homePage$index_stati2 === void 0 ? void 0 : _homePage$index_stati2.user_online_count
}), /*#__PURE__*/(0,jsx_runtime.jsx)("h5", {
children: "\u5728\u7EBF\u4EBA\u6570\uFF08\u4EBA\uFF09"
@ -4617,7 +4616,10 @@ var IndexPage = function IndexPage(_ref) {
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: 'item',
className: 'item current',
onClick: function onClick() {
(0,util/* openNewWindow */.xg)("/shixuncontext");
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: 'imgWrapper',
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
@ -4627,10 +4629,6 @@ var IndexPage = function IndexPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
className: Indexmodules.showContent,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
className: "current",
onClick: function onClick() {
(0,util/* openNewWindow */.xg)("/shixuncontext");
},
children: homePage === null || homePage === void 0 || (_homePage$index_stati5 = homePage.index_statistics) === null || _homePage$index_stati5 === void 0 ? void 0 : _homePage$index_stati5.repository_count
}), /*#__PURE__*/(0,jsx_runtime.jsx)("h5", {
children: "\u5B9E\u9A8C\u73AF\u5883\uFF08\u79CD\uFF09"

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