From 685710a6fb80ee5ac6c340cbb6bbfc6f886eaae9 Mon Sep 17 00:00:00 2001 From: autosubmit Date: Thu, 12 Dec 2024 14:35:46 +0800 Subject: [PATCH] Auto Submit --- index.html | 2 +- ...ompetitions__Edit__index.daafcdac.async.js | 1119 ++++++++--------- umi.9f7c2727.js => umi.698c3364.js | 2 +- 3 files changed, 561 insertions(+), 562 deletions(-) rename p__Competitions__Edit__index.25e292dc.async.js => p__Competitions__Edit__index.daafcdac.async.js (97%) rename umi.9f7c2727.js => umi.698c3364.js (99%) diff --git a/index.html b/index.html index 84ce9d6ddc..77cabd506b 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ display: block !important; } - + \ No newline at end of file diff --git a/p__Competitions__Edit__index.25e292dc.async.js b/p__Competitions__Edit__index.daafcdac.async.js similarity index 97% rename from p__Competitions__Edit__index.25e292dc.async.js rename to p__Competitions__Edit__index.daafcdac.async.js index b6a3957305..37cff97c29 100644 --- a/p__Competitions__Edit__index.25e292dc.async.js +++ b/p__Competitions__Edit__index.daafcdac.async.js @@ -12833,44 +12833,6 @@ var DataSetModal = function DataSetModal(_ref) { onOK = _ref.onOK; var _useParams = (0,_umi_production_exports.useParams)(), identifier = _useParams.identifier; - // const [treeData, setTreeeData] = useState([ - // { - // title:'123', - // key:1, - // tag:123, - // children:[{ - // title:'123-1',key:110 - // }, - // { - // title:'123-2',key:111 - // }] - // }, - // { - // title:'456', - // key:2, - // tag:456, - // children:[{ - // title:'456-1',key:112 - // }, - // { - // title:'456-2',key:113 - // }] - // }, - // { - // title:'4566', - // key:3, - // tag:4567, - // children:[{ - // title:'456-1',key:115 - // }, - // { - // title:'456-3',key:116 - // },{ - // title:'456-5',key:117 - // }] - // } - - // ]); var _useState = (0,_react_17_0_2_react.useState)([]), _useState2 = slicedToArray_default()(_useState, 2), treeData = _useState2[0], @@ -12897,6 +12859,10 @@ var DataSetModal = function DataSetModal(_ref) { _useState10 = slicedToArray_default()(_useState9, 2), totalCount = _useState10[0], setTotalCount = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)(false), + _useState12 = slicedToArray_default()(_useState11, 2), + pageLoading = _useState12[0], + setPageLoading = _useState12[1]; (0,_react_17_0_2_react.useEffect)(function () { if (visible) { getDataSetList(); @@ -12921,7 +12887,8 @@ var DataSetModal = function DataSetModal(_ref) { return regeneratorRuntime_default()().wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: - _context.next = 2; + setPageLoading(true); + _context.next = 3; return (0,fetch/* default */.ZP)("/api/competitions/".concat(identifier, "/competition_teams/").concat(teamId, "/get_datasets.json"), { method: 'get', params: { @@ -12932,7 +12899,7 @@ var DataSetModal = function DataSetModal(_ref) { cluster_type: params.cluster_type || '0' } }); - case 2: + case 3: res = _context.sent; if ((res === null || res === void 0 ? void 0 : res.status) === 0) { tempTreeData = res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 || (_res$data = _res$data.data) === null || _res$data === void 0 || (_res$data = _res$data.data) === null || _res$data === void 0 ? void 0 : _res$data.map(function (item, index) { @@ -12970,7 +12937,8 @@ var DataSetModal = function DataSetModal(_ref) { setTreeeData(tempTreeData); setTotalCount(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 || (_res$data2 = _res$data2.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count); } - case 4: + setPageLoading(false); + case 6: case "end": return _context.stop(); } @@ -13047,150 +13015,153 @@ var DataSetModal = function DataSetModal(_ref) { onCancel: function onCancel() { onCancle(); }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: DataSetModalmodules.dataSetModSty, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: DataSetModalmodules.boxLeft, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: pageLoading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: DataSetModalmodules.dataSetModSty, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: DataSetModalmodules.headerBox, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - display: 'flex', - alignItems: 'baseline', - zIndex: 0 - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, { - className: DataSetModalmodules.scoreByBlankRadio, - optionType: "button", - options: [{ - label: '本项目', - value: 1 - }, { - label: '我上传的', - value: 2 - }, { - label: '公开数据集', - value: 3 - }, { - label: '我收藏的', - value: 4 - }], - onChange: function onChange(e) { - params.type = e.target.value; - params.keyword = ''; + className: DataSetModalmodules.boxLeft, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: DataSetModalmodules.headerBox, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + display: 'flex', + alignItems: 'baseline', + zIndex: 0 + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, { + className: DataSetModalmodules.scoreByBlankRadio, + optionType: "button", + options: [{ + label: '本项目', + value: 1 + }, { + label: '我上传的', + value: 2 + }, { + label: '公开数据集', + value: 3 + }, { + label: '我收藏的', + value: 4 + }], + onChange: function onChange(e) { + params.type = e.target.value; + params.keyword = ''; + params.page = 1; + getDataSetList(); + setParams(objectSpread2_default()({}, params)); + }, + value: params.type + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomInput */.t7, { + style: { + width: 300, + marginBottom: '20px' + }, + placeholder: "\u8F93\u5165\u6570\u636E\u96C6\u540D\u79F0/\u63CF\u8FF0\u8FDB\u884C\u641C\u7D22", + value: params.keyword, + onChange: function onChange(keyword) { + params.keyword = keyword; params.page = 1; getDataSetList(); setParams(objectSpread2_default()({}, params)); + } + })] + }), totalCount > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: DataSetModalmodules.listSty, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, { + checkable: true, + defaultExpandAll: false, + treeData: treeData, + onCheck: handleCheck, + checkedKeys: checkedKeys, + blockNode: true, + switcherIcon: function switcherIcon(_ref4) { + var isLeaf = _ref4.isLeaf, + expanded = _ref4.expanded; + return expanded ? /*#__PURE__*/(0,jsx_runtime.jsx)(MinusSquareOutlined/* default */.Z, { + style: { + color: '#BACFFE', + fontSize: '14px' + } + }) : /*#__PURE__*/(0,jsx_runtime.jsx)(PlusSquareOutlined/* default */.Z, { + style: { + color: '#BACFFE', + fontSize: '14px' + } + }); + } + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { + showSizeChanger: true, + className: "mt20", + size: "small", + current: params.page, + pageSize: params.limit, + total: totalCount || 0, + onShowSizeChange: function onShowSizeChange(page, limit) { + getDataSetList(); + setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { + page: page, + limit: limit + })); }, - value: params.type - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomInput */.t7, { - style: { - width: 300, - marginBottom: '20px' - }, - placeholder: "\u8F93\u5165\u6570\u636E\u96C6\u540D\u79F0/\u63CF\u8FF0\u8FDB\u884C\u641C\u7D22", - value: params.keyword, - onChange: function onChange(keyword) { - params.keyword = keyword; - params.page = 1; - getDataSetList(); - setParams(objectSpread2_default()({}, params)); - } - })] - }), totalCount > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: DataSetModalmodules.listSty, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, { - checkable: true, - defaultExpandAll: false, - treeData: treeData, - onCheck: handleCheck, - checkedKeys: checkedKeys, - blockNode: true, - switcherIcon: function switcherIcon(_ref4) { - var isLeaf = _ref4.isLeaf, - expanded = _ref4.expanded; - return expanded ? /*#__PURE__*/(0,jsx_runtime.jsx)(MinusSquareOutlined/* default */.Z, { - style: { - color: '#BACFFE', - fontSize: '14px' - } - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(PlusSquareOutlined/* default */.Z, { - style: { - color: '#BACFFE', - fontSize: '14px' - } + 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"] }); + }, + onChange: function onChange(page, limit) { + getDataSetList(); + setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { + page: page, + limit: limit + })); } - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { - showSizeChanger: true, - className: "mt20", - size: "small", - current: params.page, - pageSize: params.limit, - total: totalCount || 0, - onShowSizeChange: function onShowSizeChange(page, limit) { - getDataSetList(); - setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { - page: page, - limit: limit - })); + }), " "] + }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: DataSetModalmodules.boxRight, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + height: '38px', + lineHeight: '38px', + marginBottom: '20px', + color: '#232B40' }, - showTotal: function showTotal(total) { - return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { - children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#3061D0' + children: "\u5DF2\u9009\u6570\u636E\u6587\u4EF6" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: selectDataset.map(function (item, index) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { + checked: true, + onChange: function onChange(e) { + var keyIndex = checkedKeys.indexOf(item === null || item === void 0 ? void 0 : item.key); + if (keyIndex !== -1) { + checkedKeys.splice(keyIndex, 1); + setCheckedKeys(toConsumableArray_default()(checkedKeys)); + } + selectDataset.splice(index, 1); + setSelectDataset(toConsumableArray_default()(selectDataset)); }, - children: total - }), "\u6761\u6570\u636E"] - }); - }, - onChange: function onChange(page, limit) { - getDataSetList(); - setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { - page: page, - limit: limit - })); - } - }), " "] - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: DataSetModalmodules.boxRight, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - height: '38px', - lineHeight: '38px', - marginBottom: '20px', - color: '#232B40' - }, - children: "\u5DF2\u9009\u6570\u636E\u6587\u4EF6" - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: selectDataset.map(function (item, index) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { - checked: true, - onChange: function onChange(e) { - var keyIndex = checkedKeys.indexOf(item === null || item === void 0 ? void 0 : item.key); - if (keyIndex !== -1) { - checkedKeys.splice(keyIndex, 1); - setCheckedKeys(toConsumableArray_default()(checkedKeys)); - } - selectDataset.splice(index, 1); - setSelectDataset(toConsumableArray_default()(selectDataset)); - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - className: DataSetModalmodules.titleSty, - title: item === null || item === void 0 ? void 0 : item.title, - children: item === null || item === void 0 ? void 0 : item.title + children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: DataSetModalmodules.titleSty, + title: item === null || item === void 0 ? void 0 : item.title, + children: item === null || item === void 0 ? void 0 : item.title + }) }) - }) - }, item === null || item === void 0 ? void 0 : item.key); - }) + }, item === null || item === void 0 ? void 0 : item.key); + }) + })] })] - })] + }) }) }) }); @@ -13256,6 +13227,10 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) { _useState12 = slicedToArray_default()(_useState11, 2), radioTab = _useState12[0], setRadioTab = _useState12[1]; + var _useState13 = (0,_react_17_0_2_react.useState)(false), + _useState14 = slicedToArray_default()(_useState13, 2), + pageLoading = _useState14[0], + setPageLoading = _useState14[1]; (0,_react_17_0_2_react.useEffect)(function () { if (visible) { if (binRatioTab) { @@ -13303,7 +13278,8 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) { return regeneratorRuntime_default()().wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: - _context.next = 2; + setPageLoading(true); + _context.next = 3; return (0,fetch/* default */.ZP)("/api/competitions/".concat(identifier, "/competition_teams/").concat(teamId, "/get_models.json"), { method: 'get', params: { @@ -13314,7 +13290,7 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) { // cluster_type :params.cluster_type || '0' } }); - case 2: + case 3: res = _context.sent; if ((res === null || res === void 0 ? void 0 : res.status) === 0) { tempTreeData = res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 || (_res$data = _res$data.data) === null || _res$data === void 0 || (_res$data = _res$data.data) === null || _res$data === void 0 ? void 0 : _res$data.map(function (item, index) { @@ -13354,7 +13330,8 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) { setTreeeData(tempTreeData); setTotalCount(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 || (_res$data2 = _res$data2.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count); } - case 4: + setPageLoading(false); + case 6: case "end": return _context.stop(); } @@ -13431,138 +13408,141 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) { onCancel: function onCancel() { onCancle(); }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: PatternModalmodules.dataSetModSty, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: PatternModalmodules.boxLeft, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: pageLoading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: PatternModalmodules.dataSetModSty, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: PatternModalmodules.headerBox, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - display: 'flex', - alignItems: 'baseline', - zIndex: 0 - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, { - className: PatternModalmodules.scoreByBlankRadio, - optionType: "button", - options: radioTab, - onChange: function onChange(e) { - params.type = e.target.value; - params.keyword = ''; + className: PatternModalmodules.boxLeft, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: PatternModalmodules.headerBox, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + display: 'flex', + alignItems: 'baseline', + zIndex: 0 + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, { + className: PatternModalmodules.scoreByBlankRadio, + optionType: "button", + options: radioTab, + onChange: function onChange(e) { + params.type = e.target.value; + params.keyword = ''; + params.page = 1; + getDataSetList(); + setParams(objectSpread2_default()({}, params)); + }, + value: params.type + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomInput */.t7, { + style: { + width: 300, + marginBottom: '20px' + }, + placeholder: "\u8F93\u5165\u6A21\u578B\u540D\u79F0\u8FDB\u884C\u641C\u7D22", + value: params.keyword, + onChange: function onChange(keyword) { + params.keyword = keyword; params.page = 1; getDataSetList(); setParams(objectSpread2_default()({}, params)); + } + })] + }), totalCount > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: PatternModalmodules.listSty, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, { + checkable: true, + defaultExpandAll: false, + treeData: treeData, + onCheck: handleCheck, + checkedKeys: checkedKeys, + blockNode: true, + switcherIcon: function switcherIcon(_ref4) { + var isLeaf = _ref4.isLeaf, + expanded = _ref4.expanded; + return expanded ? /*#__PURE__*/(0,jsx_runtime.jsx)(MinusSquareOutlined/* default */.Z, { + style: { + color: '#BACFFE', + fontSize: '14px' + } + }) : /*#__PURE__*/(0,jsx_runtime.jsx)(PlusSquareOutlined/* default */.Z, { + style: { + color: '#BACFFE', + fontSize: '14px' + } + }); + } + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { + showSizeChanger: true, + className: "mt20", + size: "small", + current: params.page, + pageSize: params.limit, + total: totalCount || 0, + onShowSizeChange: function onShowSizeChange(page, limit) { + getDataSetList(); + setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { + page: page, + limit: limit + })); }, - value: params.type - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomInput */.t7, { - style: { - width: 300, - marginBottom: '20px' - }, - placeholder: "\u8F93\u5165\u6A21\u578B\u540D\u79F0\u8FDB\u884C\u641C\u7D22", - value: params.keyword, - onChange: function onChange(keyword) { - params.keyword = keyword; - params.page = 1; - getDataSetList(); - setParams(objectSpread2_default()({}, params)); - } - })] - }), totalCount > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: PatternModalmodules.listSty, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, { - checkable: true, - defaultExpandAll: false, - treeData: treeData, - onCheck: handleCheck, - checkedKeys: checkedKeys, - blockNode: true, - switcherIcon: function switcherIcon(_ref4) { - var isLeaf = _ref4.isLeaf, - expanded = _ref4.expanded; - return expanded ? /*#__PURE__*/(0,jsx_runtime.jsx)(MinusSquareOutlined/* default */.Z, { - style: { - color: '#BACFFE', - fontSize: '14px' - } - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(PlusSquareOutlined/* default */.Z, { - style: { - color: '#BACFFE', - fontSize: '14px' - } + 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"] }); + }, + onChange: function onChange(page, limit) { + getDataSetList(); + setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { + page: page, + limit: limit + })); } - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { - showSizeChanger: true, - className: "mt20", - size: "small", - current: params.page, - pageSize: params.limit, - total: totalCount || 0, - onShowSizeChange: function onShowSizeChange(page, limit) { - getDataSetList(); - setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { - page: page, - limit: limit - })); + })] + }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: PatternModalmodules.boxRight, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + height: '38px', + lineHeight: '38px', + marginBottom: '20px', + color: '#232B40' }, - showTotal: function showTotal(total) { - return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { - children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - color: '#3061D0' + children: "\u5DF2\u9009\u6570\u636E\u6587\u4EF6" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: selectDataset.map(function (item, index) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { + checked: true, + onChange: function onChange(e) { + var keyIndex = checkedKeys.indexOf(item === null || item === void 0 ? void 0 : item.key); + if (keyIndex !== -1) { + checkedKeys.splice(keyIndex, 1); + setCheckedKeys(toConsumableArray_default()(checkedKeys)); + } + selectDataset.splice(index, 1); + setSelectDataset(toConsumableArray_default()(selectDataset)); }, - children: total - }), "\u6761\u6570\u636E"] - }); - }, - onChange: function onChange(page, limit) { - getDataSetList(); - setParams(objectSpread2_default()(objectSpread2_default()({}, params), {}, { - page: page, - limit: limit - })); - } - })] - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: PatternModalmodules.boxRight, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - height: '38px', - lineHeight: '38px', - marginBottom: '20px', - color: '#232B40' - }, - children: "\u5DF2\u9009\u6570\u636E\u6587\u4EF6" - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: selectDataset.map(function (item, index) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { - checked: true, - onChange: function onChange(e) { - var keyIndex = checkedKeys.indexOf(item === null || item === void 0 ? void 0 : item.key); - if (keyIndex !== -1) { - checkedKeys.splice(keyIndex, 1); - setCheckedKeys(toConsumableArray_default()(checkedKeys)); - } - selectDataset.splice(index, 1); - setSelectDataset(toConsumableArray_default()(selectDataset)); - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - className: PatternModalmodules.titleSty, - title: item === null || item === void 0 ? void 0 : item.title, - children: item === null || item === void 0 ? void 0 : item.title + children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: PatternModalmodules.titleSty, + title: item === null || item === void 0 ? void 0 : item.title, + children: item === null || item === void 0 ? void 0 : item.title + }) }) - }) - }, item === null || item === void 0 ? void 0 : item.key); - }) + }, item === null || item === void 0 ? void 0 : item.key); + }) + })] })] - })] + }) }) }) }); @@ -13611,6 +13591,10 @@ var MirrorModal_DataSetModal = function DataSetModal(_ref) { _useState6 = slicedToArray_default()(_useState5, 2), totalCount = _useState6[0], setTotalCount = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(false), + _useState8 = slicedToArray_default()(_useState7, 2), + pageLoading = _useState8[0], + setPageLoading = _useState8[1]; (0,_react_17_0_2_react.useEffect)(function () { if (visible) { getGpuMirrorList(); @@ -13622,7 +13606,8 @@ var MirrorModal_DataSetModal = function DataSetModal(_ref) { return regeneratorRuntime_default()().wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: - _context.next = 2; + setPageLoading(true); + _context.next = 3; return (0,fetch/* default */.ZP)("/api/competitions/".concat(identifier, "/get_gpu_resources.json"), { method: 'get', params: { @@ -13631,13 +13616,14 @@ var MirrorModal_DataSetModal = function DataSetModal(_ref) { type: params.type || 1 } }); - case 2: + case 3: res = _context.sent; if ((res === null || res === void 0 ? void 0 : res.status) === 0) { setGpuMirrorList((res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.images) || 0); setTotalCount((res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count) || []); } - case 4: + setPageLoading(false); + case 6: case "end": return _context.stop(); } @@ -13661,112 +13647,115 @@ var MirrorModal_DataSetModal = function DataSetModal(_ref) { onCancel: function onCancel() { onCancle(); }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: MirrorModalmodules.mirrModalSty, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - display: 'flex', - alignItems: 'baseline', - zIndex: 0 - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, { - className: MirrorModalmodules.scoreByBlankRadio, - optionType: "button", - options: [{ - label: '平台推荐镜像', - value: 1 - }, { - label: '我的镜像', - value: 2 - }, { - label: '我收藏的镜像', - value: 3 - }], - onChange: function onChange(e) { - params.type = e.target.value; - params.keyword = ''; - params.page = 1; - getGpuMirrorList(); - setParams(objectSpread2_default()({}, params)); + children: /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: pageLoading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: MirrorModalmodules.mirrModalSty, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + display: 'flex', + alignItems: 'baseline', + zIndex: 0 }, - value: params.type - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - style: { - minHeight: '400px' - }, - children: totalCount > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - children: gpuMirrorList === null || gpuMirrorList === void 0 ? void 0 : gpuMirrorList.map(function (item, index) { - var _item$topics; - return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: MirrorModalmodules.mirrorItem, - children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - style: { - flex: 1 - }, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: MirrorModalmodules.tagSty, - title: item === null || item === void 0 ? void 0 : item.tag, - children: item === null || item === void 0 ? void 0 : item.tag + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, { + className: MirrorModalmodules.scoreByBlankRadio, + optionType: "button", + options: [{ + label: '平台推荐镜像', + value: 1 + }, { + label: '我的镜像', + value: 2 + }, { + label: '我收藏的镜像', + value: 3 + }], + onChange: function onChange(e) { + params.type = e.target.value; + params.keyword = ''; + params.page = 1; + getGpuMirrorList(); + setParams(objectSpread2_default()({}, params)); + }, + value: params.type + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + minHeight: '400px' + }, + children: totalCount > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: gpuMirrorList === null || gpuMirrorList === void 0 ? void 0 : gpuMirrorList.map(function (item, index) { + var _item$topics; + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: MirrorModalmodules.mirrorItem, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + flex: 1 + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: MirrorModalmodules.tagSty, + title: item === null || item === void 0 ? void 0 : item.tag, + children: item === null || item === void 0 ? void 0 : item.tag + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: MirrorModalmodules.descTagSty, + children: item === null || item === void 0 || (_item$topics = item.topics) === null || _item$topics === void 0 ? void 0 : _item$topics.map(function (jtem, jdex) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: jtem + }, jdex); + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: MirrorModalmodules.description, + title: item === null || item === void 0 ? void 0 : item.description, + children: item === null || item === void 0 ? void 0 : item.description + })] }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: MirrorModalmodules.descTagSty, - children: item === null || item === void 0 || (_item$topics = item.topics) === null || _item$topics === void 0 ? void 0 : _item$topics.map(function (jtem, jdex) { - return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { - children: jtem - }, jdex); + className: "ml20 current", + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + onClick: function onClick() { + var imageInfo = { + image_name: item.tag, + image_id: item.image_id, + place: item.place + }; + onOK(imageInfo); + onCancle(); + // form.setFieldValue('image_name', imageInfo.image_name); + // setGpuImage([{ ...imageInfo }]); + // setImageModalVis(false); + }, + children: "\u4F7F\u7528" }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: MirrorModalmodules.description, - title: item === null || item === void 0 ? void 0 : item.description, - children: item === null || item === void 0 ? void 0 : item.description })] - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: "ml20 current", - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - onClick: function onClick() { - var imageInfo = { - image_name: item.tag, - image_id: item.image_id, - place: item.place - }; - onOK(imageInfo); - onCancle(); - // form.setFieldValue('image_name', imageInfo.image_name); - // setGpuImage([{ ...imageInfo }]); - // setImageModalVis(false); + }, index); + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { + hideOnSinglePage: true, + className: "mt20 mb10", + size: "small", + current: params.page, + pageSize: params.limit, + total: totalCount || 0, + showTotal: function showTotal(total) { + return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { + children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#3061D0' }, - children: "\u4F7F\u7528" - }) - })] - }, index); - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { - hideOnSinglePage: true, - className: "mt20 mb10", - size: "small", - current: params.page, - pageSize: params.limit, - total: totalCount || 0, - 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"] - }); - }, - onChange: function onChange(page, limit) { - params.page = page; - params.limit = limit; - getGpuMirrorList(); - setParams(objectSpread2_default()({}, params)); - } - })] - }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) - })] + children: total + }), "\u6761\u6570\u636E"] + }); + }, + onChange: function onChange(page, limit) { + params.page = page; + params.limit = limit; + getGpuMirrorList(); + setParams(objectSpread2_default()({}, params)); + } + })] + }) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}) + })] + }) }) }) }); @@ -13870,16 +13859,20 @@ var Entrance = function Entrance(_ref) { setDefaultPatten = _useState24[1]; var _useState25 = (0,_react_17_0_2_react.useState)(false), _useState26 = slicedToArray_default()(_useState25, 2), - mirrorModalVis = _useState26[0], - setMirrorModalVis = _useState26[1]; - var _useState27 = (0,_react_17_0_2_react.useState)({ + pageLoading = _useState26[0], + setPageLoading = _useState26[1]; + var _useState27 = (0,_react_17_0_2_react.useState)(false), + _useState28 = slicedToArray_default()(_useState27, 2), + mirrorModalVis = _useState28[0], + setMirrorModalVis = _useState28[1]; + var _useState29 = (0,_react_17_0_2_react.useState)({ image_name: '', image_id: '', place: '' }), - _useState28 = slicedToArray_default()(_useState27, 2), - mirrorInfo = _useState28[0], - setMirrorInfo = _useState28[1]; + _useState30 = slicedToArray_default()(_useState29, 2), + mirrorInfo = _useState30[0], + setMirrorInfo = _useState30[1]; var Columns = [{ title: "提交ID", dataIndex: "commit_id", @@ -14663,11 +14656,12 @@ var Entrance = function Entrance(_ref) { var getDefaultPatten = /*#__PURE__*/function () { var _ref10 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9() { var _CommitRecords$data7; - var res, _res$data3, tempData; + var res, _res$data3, _tempData$, tempData; return regeneratorRuntime_default()().wrap(function _callee9$(_context10) { while (1) switch (_context10.prev = _context10.next) { case 0: - _context10.next = 2; + setPageLoading(true); + _context10.next = 3; return (0,fetch/* default */.ZP)("/api/competitions/".concat(identifier, "/competition_teams/").concat(CommitRecords === null || CommitRecords === void 0 || (_CommitRecords$data7 = CommitRecords.data) === null || _CommitRecords$data7 === void 0 ? void 0 : _CommitRecords$data7.competition_team_id, "/get_models.json"), { method: 'get', params: { @@ -14677,8 +14671,9 @@ var Entrance = function Entrance(_ref) { limit: 1 } }); - case 2: + case 3: res = _context10.sent; + setPageLoading(false); 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 || (_res$data3 = _res$data3.data) === null || _res$data3 === void 0 || (_res$data3 = _res$data3.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.map(function (item, index) { return { @@ -14687,8 +14682,9 @@ var Entrance = function Entrance(_ref) { }; }); setDefaultPatten(tempData); + form.setFieldValue('pattern', tempData === null || tempData === void 0 || (_tempData$ = tempData[0]) === null || _tempData$ === void 0 ? void 0 : _tempData$.name); } - case 4: + case 6: case "end": return _context10.stop(); } @@ -15059,170 +15055,173 @@ var Entrance = function Entrance(_ref) { form.submit(); // setCommitModalVis(false); }, - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, { - className: Entrancemodules.formWrap, - form: form, - onFinish: handleFinish, - size: "large", - layout: "vertical", - onValuesChange: function onValuesChange(changedValues, allValues) { - if ('image_id' in changedValues) { - var _mirrorList$find; - mirrorParams.image_id = changedValues.image_id; - mirrorParams.image_name = (_mirrorList$find = mirrorList.find(function (item) { - return (item === null || item === void 0 ? void 0 : item.image_id) === changedValues.image_id; - })) === null || _mirrorList$find === void 0 ? void 0 : _mirrorList$find.image_name; - console.log('mirrorParams--', mirrorParams); - setMirrorParams(objectSpread2_default()({}, mirrorParams)); - } - }, - initialValues: { - image_id: competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.image_id, - image_name: competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.image_name, - data_sets: competitionStage === null || competitionStage === void 0 || (_competitionStage$dat = competitionStage.data_sets) === null || _competitionStage$dat === void 0 || (_competitionStage$dat = _competitionStage$dat.map(function (item) { - return item === null || item === void 0 ? void 0 : item.name; - })) === null || _competitionStage$dat === void 0 ? void 0 : _competitionStage$dat.join('、'), - pattern: defaultPatten === null || defaultPatten === void 0 || (_defaultPatten$ = defaultPatten[0]) === null || _defaultPatten$ === void 0 ? void 0 : _defaultPatten$.name - }, - children: [(competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'npu' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - className: Entrancemodules.form_item, - label: "\u955C\u50CF", - colon: false, - name: "image_id", - rules: [{ - required: true, - message: '请选择镜像' - }], - style: { - width: '628px' + children: /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: pageLoading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, { + className: Entrancemodules.formWrap, + form: form, + onFinish: handleFinish, + size: "large", + layout: "vertical", + onValuesChange: function onValuesChange(changedValues, allValues) { + if ('image_id' in changedValues) { + var _mirrorList$find; + mirrorParams.image_id = changedValues.image_id; + mirrorParams.image_name = (_mirrorList$find = mirrorList.find(function (item) { + return (item === null || item === void 0 ? void 0 : item.image_id) === changedValues.image_id; + })) === null || _mirrorList$find === void 0 ? void 0 : _mirrorList$find.image_name; + console.log('mirrorParams--', mirrorParams); + setMirrorParams(objectSpread2_default()({}, mirrorParams)); + } }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { - showSearch: true, - onChange: function onChange(e) { - console.log("didid--", e); - }, - placeholder: "\u8BF7\u8F93\u5165\u955C\u50CF\u540D\u79F0\u8FDB\u884C\u641C\u7D22", - fieldNames: { - label: 'image_name', - value: 'image_id' - }, - filterOption: function filterOption(input, option) { - var _option$image_name; - return ((_option$image_name = option === null || option === void 0 ? void 0 : option.image_name) !== null && _option$image_name !== void 0 ? _option$image_name : '').toLowerCase().includes(input.toLowerCase()); - }, - options: mirrorList - }) - }), (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'gpu' && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - align: "middle", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + initialValues: { + image_id: competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.image_id, + image_name: competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.image_name, + data_sets: competitionStage === null || competitionStage === void 0 || (_competitionStage$dat = competitionStage.data_sets) === null || _competitionStage$dat === void 0 || (_competitionStage$dat = _competitionStage$dat.map(function (item) { + return item === null || item === void 0 ? void 0 : item.name; + })) === null || _competitionStage$dat === void 0 ? void 0 : _competitionStage$dat.join('、'), + pattern: defaultPatten === null || defaultPatten === void 0 || (_defaultPatten$ = defaultPatten[0]) === null || _defaultPatten$ === void 0 ? void 0 : _defaultPatten$.name + }, + children: [(competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'npu' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + className: Entrancemodules.form_item, + label: "\u955C\u50CF", + colon: false, + name: "image_id", + rules: [{ + required: true, + message: '请选择镜像' + }], style: { - flex: 1 + width: '628px' }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - className: Entrancemodules.form_item, + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { + showSearch: true, + onChange: function onChange(e) { + console.log("didid--", e); + }, + placeholder: "\u8BF7\u8F93\u5165\u955C\u50CF\u540D\u79F0\u8FDB\u884C\u641C\u7D22", + fieldNames: { + label: 'image_name', + value: 'image_id' + }, + filterOption: function filterOption(input, option) { + var _option$image_name; + return ((_option$image_name = option === null || option === void 0 ? void 0 : option.image_name) !== null && _option$image_name !== void 0 ? _option$image_name : '').toLowerCase().includes(input.toLowerCase()); + }, + options: mirrorList + }) + }), (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'gpu' && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { style: { flex: 1 }, - label: "\u955C\u50CF", - colon: false, - name: "image_name", - rules: [{ - required: true, - message: '请选择镜像' - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { - className: Entrancemodules.form_item_item, - placeholder: "\u8BF7\u9009\u62E9\u955C\u50CF", - disabled: true + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + className: Entrancemodules.form_item, + style: { + flex: 1 + }, + label: "\u955C\u50CF", + colon: false, + name: "image_name", + rules: [{ + required: true, + message: '请选择镜像' + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + className: Entrancemodules.form_item_item, + placeholder: "\u8BF7\u9009\u62E9\u955C\u50CF", + disabled: true + }) }) - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "ml20", - style: { - paddingTop: '22px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomButton */.op, { + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "ml20", style: { - marginLeft: '10px' + paddingTop: '22px' }, - onClick: function onClick() { - setMirrorModalVis(true); + children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomButton */.op, { + style: { + marginLeft: '10px' + }, + onClick: function onClick() { + setMirrorModalVis(true); + }, + children: "\u9009\u62E9\u955C\u50CF" + }) + })] + }), ((competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'gpu' && (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.used_section_datasets) || (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'npu') && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + style: { + flex: 1 }, - children: "\u9009\u62E9\u955C\u50CF" - }) - })] - }), ((competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'gpu' && (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.used_section_datasets) || (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'npu') && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - align: "middle", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - style: { - flex: 1 - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - className: Entrancemodules.form_item, - label: "\u6570\u636E\u96C6", - colon: false, - name: "data_sets", - rules: [{ - required: true, - message: '请选择数据集' - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { - className: Entrancemodules.form_item_item, - placeholder: "\u8BF7\u9009\u62E9\u6570\u636E\u96C6", - disabled: true + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + className: Entrancemodules.form_item, + label: "\u6570\u636E\u96C6", + colon: false, + name: "data_sets", + rules: [{ + required: true, + message: '请选择数据集' + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + className: Entrancemodules.form_item_item, + placeholder: "\u8BF7\u9009\u62E9\u6570\u636E\u96C6", + disabled: true + }) }) - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "ml20", - style: { - paddingTop: '22px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomButton */.op, { - type: "default", - onClick: function onClick() { - setDataSetVis(true); + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "ml20", + style: { + paddingTop: '22px' }, - children: "\u9009\u62E9\u6570\u636E\u96C6" - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { - align: "middle", - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - style: { - flex: 1 - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { - className: Entrancemodules.form_item, - label: "\u9009\u62E9\u6A21\u578B", - colon: false, - name: "pattern", - rules: [{ - required: true, - message: '请选择模型' - }], - children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { - className: Entrancemodules.form_item_item, - placeholder: "\u8BF7\u9009\u62E9\u6A21\u578B", - disabled: true + children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomButton */.op, { + type: "default", + onClick: function onClick() { + setDataSetVis(true); + }, + children: "\u9009\u62E9\u6570\u636E\u96C6" }) - }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { - className: "ml20", - style: { - paddingTop: '22px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomButton */.op, { - type: "default", + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { style: { - marginLeft: '10px' + flex: 1 }, - onClick: function onClick() { - setPatternVis(true); + children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + className: Entrancemodules.form_item, + label: "\u9009\u62E9\u6A21\u578B", + colon: false, + name: "pattern", + rules: [{ + required: true, + message: '请选择模型' + }], + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + className: Entrancemodules.form_item_item, + placeholder: "\u8BF7\u9009\u62E9\u6A21\u578B", + disabled: true + }) + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, { + className: "ml20", + style: { + paddingTop: '22px' }, - children: "\u9009\u62E9\u6A21\u578B" - }) + children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomButton */.op, { + type: "default", + style: { + marginLeft: '10px' + }, + onClick: function onClick() { + setPatternVis(true); + }, + children: "\u9009\u62E9\u6A21\u578B" + }) + })] })] - })] + }) }) }), /*#__PURE__*/(0,jsx_runtime.jsx)(components_DataSetModal, { defaultValue: competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.data_sets, @@ -15247,7 +15246,7 @@ var Entrance = function Entrance(_ref) { setModels(datasets); form.setFieldValue('pattern', datasetsString); }, - binRatioTab: !(competitionStage !== null && competitionStage !== void 0 && competitionStage.used_section_datasets) + binRatioTab: !((competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'gpu' && competitionStage !== null && competitionStage !== void 0 && competitionStage.used_section_datasets || (competitionStage === null || competitionStage === void 0 ? void 0 : competitionStage.category) === 'npu') }), /*#__PURE__*/(0,jsx_runtime.jsx)(MirrorModal, { visible: mirrorModalVis, teamId: CommitRecords === null || CommitRecords === void 0 || (_CommitRecords$data18 = CommitRecords.data) === null || _CommitRecords$data18 === void 0 ? void 0 : _CommitRecords$data18.competition_team_id, diff --git a/umi.9f7c2727.js b/umi.698c3364.js similarity index 99% rename from umi.9f7c2727.js rename to umi.698c3364.js index e6f8e4cb67..776933344f 100644 --- a/umi.9f7c2727.js +++ b/umi.698c3364.js @@ -206614,7 +206614,7 @@ function debounce (delay, callback, options) { /******/ // This function allow to reference async chunks /******/ __webpack_require__.u = function(chunkId) { /******/ // return url for filenames based on template -/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1660":"p__User__QQLogin__index","1702":"p__Classrooms__New__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4736":"p__User__Detail__Projects__index","4766":"p__Administration__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5572":"p__Paths__HigherVocationalEducation__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11070":"p__Innovation__PublicMirror__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22582":"p__Competitions__SpecialSubject__index","22707":"p__Innovation__MyDataSet__index","23332":"p__Paths__Detail__id","24504":"p__virtualSpaces__Lists__Survey__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27333":"p__User__WechatLogin__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28639":"p__Forums__Index__redirect","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29647":"p__Question__Index__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35729":"p__Help__Index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","40559":"layouts__virtualDetail__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45261":"p__Forums__User__index","45359":"p__Messages__Detail__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","48077":"p__Classrooms__Lists__Students__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","59133":"p__Shixuns__Detail__Challenges__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61713":"p__virtualSpaces__Lists__Settings__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","62300":"p__Api__index","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64017":"p__Classrooms__Lists__PlaceholderPage__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66034":"p__HttpStatus__UserAgents","66063":"p__Graduations__Lists__Personmanage__index","66531":"p__HttpStatus__404","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69441":"p__Forums__Detail__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","70928":"p__RestFul__Edit__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71783":"p__virtualSpaces__Lists__Experiment__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76904":"p__MoopCases__FormPanel__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","78746":"p__Forums__Subject__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88155":"p__Shixuns__Overview__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89076":"p__Account__Binding__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92603":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index","92823":"p__Engineering__Navigation__Home__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","95616":"p__Competitions__Group__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","99674":"p__Shixuns__New__ImagePreview__index"}[chunkId] || chunkId) + "." + {"292":"ecc46c7d","310":"15d0880e","314":"47b24c41","556":"7cefa48d","693":"5ccba335","946":"deaa6e71","996":"5c2fe313","1155":"52eafa95","1482":"0677ad6e","1660":"74c82923","1702":"bcb2e899","2249":"90399667","2360":"2f3cadfa","2494":"5e069ec9","2595":"fc129763","2659":"bb24d98c","2805":"36a95f3a","2819":"8d715632","2837":"b3a05bc1","3133":"6a9f7113","3317":"bf1b6991","3319":"63673cf0","3391":"1f99fbc5","3451":"f0c5de6c","3509":"7dcb5b06","3585":"8e8bfffa","3885":"e66b03f8","3951":"712a5650","4685":"21279a05","4736":"330a37aa","4766":"a547e002","4884":"b48ff6d0","4941":"9274d973","4973":"80f1f4b6","5061":"500326fb","5112":"08ab789f","5434":"361b868d","5572":"f15ae523","5659":"712d5c5a","6127":"ee592071","6378":"27c8142f","6564":"f0eedc82","6685":"8ca6c86a","6758":"e075bba3","6788":"ebaaf099","7043":"7a2c158b","7852":"48ca1e48","7884":"59a09ae6","8325":"c13656a0","8787":"da3820ba","8999":"dc84f78c","9416":"dd035a7a","9802":"d3bd4ed3","9928":"5856e32a","9951":"686d67fa","10195":"8acf5ccf","10284":"a9cf1093","10354":"5c063e6f","10485":"23f6656b","10583":"4a0647ad","10737":"04569066","10799":"30fdc00d","10921":"53a271ee","11070":"1320782d","11253":"973825ec","11409":"6e3c51cd","11512":"9fedcaf9","11520":"0dbedb15","11545":"8065aaa0","11581":"b075668d","11825":"0d550177","11932":"a4836e69","12076":"0210bb85","12102":"4412d8f7","12303":"00c46e87","12386":"289c62c7","12412":"00bab1e3","12476":"21651751","12865":"14c6fcf4","12884":"509ead6d","12911":"ffbabc43","12950":"113d9729","13006":"b24b96be","13109":"2bb9dc0a","13355":"f62cdfad","13488":"973b0d5d","13581":"72581eba","13727":"5e7d2e98","14058":"7688b109","14088":"c639825c","14105":"8d07c1dc","14227":"e56aac03","14514":"030251d3","14599":"69600063","14610":"ab85757a","14642":"d8d9787e","14662":"6f72fab6","14889":"32912728","15135":"30bc4b13","15148":"7a59ed23","15186":"c50e140a","15290":"7b3f25d8","15319":"559a994a","15402":"62ee9acf","15483":"b9ea3722","15631":"d790a1bf","15716":"4c22bcab","15845":"1678bf5a","16086":"1fad750e","16328":"f59bf4f5","16434":"404f9af3","16703":"ca9f635b","16729":"50f2f70d","16845":"a1859571","17482":"3e83e9c1","17527":"59d9d4e7","17622":"c0e1093b","17746":"dcaf9e43","17806":"b8e11251","18057":"0e7feb78","18105":"1f476682","18241":"fcc1e1e5","18302":"d75240e3","18307":"e26be289","18350":"0ed0f7c3","18898":"25ad586a","18963":"33e3df18","19049":"0682c94f","19208":"85e01132","19215":"cb7ab2a1","19360":"3579f630","19519":"d4bfdca9","19715":"f554daaf","19829":"6c85474f","19842":"c8adaec8","19891":"cad341b9","20026":"04f97b03","20253":"0d9de9a7","20459":"00e9e923","20576":"c90e7824","20680":"a1db6630","20700":"914d118d","20834":"d04eedf8","21166":"192e107b","21265":"e7e5b01b","21338":"00278ecf","21423":"68098676","21560":"8d48e4d2","21578":"0032089d","21939":"5746a276","22231":"a3544780","22254":"2bf54137","22307":"55ae621e","22582":"2fb0285c","22707":"95b1971f","22817":"cedf4b04","22882":"121031e7","23105":"0a215e67","23316":"426b04ca","23332":"f6c5b73a","23403":"a46bdbb1","23810":"6ad75609","23884":"cabed276","24238":"fedf7dba","24484":"f8f790c8","24504":"9b515857","24628":"b863dad4","24645":"aeeeef37","24665":"acbc2ea2","24717":"3844054d","24785":"0304a717","24797":"eb563316","25022":"2b7f6004","25343":"7fe63c15","25470":"e76d1d2e","25700":"70dec802","25705":"31b80783","25930":"5724a172","25972":"f7e9e914","26108":"b6f73651","26126":"34b86700","26157":"2650c1d6","26299":"4bb85966","26366":"1d563d89","26656":"cd24b2da","26685":"946ed40b","26741":"df3aa252","26831":"debb9265","26883":"f6214c56","27178":"e47e4384","27182":"6ae6b032","27333":"e459eb17","27395":"e9d54f4c","27706":"c0d5e1ef","27739":"f9986d5b","27848":"417774af","28072":"d3d3e92f","28089":"aaa88c03","28161":"00a22aad","28209":"134fb3fb","28237":"a4026a29","28396":"ba954520","28399":"1de6b92f","28435":"24a38447","28561":"ec76d55e","28639":"e85aaf78","28723":"e27ec039","28782":"05b36c97","28920":"842a9870","28982":"c2005f7b","29008":"20b7aad0","29416":"c3ffdffc","29559":"cdc05f60","29572":"8c8b58de","29647":"4217f27d","29800":"183c370d","29895":"1fa85db5","29968":"5c930f27","30067":"aedd9d30","30264":"20209e39","30342":"58adf533","30741":"0afd7032","30783":"50eb1d75","31006":"12ab672c","31154":"abb4690e","31211":"7c9c960d","31427":"d5d9fc43","31445":"c4ef2aa7","31525":"32ea65e9","31671":"4b1076f5","31674":"06c3f129","31962":"d2c7d93e","31967":"cfd25455","32359":"25a86b50","33283":"52d766f6","33356":"307ec57c","33747":"e8dabc49","33784":"1a869326","33805":"a93fd24f","34093":"53514e03","34286":"fce722bd","34601":"3dfc8a9c","34741":"a777ad2a","34790":"6eb90335","34793":"ac0474fb","34800":"1491352b","34850":"daf624f2","34994":"18c74110","35060":"7530a2b3","35238":"4e465c84","35354":"c0640e01","35416":"b4018e87","35729":"6480e98b","35777":"9ae7fc9c","36029":"8743092d","36170":"eebdb99b","36270":"4da18ab9","36381":"7895dac2","36634":"03daa006","36654":"815b7359","36656":"717047fd","36784":"9be51ce5","37062":"e0b15a01","37397":"69c5fb9e","37537":"e411d8fe","37948":"bd60935a","38070":"f968a4c7","38090":"f2d5a936","38143":"7873682a","38219":"d8aea742","38447":"e55ab2b0","38589":"9a8ef8f5","38634":"4dca38cd","38797":"25e292dc","39252":"3d559668","39332":"b638d439","39357":"a79a05ab","39391":"f42e0b51","39404":"915d4409","39695":"8a65d4e9","39950":"57e939c0","40460":"a5069108","40531":"46272440","40559":"bfc21f03","41048":"d3535f6b","41243":"c7b96723","41657":"87680632","41717":"4cf22c6d","41953":"45818f06","42240":"4e69130d","42396":"b1acecc7","42441":"9585bffd","42636":"d6053372","43110":"6abf25af","43428":"ad36c6b3","43442":"1d382ac7","43637":"646472fd","43862":"2f92dabc","44216":"4bd3ddf2","44259":"ccc9b028","44354":"4d10aca1","44360":"2fe17938","44449":"0cc506ec","44565":"db86b3b8","44596":"83c3e96e","45096":"28e1aa8a","45179":"b05a053c","45261":"189e6944","45353":"49ea98f5","45359":"9505e15b","45413":"d541b50c","45504":"22a214d9","45650":"ecc59744","45775":"bd8f4637","45825":"8cfa0acd","45992":"cf77ef3b","46362":"739caa21","46573":"db7fbeee","46796":"9a398908","46829":"b4726f0f","46842":"00455340","46947":"9503f4fe","46949":"e74004ea","46963":"bbbd6686","47263":"a914409d","47545":"72cf8996","47644":"4fb45079","47686":"f38a5fc1","48077":"c0590f2e","48169":"af22913a","48431":"e971f614","48562":"bf071264","48689":"ff57f078","48776":"3ca5830e","48798":"479e4315","48916":"5b6174b6","49127":"df09d021","49166":"6be48a1e","49205":"3812c08a","49260":"d82ab47f","49284":"d12e6bac","49366":"4d1cbf4e","49716":"56bdfc08","49742":"f447910a","49890":"28c88232","50199":"ef3e5212","50370":"4a4d9f64","50603":"70345abf","50661":"e6f46b25","50812":"ada5b1f6","50869":"e9366c2d","51144":"88d767c5","51276":"61347fb0","51319":"daf74dfc","51461":"47a42183","51481":"3d60c568","51582":"a23de274","51646":"a1e61a3a","51855":"e7c703ab","52338":"43baf63f","52404":"db48777a","52496":"001098e2","52720":"11acb696","52806":"5a63786b","52829":"f5e0c305","52875":"b3bf8b7f","53114":"685610c8","53247":"e9c7feac","53550":"d1343c48","53616":"25e33097","53697":"344fc05c","53777":"630cd89c","53910":"7cd6634c","54056":"aaa9946d","54164":"26826507","54492":"bbec2b7a","54572":"d855f380","54770":"cadc06e9","54862":"dd916e36","54923":"00c8ef85","54991":"9fca7e18","55031":"cf97364c","55351":"b1b9a06c","55573":"c251bcd8","55624":"8b149196","55693":"4b714ff1","56039":"c1d3470b","56047":"b4b0d1c6","56156":"c61ad60b","56277":"920ae720","57045":"9583f17f","57365":"7e7804c5","57560":"5b34e1c6","57614":"c56fe10b","58149":"a47b88da","58271":"04f27f83","59133":"c74dab07","59315":"c8afecdd","59649":"7f40802c","59788":"8d641646","60234":"3d6fe3d5","60479":"fe00a77a","60533":"d81702f8","60547":"7ee10cf2","60771":"15e3d37e","60778":"4d355f8f","61043":"a6f4a5fa","61625":"5d871e87","61713":"b83327a0","61727":"dd114a2a","61880":"7f153257","61929":"ffa12579","62300":"9b0ab00a","62548":"76a7ff87","63157":"453cc6eb","63198":"f92793e1","63260":"07e8ace8","63363":"fc098113","64017":"ef35b7b4","64144":"5f9669ee","64217":"fe81bc5b","64496":"029eded2","64520":"5e8b41bf","65022":"065244c5","65111":"d4bd5f70","65148":"82e4a95a","65191":"3347adce","65452":"fa51bcd8","65549":"28a06a9b","65816":"25886d9e","65832":"0f0bafba","65876":"a2754c64","66034":"201b8236","66063":"5ef3c123","66185":"3459b093","66292":"21cdca49","66531":"3b0edc6f","66583":"5018ccc6","66602":"d5593229","66651":"43b22ba6","66938":"4b125488","67072":"8d0ff536","67156":"918b4bca","67242":"eeca5202","67876":"5194134d","67878":"722a4fa7","68014":"7ccb623f","68146":"daeabf54","68665":"73565a2a","68827":"94fc550b","68842":"19057860","68882":"b0a981a4","68917":"0e017109","69441":"7a587750","69922":"8995a0af","69944":"1cc56f38","70130":"18396e5e","70214":"a5365be6","70671":"749b4875","70797":"618ea1a0","70928":"ec9a1ca1","70981":"157d0b6b","71226":"c312e217","71448":"ebd3b991","71450":"75842ffe","71630":"9e14ac55","71771":"8a585806","71783":"9fd9a4ef","72011":"7efe6dda","72032":"5b23601a","72529":"b29c38ae","72539":"ad78dbbe","72570":"2be07a72","72969":"53256e8c","72987":"d6c10b43","73183":"0d6fcbf0","73220":"c040da64","73409":"a4972bc7","73570":"1bab4fb4","73635":"3cfba70e","73755":"b2eefa48","73780":"2089565c","73985":"c220e087","74014":"5339ac81","74264":"3e276ea3","74297":"593fd175","74347":"a722ba6c","74589":"bc63b488","74795":"e373d96f","75043":"b37b4811","75264":"f03ff03f","75321":"9b9a5dc1","75357":"c29b1fe8","75483":"03531037","75772":"2910c07f","75786":"f4766934","75816":"303754bd","76770":"03376d38","76904":"f892123a","77084":"5fe882f0","77460":"351ab8d8","77489":"485f7afa","77738":"b6e7fd1f","77857":"6431004f","78018":"f25ad408","78085":"67c45c05","78241":"171b94c2","78302":"2f657c59","78485":"fa66441a","78512":"d1d3c443","78550":"17cf37a2","78737":"fa31da0e","78746":"39fa7cda","78782":"0f1ff0e8","79144":"075302df","79272":"41cdaa5c","79489":"d5d71ad4","79590":"17cabd71","79746":"771c6735","79817":"eb9f49a5","79877":"4a0cae7f","79921":"fa7c2fbc","80629":"ca49ee59","80961":"045e0aac","81148":"f7b155b2","81163":"9f4fb8bb","81215":"592a0705","81326":"546cd7f0","81665":"5347f7d1","81799":"bd2ed78f","82339":"ac6f380e","82404":"7eb09a6c","82425":"2c6341f8","82443":"bb557e5a","82927":"9f620116","82985":"c87411bc","83141":"3913dea4","83212":"ef68df72","83935":"17aeba19","84546":"2ac0d47a","84742":"5763ed1a","85048":"01712cdf","85111":"97ccd557","85297":"24ab6dbf","85494":"da5840b1","85664":"54eda9f4","85764":"5c1c73b5","85888":"83a720bc","85891":"46b417f4","86045":"0a358cbb","86052":"17bf09e6","86129":"801a9880","86452":"c7141dce","86541":"bdfba639","86634":"1609f03f","86654":"32657905","86774":"2db1d78d","86820":"252631ea","86913":"48cf8860","87058":"fa6bf758","87260":"ea47f5c0","87922":"98894c40","87964":"83911fb5","88155":"41c851b2","88517":"f1ba5f8b","88699":"a89473a1","88751":"d2691ca7","88866":"d941c2b6","88869":"b84dcc21","89076":"416e5237","89554":"3bd5f2ea","89677":"4992a583","89785":"fc7dbb4f","89837":"411c12be","89890":"657a1fa2","90109":"dc67a77b","90265":"58ab665c","90316":"c34a4fc4","90337":"71bc4778","91045":"772ddb5e","91094":"4e73f280","91238":"0da75550","91274":"c142e23b","91462":"2cbc46cd","91470":"ce4b59c8","91831":"1619a5ca","91857":"ccedb524","91950":"55787472","92045":"24492c7b","92501":"59b43122","92538":"a4db897b","92594":"0f02017f","92603":"9ed5f2bc","92823":"9c104ca5","92983":"b739772c","93260":"738c96ae","93282":"c58db0ee","93496":"afba363d","93665":"6e5684c2","93668":"73678162","93948":"cc018ed1","94078":"9d1db9bf","94361":"3856031e","94498":"04b9658f","94662":"f0b22802","94715":"1062febb","94849":"9fd7dc3b","95125":"7b89016e","95176":"91af4fb0","95236":"375bc11b","95335":"87dd5908","95616":"1a6e9d01","95679":"33378d80","95945":"178d31c1","96444":"ec96c87a","96869":"2950ca74","96882":"a8aeb99b","97008":"c62e2ae5","97046":"c52ade3b","97120":"0eb88e7b","97591":"4868bb6b","97792":"d2e60bfb","97986":"00ac8bb1","98050":"66b56c6e","98062":"0f66f15f","98228":"c7a97381","98272":"34cd6a76","98371":"f9ac8e67","98398":"c4beb2eb","98688":"bea0a14f","98839":"f38b064b","98885":"1f88302b","99005":"f72b1c7d","99104":"21a71069","99313":"f52f30f1","99674":"b2a59d70","99931":"a6cbc338"}[chunkId] + ".async.js"; +/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1660":"p__User__QQLogin__index","1702":"p__Classrooms__New__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4736":"p__User__Detail__Projects__index","4766":"p__Administration__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5572":"p__Paths__HigherVocationalEducation__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11070":"p__Innovation__PublicMirror__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22582":"p__Competitions__SpecialSubject__index","22707":"p__Innovation__MyDataSet__index","23332":"p__Paths__Detail__id","24504":"p__virtualSpaces__Lists__Survey__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27333":"p__User__WechatLogin__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28639":"p__Forums__Index__redirect","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29647":"p__Question__Index__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35729":"p__Help__Index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","40559":"layouts__virtualDetail__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45261":"p__Forums__User__index","45359":"p__Messages__Detail__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","48077":"p__Classrooms__Lists__Students__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","59133":"p__Shixuns__Detail__Challenges__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61713":"p__virtualSpaces__Lists__Settings__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","62300":"p__Api__index","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64017":"p__Classrooms__Lists__PlaceholderPage__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66034":"p__HttpStatus__UserAgents","66063":"p__Graduations__Lists__Personmanage__index","66531":"p__HttpStatus__404","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69441":"p__Forums__Detail__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","70928":"p__RestFul__Edit__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71783":"p__virtualSpaces__Lists__Experiment__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76904":"p__MoopCases__FormPanel__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","78746":"p__Forums__Subject__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88155":"p__Shixuns__Overview__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89076":"p__Account__Binding__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92603":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index","92823":"p__Engineering__Navigation__Home__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","95616":"p__Competitions__Group__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","99674":"p__Shixuns__New__ImagePreview__index"}[chunkId] || chunkId) + "." + {"292":"ecc46c7d","310":"15d0880e","314":"47b24c41","556":"7cefa48d","693":"5ccba335","946":"deaa6e71","996":"5c2fe313","1155":"52eafa95","1482":"0677ad6e","1660":"74c82923","1702":"bcb2e899","2249":"90399667","2360":"2f3cadfa","2494":"5e069ec9","2595":"fc129763","2659":"bb24d98c","2805":"36a95f3a","2819":"8d715632","2837":"b3a05bc1","3133":"6a9f7113","3317":"bf1b6991","3319":"63673cf0","3391":"1f99fbc5","3451":"f0c5de6c","3509":"7dcb5b06","3585":"8e8bfffa","3885":"e66b03f8","3951":"712a5650","4685":"21279a05","4736":"330a37aa","4766":"a547e002","4884":"b48ff6d0","4941":"9274d973","4973":"80f1f4b6","5061":"500326fb","5112":"08ab789f","5434":"361b868d","5572":"f15ae523","5659":"712d5c5a","6127":"ee592071","6378":"27c8142f","6564":"f0eedc82","6685":"8ca6c86a","6758":"e075bba3","6788":"ebaaf099","7043":"7a2c158b","7852":"48ca1e48","7884":"59a09ae6","8325":"c13656a0","8787":"da3820ba","8999":"dc84f78c","9416":"dd035a7a","9802":"d3bd4ed3","9928":"5856e32a","9951":"686d67fa","10195":"8acf5ccf","10284":"a9cf1093","10354":"5c063e6f","10485":"23f6656b","10583":"4a0647ad","10737":"04569066","10799":"30fdc00d","10921":"53a271ee","11070":"1320782d","11253":"973825ec","11409":"6e3c51cd","11512":"9fedcaf9","11520":"0dbedb15","11545":"8065aaa0","11581":"b075668d","11825":"0d550177","11932":"a4836e69","12076":"0210bb85","12102":"4412d8f7","12303":"00c46e87","12386":"289c62c7","12412":"00bab1e3","12476":"21651751","12865":"14c6fcf4","12884":"509ead6d","12911":"ffbabc43","12950":"113d9729","13006":"b24b96be","13109":"2bb9dc0a","13355":"f62cdfad","13488":"973b0d5d","13581":"72581eba","13727":"5e7d2e98","14058":"7688b109","14088":"c639825c","14105":"8d07c1dc","14227":"e56aac03","14514":"030251d3","14599":"69600063","14610":"ab85757a","14642":"d8d9787e","14662":"6f72fab6","14889":"32912728","15135":"30bc4b13","15148":"7a59ed23","15186":"c50e140a","15290":"7b3f25d8","15319":"559a994a","15402":"62ee9acf","15483":"b9ea3722","15631":"d790a1bf","15716":"4c22bcab","15845":"1678bf5a","16086":"1fad750e","16328":"f59bf4f5","16434":"404f9af3","16703":"ca9f635b","16729":"50f2f70d","16845":"a1859571","17482":"3e83e9c1","17527":"59d9d4e7","17622":"c0e1093b","17746":"dcaf9e43","17806":"b8e11251","18057":"0e7feb78","18105":"1f476682","18241":"fcc1e1e5","18302":"d75240e3","18307":"e26be289","18350":"0ed0f7c3","18898":"25ad586a","18963":"33e3df18","19049":"0682c94f","19208":"85e01132","19215":"cb7ab2a1","19360":"3579f630","19519":"d4bfdca9","19715":"f554daaf","19829":"6c85474f","19842":"c8adaec8","19891":"cad341b9","20026":"04f97b03","20253":"0d9de9a7","20459":"00e9e923","20576":"c90e7824","20680":"a1db6630","20700":"914d118d","20834":"d04eedf8","21166":"192e107b","21265":"e7e5b01b","21338":"00278ecf","21423":"68098676","21560":"8d48e4d2","21578":"0032089d","21939":"5746a276","22231":"a3544780","22254":"2bf54137","22307":"55ae621e","22582":"2fb0285c","22707":"95b1971f","22817":"cedf4b04","22882":"121031e7","23105":"0a215e67","23316":"426b04ca","23332":"f6c5b73a","23403":"a46bdbb1","23810":"6ad75609","23884":"cabed276","24238":"fedf7dba","24484":"f8f790c8","24504":"9b515857","24628":"b863dad4","24645":"aeeeef37","24665":"acbc2ea2","24717":"3844054d","24785":"0304a717","24797":"eb563316","25022":"2b7f6004","25343":"7fe63c15","25470":"e76d1d2e","25700":"70dec802","25705":"31b80783","25930":"5724a172","25972":"f7e9e914","26108":"b6f73651","26126":"34b86700","26157":"2650c1d6","26299":"4bb85966","26366":"1d563d89","26656":"cd24b2da","26685":"946ed40b","26741":"df3aa252","26831":"debb9265","26883":"f6214c56","27178":"e47e4384","27182":"6ae6b032","27333":"e459eb17","27395":"e9d54f4c","27706":"c0d5e1ef","27739":"f9986d5b","27848":"417774af","28072":"d3d3e92f","28089":"aaa88c03","28161":"00a22aad","28209":"134fb3fb","28237":"a4026a29","28396":"ba954520","28399":"1de6b92f","28435":"24a38447","28561":"ec76d55e","28639":"e85aaf78","28723":"e27ec039","28782":"05b36c97","28920":"842a9870","28982":"c2005f7b","29008":"20b7aad0","29416":"c3ffdffc","29559":"cdc05f60","29572":"8c8b58de","29647":"4217f27d","29800":"183c370d","29895":"1fa85db5","29968":"5c930f27","30067":"aedd9d30","30264":"20209e39","30342":"58adf533","30741":"0afd7032","30783":"50eb1d75","31006":"12ab672c","31154":"abb4690e","31211":"7c9c960d","31427":"d5d9fc43","31445":"c4ef2aa7","31525":"32ea65e9","31671":"4b1076f5","31674":"06c3f129","31962":"d2c7d93e","31967":"cfd25455","32359":"25a86b50","33283":"52d766f6","33356":"307ec57c","33747":"e8dabc49","33784":"1a869326","33805":"a93fd24f","34093":"53514e03","34286":"fce722bd","34601":"3dfc8a9c","34741":"a777ad2a","34790":"6eb90335","34793":"ac0474fb","34800":"1491352b","34850":"daf624f2","34994":"18c74110","35060":"7530a2b3","35238":"4e465c84","35354":"c0640e01","35416":"b4018e87","35729":"6480e98b","35777":"9ae7fc9c","36029":"8743092d","36170":"eebdb99b","36270":"4da18ab9","36381":"7895dac2","36634":"03daa006","36654":"815b7359","36656":"717047fd","36784":"9be51ce5","37062":"e0b15a01","37397":"69c5fb9e","37537":"e411d8fe","37948":"bd60935a","38070":"f968a4c7","38090":"f2d5a936","38143":"7873682a","38219":"d8aea742","38447":"e55ab2b0","38589":"9a8ef8f5","38634":"4dca38cd","38797":"daafcdac","39252":"3d559668","39332":"b638d439","39357":"a79a05ab","39391":"f42e0b51","39404":"915d4409","39695":"8a65d4e9","39950":"57e939c0","40460":"a5069108","40531":"46272440","40559":"bfc21f03","41048":"d3535f6b","41243":"c7b96723","41657":"87680632","41717":"4cf22c6d","41953":"45818f06","42240":"4e69130d","42396":"b1acecc7","42441":"9585bffd","42636":"d6053372","43110":"6abf25af","43428":"ad36c6b3","43442":"1d382ac7","43637":"646472fd","43862":"2f92dabc","44216":"4bd3ddf2","44259":"ccc9b028","44354":"4d10aca1","44360":"2fe17938","44449":"0cc506ec","44565":"db86b3b8","44596":"83c3e96e","45096":"28e1aa8a","45179":"b05a053c","45261":"189e6944","45353":"49ea98f5","45359":"9505e15b","45413":"d541b50c","45504":"22a214d9","45650":"ecc59744","45775":"bd8f4637","45825":"8cfa0acd","45992":"cf77ef3b","46362":"739caa21","46573":"db7fbeee","46796":"9a398908","46829":"b4726f0f","46842":"00455340","46947":"9503f4fe","46949":"e74004ea","46963":"bbbd6686","47263":"a914409d","47545":"72cf8996","47644":"4fb45079","47686":"f38a5fc1","48077":"c0590f2e","48169":"af22913a","48431":"e971f614","48562":"bf071264","48689":"ff57f078","48776":"3ca5830e","48798":"479e4315","48916":"5b6174b6","49127":"df09d021","49166":"6be48a1e","49205":"3812c08a","49260":"d82ab47f","49284":"d12e6bac","49366":"4d1cbf4e","49716":"56bdfc08","49742":"f447910a","49890":"28c88232","50199":"ef3e5212","50370":"4a4d9f64","50603":"70345abf","50661":"e6f46b25","50812":"ada5b1f6","50869":"e9366c2d","51144":"88d767c5","51276":"61347fb0","51319":"daf74dfc","51461":"47a42183","51481":"3d60c568","51582":"a23de274","51646":"a1e61a3a","51855":"e7c703ab","52338":"43baf63f","52404":"db48777a","52496":"001098e2","52720":"11acb696","52806":"5a63786b","52829":"f5e0c305","52875":"b3bf8b7f","53114":"685610c8","53247":"e9c7feac","53550":"d1343c48","53616":"25e33097","53697":"344fc05c","53777":"630cd89c","53910":"7cd6634c","54056":"aaa9946d","54164":"26826507","54492":"bbec2b7a","54572":"d855f380","54770":"cadc06e9","54862":"dd916e36","54923":"00c8ef85","54991":"9fca7e18","55031":"cf97364c","55351":"b1b9a06c","55573":"c251bcd8","55624":"8b149196","55693":"4b714ff1","56039":"c1d3470b","56047":"b4b0d1c6","56156":"c61ad60b","56277":"920ae720","57045":"9583f17f","57365":"7e7804c5","57560":"5b34e1c6","57614":"c56fe10b","58149":"a47b88da","58271":"04f27f83","59133":"c74dab07","59315":"c8afecdd","59649":"7f40802c","59788":"8d641646","60234":"3d6fe3d5","60479":"fe00a77a","60533":"d81702f8","60547":"7ee10cf2","60771":"15e3d37e","60778":"4d355f8f","61043":"a6f4a5fa","61625":"5d871e87","61713":"b83327a0","61727":"dd114a2a","61880":"7f153257","61929":"ffa12579","62300":"9b0ab00a","62548":"76a7ff87","63157":"453cc6eb","63198":"f92793e1","63260":"07e8ace8","63363":"fc098113","64017":"ef35b7b4","64144":"5f9669ee","64217":"fe81bc5b","64496":"029eded2","64520":"5e8b41bf","65022":"065244c5","65111":"d4bd5f70","65148":"82e4a95a","65191":"3347adce","65452":"fa51bcd8","65549":"28a06a9b","65816":"25886d9e","65832":"0f0bafba","65876":"a2754c64","66034":"201b8236","66063":"5ef3c123","66185":"3459b093","66292":"21cdca49","66531":"3b0edc6f","66583":"5018ccc6","66602":"d5593229","66651":"43b22ba6","66938":"4b125488","67072":"8d0ff536","67156":"918b4bca","67242":"eeca5202","67876":"5194134d","67878":"722a4fa7","68014":"7ccb623f","68146":"daeabf54","68665":"73565a2a","68827":"94fc550b","68842":"19057860","68882":"b0a981a4","68917":"0e017109","69441":"7a587750","69922":"8995a0af","69944":"1cc56f38","70130":"18396e5e","70214":"a5365be6","70671":"749b4875","70797":"618ea1a0","70928":"ec9a1ca1","70981":"157d0b6b","71226":"c312e217","71448":"ebd3b991","71450":"75842ffe","71630":"9e14ac55","71771":"8a585806","71783":"9fd9a4ef","72011":"7efe6dda","72032":"5b23601a","72529":"b29c38ae","72539":"ad78dbbe","72570":"2be07a72","72969":"53256e8c","72987":"d6c10b43","73183":"0d6fcbf0","73220":"c040da64","73409":"a4972bc7","73570":"1bab4fb4","73635":"3cfba70e","73755":"b2eefa48","73780":"2089565c","73985":"c220e087","74014":"5339ac81","74264":"3e276ea3","74297":"593fd175","74347":"a722ba6c","74589":"bc63b488","74795":"e373d96f","75043":"b37b4811","75264":"f03ff03f","75321":"9b9a5dc1","75357":"c29b1fe8","75483":"03531037","75772":"2910c07f","75786":"f4766934","75816":"303754bd","76770":"03376d38","76904":"f892123a","77084":"5fe882f0","77460":"351ab8d8","77489":"485f7afa","77738":"b6e7fd1f","77857":"6431004f","78018":"f25ad408","78085":"67c45c05","78241":"171b94c2","78302":"2f657c59","78485":"fa66441a","78512":"d1d3c443","78550":"17cf37a2","78737":"fa31da0e","78746":"39fa7cda","78782":"0f1ff0e8","79144":"075302df","79272":"41cdaa5c","79489":"d5d71ad4","79590":"17cabd71","79746":"771c6735","79817":"eb9f49a5","79877":"4a0cae7f","79921":"fa7c2fbc","80629":"ca49ee59","80961":"045e0aac","81148":"f7b155b2","81163":"9f4fb8bb","81215":"592a0705","81326":"546cd7f0","81665":"5347f7d1","81799":"bd2ed78f","82339":"ac6f380e","82404":"7eb09a6c","82425":"2c6341f8","82443":"bb557e5a","82927":"9f620116","82985":"c87411bc","83141":"3913dea4","83212":"ef68df72","83935":"17aeba19","84546":"2ac0d47a","84742":"5763ed1a","85048":"01712cdf","85111":"97ccd557","85297":"24ab6dbf","85494":"da5840b1","85664":"54eda9f4","85764":"5c1c73b5","85888":"83a720bc","85891":"46b417f4","86045":"0a358cbb","86052":"17bf09e6","86129":"801a9880","86452":"c7141dce","86541":"bdfba639","86634":"1609f03f","86654":"32657905","86774":"2db1d78d","86820":"252631ea","86913":"48cf8860","87058":"fa6bf758","87260":"ea47f5c0","87922":"98894c40","87964":"83911fb5","88155":"41c851b2","88517":"f1ba5f8b","88699":"a89473a1","88751":"d2691ca7","88866":"d941c2b6","88869":"b84dcc21","89076":"416e5237","89554":"3bd5f2ea","89677":"4992a583","89785":"fc7dbb4f","89837":"411c12be","89890":"657a1fa2","90109":"dc67a77b","90265":"58ab665c","90316":"c34a4fc4","90337":"71bc4778","91045":"772ddb5e","91094":"4e73f280","91238":"0da75550","91274":"c142e23b","91462":"2cbc46cd","91470":"ce4b59c8","91831":"1619a5ca","91857":"ccedb524","91950":"55787472","92045":"24492c7b","92501":"59b43122","92538":"a4db897b","92594":"0f02017f","92603":"9ed5f2bc","92823":"9c104ca5","92983":"b739772c","93260":"738c96ae","93282":"c58db0ee","93496":"afba363d","93665":"6e5684c2","93668":"73678162","93948":"cc018ed1","94078":"9d1db9bf","94361":"3856031e","94498":"04b9658f","94662":"f0b22802","94715":"1062febb","94849":"9fd7dc3b","95125":"7b89016e","95176":"91af4fb0","95236":"375bc11b","95335":"87dd5908","95616":"1a6e9d01","95679":"33378d80","95945":"178d31c1","96444":"ec96c87a","96869":"2950ca74","96882":"a8aeb99b","97008":"c62e2ae5","97046":"c52ade3b","97120":"0eb88e7b","97591":"4868bb6b","97792":"d2e60bfb","97986":"00ac8bb1","98050":"66b56c6e","98062":"0f66f15f","98228":"c7a97381","98272":"34cd6a76","98371":"f9ac8e67","98398":"c4beb2eb","98688":"bea0a14f","98839":"f38b064b","98885":"1f88302b","99005":"f72b1c7d","99104":"21a71069","99313":"f52f30f1","99674":"b2a59d70","99931":"a6cbc338"}[chunkId] + ".async.js"; /******/ }; /******/ }(); /******/