diff --git a/index.html b/index.html index 68f3c96352..5308854e5b 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ display: block !important; } - + \ No newline at end of file diff --git a/p__Laboratory__Index__index.5cbd4710.chunk.css b/p__Laboratory__Index__index.02215925.chunk.css similarity index 99% rename from p__Laboratory__Index__index.5cbd4710.chunk.css rename to p__Laboratory__Index__index.02215925.chunk.css index 33f053c612..3113fa6fdb 100644 --- a/p__Laboratory__Index__index.5cbd4710.chunk.css +++ b/p__Laboratory__Index__index.02215925.chunk.css @@ -30,8 +30,7 @@ box-orient: block-axis; } .wrap___nc2Lp { - width: 1200px; - margin: auto; + margin: 0 100px; display: flex; justify-content: space-between; align-items: flex-start; diff --git a/p__Laboratory__LaboratoryRoom__index.f364356c.async.js b/p__Laboratory__LaboratoryRoom__index.fe293d85.async.js similarity index 98% rename from p__Laboratory__LaboratoryRoom__index.f364356c.async.js rename to p__Laboratory__LaboratoryRoom__index.fe293d85.async.js index 7fcff5d2d8..358a46d93c 100644 --- a/p__Laboratory__LaboratoryRoom__index.f364356c.async.js +++ b/p__Laboratory__LaboratoryRoom__index.fe293d85.async.js @@ -88,11 +88,18 @@ var Navigation = function Navigation(_ref) { title: '房间名称', dataIndex: 'title', ellipsis: true, - render: function render(text) { + render: function render(text, record) { return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { placement: "bottom", title: text, children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#165DFF', + cursor: 'pointer' + }, + onClick: function onClick() { + _umi_production_exports.history.push("/laboratory/reservations/".concat(record === null || record === void 0 ? void 0 : record.id, "/info?index=laboratoryRoom")); + }, children: text || '--' }) }); @@ -114,7 +121,6 @@ var Navigation = function Navigation(_ref) { title: '状态', dataIndex: 'status', ellipsis: true, - width: 80, render: function render(text) { return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { placement: "bottom", @@ -136,7 +142,6 @@ var Navigation = function Navigation(_ref) { title: '使用面积', dataIndex: 'area', ellipsis: true, - width: 100, render: function render(text) { return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { placement: "bottom", @@ -150,7 +155,6 @@ var Navigation = function Navigation(_ref) { title: '工位数量', dataIndex: 'work_num', ellipsis: true, - width: 80, render: function render(text) { return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { placement: "bottom", @@ -405,12 +409,7 @@ var Navigation = function Navigation(_ref) { className: LaboratoryRoommodules.search, value: keyword, onChange: function onChange(e) { - if (e.target.value) { - setkeyword(e.target.value); - } else { - setkeyword(e.target.value); - setkeyword(e.target.value); - } + setkeyword(e.target.value); }, onSearch: function onSearch(value) { setkeyword(value); diff --git a/p__Laboratory__MyLaboratory__Info__index.7ab2173b.async.js b/p__Laboratory__MyLaboratory__Info__index.27fb7625.async.js similarity index 98% rename from p__Laboratory__MyLaboratory__Info__index.7ab2173b.async.js rename to p__Laboratory__MyLaboratory__Info__index.27fb7625.async.js index 892e23319f..a868d0950f 100644 --- a/p__Laboratory__MyLaboratory__Info__index.7ab2173b.async.js +++ b/p__Laboratory__MyLaboratory__Info__index.27fb7625.async.js @@ -93,11 +93,18 @@ var Navigation = function Navigation(_ref) { title: '房间名称', dataIndex: 'title', ellipsis: true, - render: function render(text) { + render: function render(text, record) { return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, { placement: "bottom", title: text, children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + color: '#165DFF', + cursor: 'pointer' + }, + onClick: function onClick() { + _umi_production_exports.history.push("/laboratory/reservations/".concat(record === null || record === void 0 ? void 0 : record.id, "/info?index=myLaboratory/").concat(params === null || params === void 0 ? void 0 : params.laboratoryId, "/info")); + }, children: text || '--' }) }); diff --git a/p__Laboratory__MyReservation__index.7e0f6c7c.async.js b/p__Laboratory__MyReservation__index.0b71ae2a.async.js similarity index 79% rename from p__Laboratory__MyReservation__index.7e0f6c7c.async.js rename to p__Laboratory__MyReservation__index.0b71ae2a.async.js index 04487e5053..e666f5ed9a 100644 --- a/p__Laboratory__MyReservation__index.7e0f6c7c.async.js +++ b/p__Laboratory__MyReservation__index.0b71ae2a.async.js @@ -18,6 +18,9 @@ __webpack_require__.d(__webpack_exports__, { // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js var objectSpread2 = __webpack_require__(82242); var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js +var toConsumableArray = __webpack_require__(37205); +var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js var slicedToArray = __webpack_require__(79800); var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); @@ -30,18 +33,20 @@ var _umi_production_exports = __webpack_require__(44742); /* harmony default export */ var MyReservationmodules = ({"header_div":"header_div___pmJsM","header_title":"header_title___ZupqH","search":"search___tYDFm","searchIcon":"searchIcon___LKFOU","search_params":"search_params___NkVZb","clear_Data":"clear_Data___qH3Rf"}); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules var tooltip = __webpack_require__(6848); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules -var input = __webpack_require__(60231); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules var es_form = __webpack_require__(78241); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 66 modules var date_picker = __webpack_require__(73597); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js var es_select = __webpack_require__(57809); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules +var input = __webpack_require__(60231); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules var table = __webpack_require__(17341); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules var pagination = __webpack_require__(42288); +// EXTERNAL MODULE: ./src/service/laboratory.ts +var service_laboratory = __webpack_require__(66754); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/pages/Laboratory/MyReservation/index.tsx @@ -54,66 +59,44 @@ var jsx_runtime = __webpack_require__(37712); + + var Navigation = function Navigation(_ref) { var loading = _ref.loading; - var _useState = (0,_react_17_0_2_react.useState)(''), + var _useState = (0,_react_17_0_2_react.useState)(), _useState2 = slicedToArray_default()(_useState, 2), - inputValue = _useState2[0], - setInputValue = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)(), - _useState4 = slicedToArray_default()(_useState3, 2), - keyword = _useState4[0], - setkeyword = _useState4[1]; + keyword = _useState2[0], + setkeyword = _useState2[1]; //时间 - // const [times, setTimes] = useState([{ label: '第一节', value: '1' }, { label: '第二节', value: '2' }]) - var _useState5 = (0,_react_17_0_2_react.useState)(''), - _useState6 = slicedToArray_default()(_useState5, 2), - time = _useState6[0], - setTime = _useState6[1]; + var _useState3 = (0,_react_17_0_2_react.useState)(''), + _useState4 = slicedToArray_default()(_useState3, 2), + time = _useState4[0], + setTime = _useState4[1]; //实验室中心 - var _useState7 = (0,_react_17_0_2_react.useState)([{ - label: '全部', - value: '' - }, { - label: '中心1', - value: '1' - }, { - label: '中心2', - value: '2' - }]), + var _useState5 = (0,_react_17_0_2_react.useState)([]), + _useState6 = slicedToArray_default()(_useState5, 2), + laboratoryCenters = _useState6[0], + setLaboratoryCenters = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(''), _useState8 = slicedToArray_default()(_useState7, 2), - laboratoryCenters = _useState8[0], - setLaboratoryCenters = _useState8[1]; - var _useState9 = (0,_react_17_0_2_react.useState)(''), - _useState10 = slicedToArray_default()(_useState9, 2), - laboratoryCenter = _useState10[0], - setLaboratoryCenter = _useState10[1]; + laboratoryCenter = _useState8[0], + setLaboratoryCenter = _useState8[1]; //实验室 - var _useState11 = (0,_react_17_0_2_react.useState)([{ - label: '全部', - value: '' - }, { - label: '实验室1', - value: '1' - }, { - label: '实验室2', - value: '2' - }]), + var _useState9 = (0,_react_17_0_2_react.useState)([]), + _useState10 = slicedToArray_default()(_useState9, 2), + laboratorys = _useState10[0], + setLaboratorys = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)(''), _useState12 = slicedToArray_default()(_useState11, 2), - laboratorys = _useState12[0], - setLaboratorys = _useState12[1]; - var _useState13 = (0,_react_17_0_2_react.useState)(''), - _useState14 = slicedToArray_default()(_useState13, 2), - laboratory = _useState14[0], - setLaboratory = _useState14[1]; + laboratory = _useState12[0], + setLaboratory = _useState12[1]; //预约数据 - var _useState15 = (0,_react_17_0_2_react.useState)([{}]), - _useState16 = slicedToArray_default()(_useState15, 2), - tableData = _useState16[0], - setTableData = _useState16[1]; + var _useState13 = (0,_react_17_0_2_react.useState)([{}]), + _useState14 = slicedToArray_default()(_useState13, 2), + tableData = _useState14[0], + setTableData = _useState14[1]; var columns = [{ title: '预约房间号', - width: 100, dataIndex: 'student_number1', ellipsis: true, render: function render(text) { @@ -127,7 +110,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '所属实验室', - width: 100, dataIndex: 'student_number2', ellipsis: true, render: function render(text) { @@ -141,7 +123,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '预约节次', - width: 100, dataIndex: 'student_number3', ellipsis: true, render: function render(text) { @@ -155,7 +136,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '工位数量', - width: 100, dataIndex: 'student_number4', ellipsis: true, render: function render(text) { @@ -169,7 +149,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '关联类型', - width: 100, dataIndex: 'student_number5', ellipsis: true, render: function render(text) { @@ -183,7 +162,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '关联内容', - width: 100, dataIndex: 'student_number6', ellipsis: true, render: function render(text) { @@ -197,7 +175,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '备注', - width: 100, dataIndex: 'student_number7', ellipsis: true, render: function render(text) { @@ -211,7 +188,6 @@ var Navigation = function Navigation(_ref) { } }, { title: '预约状态', - width: 100, dataIndex: 'student_number8', ellipsis: true, render: function render(text) { @@ -248,22 +224,44 @@ var Navigation = function Navigation(_ref) { }]; //分页 - var _useState17 = (0,_react_17_0_2_react.useState)(90), + var _useState15 = (0,_react_17_0_2_react.useState)(90), + _useState16 = slicedToArray_default()(_useState15, 2), + total = _useState16[0], + setTotal = _useState16[1]; + var _useState17 = (0,_react_17_0_2_react.useState)(1), _useState18 = slicedToArray_default()(_useState17, 2), - total = _useState18[0], - setTotal = _useState18[1]; - var _useState19 = (0,_react_17_0_2_react.useState)(1), + page = _useState18[0], + setPage = _useState18[1]; + var _useState19 = (0,_react_17_0_2_react.useState)(9), _useState20 = slicedToArray_default()(_useState19, 2), - page = _useState20[0], - setPage = _useState20[1]; - var _useState21 = (0,_react_17_0_2_react.useState)(9), - _useState22 = slicedToArray_default()(_useState21, 2), - limit = _useState22[0], - setLimit = _useState22[1]; - var _useState23 = (0,_react_17_0_2_react.useState)(false), - _useState24 = slicedToArray_default()(_useState23, 2), - isLoading = _useState24[0], - setIsLoading = _useState24[1]; + limit = _useState20[0], + setLimit = _useState20[1]; + (0,_react_17_0_2_react.useEffect)(function () { + //实验室中心 + (0,service_laboratory/* classroom_centers_query */.Jv)({ + page: 1, + limit: 10000, + keyword: '' + }).then(function (res) { + var _res$data; + setLaboratoryCenters([{ + id: '', + title: '全部' + }].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list))); + }); + //实验室 + (0,service_laboratory/* classroom_query */.GJ)({ + page: 1, + limit: 10000, + keyword: '' + }).then(function (res) { + var _res$data2; + setLaboratorys([{ + id: '', + title: '全部' + }].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.list))); + }); + }, []); var onShowSizeChange = function onShowSizeChange(page, size) { setPage(page); setLimit(size); @@ -274,34 +272,12 @@ var Navigation = function Navigation(_ref) { children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: MyReservationmodules.header_title, children: "\u6211\u7684\u9884\u7EA6" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { - placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u8D1F\u8D23\u4EBA\u8FDB\u884C\u641C\u7D22", - size: "large", - className: MyReservationmodules.search, - value: inputValue, - onChange: function onChange(e) { - if (e.target.value) { - setInputValue(e.target.value); - } else { - setkeyword(e.target.value); - setInputValue(e.target.value); - } - }, - onSearch: function onSearch(value) { - setkeyword(value); - }, - suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-sousuo9 font14 ".concat(MyReservationmodules.searchIcon), - onClick: function onClick() { - return setkeyword(inputValue); - } - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: MyReservationmodules.search_params, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { colon: false, label: "\u65F6\u95F4", + style: { + marginLeft: 'auto' + }, children: /*#__PURE__*/(0,jsx_runtime.jsx)(date_picker["default"], { style: { width: 140 @@ -316,7 +292,7 @@ var Navigation = function Navigation(_ref) { colon: false, label: "\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3", style: { - marginLeft: 'auto' + marginLeft: '20px' }, children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { style: { @@ -329,8 +305,8 @@ var Navigation = function Navigation(_ref) { }, children: laboratoryCenters === null || laboratoryCenters === void 0 ? void 0 : laboratoryCenters.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: item === null || item === void 0 ? void 0 : item.value, - children: item === null || item === void 0 ? void 0 : item.label + value: item === null || item === void 0 ? void 0 : item.id, + children: item === null || item === void 0 ? void 0 : item.title }, index); }) }) @@ -351,24 +327,30 @@ var Navigation = function Navigation(_ref) { }, children: laboratorys === null || laboratorys === void 0 ? void 0 : laboratorys.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: item === null || item === void 0 ? void 0 : item.value, - children: item === null || item === void 0 ? void 0 : item.label + value: item === null || item === void 0 ? void 0 : item.id, + children: item === null || item === void 0 ? void 0 : item.title }, index); }) }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: MyReservationmodules.clear_Data, - onClick: function onClick() { - setInputValue(''); - setkeyword(''); - setTime(''); - setLaboratoryCenter(''); - setLaboratory(''); + }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { + placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u8D1F\u8D23\u4EBA\u8FDB\u884C\u641C\u7D22", + size: "large", + className: MyReservationmodules.search, + value: keyword, + onChange: function onChange(e) { + setkeyword(e.target.value); + }, + onSearch: function onSearch(value) { + setkeyword(value); }, - children: "\u91CD\u7F6E" + suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-sousuo9 font14 ".concat(MyReservationmodules.searchIcon), + onClick: function onClick() { + return setkeyword(keyword); + } + }) })] }), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, { - loading: isLoading, pagination: false, dataSource: tableData, columns: columns diff --git a/p__Laboratory__MyReservation__index.70b0da8b.chunk.css b/p__Laboratory__MyReservation__index.75eec39f.chunk.css similarity index 84% rename from p__Laboratory__MyReservation__index.70b0da8b.chunk.css rename to p__Laboratory__MyReservation__index.75eec39f.chunk.css index d38453fa27..78d6fde4b0 100644 --- a/p__Laboratory__MyReservation__index.70b0da8b.chunk.css +++ b/p__Laboratory__MyReservation__index.75eec39f.chunk.css @@ -2,6 +2,7 @@ !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Laboratory/MyReservation/index.less?modules ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .header_div___pmJsM { + height: 60px; display: flex; } .header_div___pmJsM .header_title___ZupqH { @@ -12,14 +13,32 @@ color: #000000; line-height: 38px; } +.header_div___pmJsM [class~='ant-form-item'] [class~='ant-form-item-label'] { + text-align: right !important; +} +.header_div___pmJsM [class~='ant-form-item'] [class~='ant-form-item-label'] label { + color: #666 !important; + display: block !important; + height: 36px !important; + line-height: 36px !important; +} +.header_div___pmJsM [class~='ant-select-selector'] { + height: 36px !important; +} +.header_div___pmJsM [class~='ant-picker'] { + height: 36px !important; +} +.header_div___pmJsM [class~='ant-select-selection-item'] { + line-height: 34px !important; +} .header_div___pmJsM .search___tYDFm { - margin-left: auto; + margin-left: 20px; display: flex; align-items: center; overflow: hidden; border-radius: 19px; height: 38px; - width: 418px; + width: 350px; padding-left: 8px; background-color: #f6f7f9; border: none; diff --git a/p__Laboratory__ReservationManage__index.bf929689.async.js b/p__Laboratory__ReservationManage__index.7e3d6e9f.async.js similarity index 89% rename from p__Laboratory__ReservationManage__index.bf929689.async.js rename to p__Laboratory__ReservationManage__index.7e3d6e9f.async.js index 97c78d4cee..fbdd455c5f 100644 --- a/p__Laboratory__ReservationManage__index.bf929689.async.js +++ b/p__Laboratory__ReservationManage__index.7e3d6e9f.async.js @@ -56,20 +56,16 @@ var jsx_runtime = __webpack_require__(37712); var Navigation = function Navigation(_ref) { var loading = _ref.loading; - var _useState = (0,_react_17_0_2_react.useState)(''), + var _useState = (0,_react_17_0_2_react.useState)(), _useState2 = slicedToArray_default()(_useState, 2), - inputValue = _useState2[0], - setInputValue = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)(), - _useState4 = slicedToArray_default()(_useState3, 2), - keyword = _useState4[0], - setkeyword = _useState4[1]; + keyword = _useState2[0], + setkeyword = _useState2[1]; //预约数据 - var _useState5 = (0,_react_17_0_2_react.useState)([{}]), - _useState6 = slicedToArray_default()(_useState5, 2), - tableData = _useState6[0], - setTableData = _useState6[1]; + var _useState3 = (0,_react_17_0_2_react.useState)([{}]), + _useState4 = slicedToArray_default()(_useState3, 2), + tableData = _useState4[0], + setTableData = _useState4[1]; var columns = [{ title: '预约人', dataIndex: 'student_number1', @@ -299,31 +295,31 @@ var Navigation = function Navigation(_ref) { }]; //分页 - var _useState7 = (0,_react_17_0_2_react.useState)(100), + var _useState5 = (0,_react_17_0_2_react.useState)(100), + _useState6 = slicedToArray_default()(_useState5, 2), + total = _useState6[0], + setTotal = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(1), _useState8 = slicedToArray_default()(_useState7, 2), - total = _useState8[0], - setTotal = _useState8[1]; - var _useState9 = (0,_react_17_0_2_react.useState)(1), + page = _useState8[0], + setPage = _useState8[1]; + var _useState9 = (0,_react_17_0_2_react.useState)(10), _useState10 = slicedToArray_default()(_useState9, 2), - page = _useState10[0], - setPage = _useState10[1]; - var _useState11 = (0,_react_17_0_2_react.useState)(10), + limit = _useState10[0], + setLimit = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)(false), _useState12 = slicedToArray_default()(_useState11, 2), - limit = _useState12[0], - setLimit = _useState12[1]; - var _useState13 = (0,_react_17_0_2_react.useState)(false), - _useState14 = slicedToArray_default()(_useState13, 2), - isLoading = _useState14[0], - setIsLoading = _useState14[1]; + isLoading = _useState12[0], + setIsLoading = _useState12[1]; //时间 // const [times, setTimes] = useState([{ label: '第一节', value: '1' }, { label: '第二节', value: '2' }]) - var _useState15 = (0,_react_17_0_2_react.useState)(''), - _useState16 = slicedToArray_default()(_useState15, 2), - time = _useState16[0], - setTime = _useState16[1]; + var _useState13 = (0,_react_17_0_2_react.useState)(''), + _useState14 = slicedToArray_default()(_useState13, 2), + time = _useState14[0], + setTime = _useState14[1]; //实验室 - var _useState17 = (0,_react_17_0_2_react.useState)([{ + var _useState15 = (0,_react_17_0_2_react.useState)([{ label: '全部', value: '' }, { @@ -333,15 +329,15 @@ var Navigation = function Navigation(_ref) { label: '实验室2', value: '2' }]), + _useState16 = slicedToArray_default()(_useState15, 2), + laboratorys = _useState16[0], + setLaboratorys = _useState16[1]; + var _useState17 = (0,_react_17_0_2_react.useState)(''), _useState18 = slicedToArray_default()(_useState17, 2), - laboratorys = _useState18[0], - setLaboratorys = _useState18[1]; - var _useState19 = (0,_react_17_0_2_react.useState)(''), - _useState20 = slicedToArray_default()(_useState19, 2), - laboratory = _useState20[0], - setLaboratory = _useState20[1]; + laboratory = _useState18[0], + setLaboratory = _useState18[1]; //实验室中心 - var _useState21 = (0,_react_17_0_2_react.useState)([{ + var _useState19 = (0,_react_17_0_2_react.useState)([{ label: '全部', value: '' }, { @@ -351,13 +347,13 @@ var Navigation = function Navigation(_ref) { label: '中心2', value: '2' }]), + _useState20 = slicedToArray_default()(_useState19, 2), + laboratoryCenters = _useState20[0], + setLaboratoryCenters = _useState20[1]; + var _useState21 = (0,_react_17_0_2_react.useState)(''), _useState22 = slicedToArray_default()(_useState21, 2), - laboratoryCenters = _useState22[0], - setLaboratoryCenters = _useState22[1]; - var _useState23 = (0,_react_17_0_2_react.useState)(''), - _useState24 = slicedToArray_default()(_useState23, 2), - laboratoryCenter = _useState24[0], - setLaboratoryCenter = _useState24[1]; + laboratoryCenter = _useState22[0], + setLaboratoryCenter = _useState22[1]; var onShowSizeChange = function onShowSizeChange(page, size) { setPage(page); setLimit(size); @@ -432,14 +428,9 @@ var Navigation = function Navigation(_ref) { placeholder: "\u8BF7\u8F93\u5165\u9884\u7EA6\u4EBA\u4FE1\u606F/\u623F\u95F4\u53F7\u641C\u7D22", size: "large", className: ReservationManagemodules.search, - value: inputValue, + value: keyword, onChange: function onChange(e) { - if (e.target.value) { - setInputValue(e.target.value); - } else { - setkeyword(e.target.value); - setInputValue(e.target.value); - } + setkeyword(e.target.value); }, onSearch: function onSearch(value) { setkeyword(value); @@ -447,7 +438,7 @@ var Navigation = function Navigation(_ref) { suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-sousuo9 font14 ".concat(ReservationManagemodules.searchIcon), onClick: function onClick() { - return setkeyword(inputValue); + return setkeyword(keyword); } }) })] @@ -455,10 +446,7 @@ var Navigation = function Navigation(_ref) { loading: isLoading, pagination: false, dataSource: tableData, - columns: columns, - scroll: { - x: 1500 - } + columns: columns }), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", { children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { style: { diff --git a/p__Laboratory__Reservations__Info__index.44c11505.async.js b/p__Laboratory__Reservations__Info__index.4c0024ea.async.js similarity index 91% rename from p__Laboratory__Reservations__Info__index.44c11505.async.js rename to p__Laboratory__Reservations__Info__index.4c0024ea.async.js index 2d99abd1c7..75c69b06af 100644 --- a/p__Laboratory__Reservations__Info__index.44c11505.async.js +++ b/p__Laboratory__Reservations__Info__index.4c0024ea.async.js @@ -50,6 +50,8 @@ var date_picker = __webpack_require__(73597); var es_select = __webpack_require__(57809); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules +var input = __webpack_require__(60231); ;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/Info/Instructions/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var Instructionsmodules = ({"file_list":"file_list___vW4zF"}); @@ -449,8 +451,6 @@ var schedule_Navigation = function Navigation(_ref) { ;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/Info/subscribe/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var subscribemodules = ({"search_params":"search_params___K78D8","search":"search___p3sAW","searchIcon":"searchIcon___gueMn","add_Data":"add_Data___ay5O_","my_modal":"my_modal___kTFOK"}); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules -var input = __webpack_require__(60231); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules var table = __webpack_require__(17341); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules @@ -459,6 +459,9 @@ var pagination = __webpack_require__(42288); var TextArea = __webpack_require__(1643); // EXTERNAL MODULE: ./src/service/laboratory.ts var laboratory = __webpack_require__(66754); +// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.10@dayjs/dayjs.min.js +var dayjs_min = __webpack_require__(9498); +var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); ;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/Info/subscribe/index.tsx @@ -473,37 +476,34 @@ var laboratory = __webpack_require__(66754); + var subscribe_Navigation = function Navigation(_ref) { var loading = _ref.loading; - var _useState = (0,_react_17_0_2_react.useState)(''), + var _useState = (0,_react_17_0_2_react.useState)(), _useState2 = slicedToArray_default()(_useState, 2), - inputValue = _useState2[0], - setInputValue = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)(), - _useState4 = slicedToArray_default()(_useState3, 2), - keyword = _useState4[0], - setkeyword = _useState4[1]; + keyword = _useState2[0], + setkeyword = _useState2[1]; //时间 + var _useState3 = (0,_react_17_0_2_react.useState)(''), + _useState4 = slicedToArray_default()(_useState3, 2), + time = _useState4[0], + setTime = _useState4[1]; + //预约状态 var _useState5 = (0,_react_17_0_2_react.useState)(''), _useState6 = slicedToArray_default()(_useState5, 2), - time = _useState6[0], - setTime = _useState6[1]; - //预约状态 - var _useState7 = (0,_react_17_0_2_react.useState)(''), - _useState8 = slicedToArray_default()(_useState7, 2), - status = _useState8[0], - setStatus = _useState8[1]; + status = _useState6[0], + setStatus = _useState6[1]; //预约数据 - var _useState9 = (0,_react_17_0_2_react.useState)([{}]), - _useState10 = slicedToArray_default()(_useState9, 2), - tableData = _useState10[0], - setTableData = _useState10[1]; + var _useState7 = (0,_react_17_0_2_react.useState)([{}]), + _useState8 = slicedToArray_default()(_useState7, 2), + tableData = _useState8[0], + setTableData = _useState8[1]; //预约人下拉 - var _useState11 = (0,_react_17_0_2_react.useState)([]), - _useState12 = slicedToArray_default()(_useState11, 2), - directorsList = _useState12[0], - setDirectorsList = _useState12[1]; + var _useState9 = (0,_react_17_0_2_react.useState)([]), + _useState10 = slicedToArray_default()(_useState9, 2), + directorsList = _useState10[0], + setDirectorsList = _useState10[1]; var columns = [{ title: '预约人', dataIndex: 'student_number1', @@ -710,40 +710,40 @@ var subscribe_Navigation = function Navigation(_ref) { }]; //新建 调整 - var _useState13 = (0,_react_17_0_2_react.useState)(false), + var _useState11 = (0,_react_17_0_2_react.useState)(false), + _useState12 = slicedToArray_default()(_useState11, 2), + openAddModal = _useState12[0], + setOpenAddModal = _useState12[1]; + var _useState13 = (0,_react_17_0_2_react.useState)(''), _useState14 = slicedToArray_default()(_useState13, 2), - openAddModal = _useState14[0], - setOpenAddModal = _useState14[1]; - var _useState15 = (0,_react_17_0_2_react.useState)(''), - _useState16 = slicedToArray_default()(_useState15, 2), - addId = _useState16[0], - setAddId = _useState16[1]; + addId = _useState14[0], + setAddId = _useState14[1]; var _Form$useForm = es_form/* default */.Z.useForm(), _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), myForm = _Form$useForm2[0]; //驳回 取消预约 查看 - var _useState17 = (0,_react_17_0_2_react.useState)(false), + var _useState15 = (0,_react_17_0_2_react.useState)(false), + _useState16 = slicedToArray_default()(_useState15, 2), + openSeeModal = _useState16[0], + setOpenSeeModal = _useState16[1]; + var _useState17 = (0,_react_17_0_2_react.useState)('驳回'), _useState18 = slicedToArray_default()(_useState17, 2), - openSeeModal = _useState18[0], - setOpenSeeModal = _useState18[1]; - var _useState19 = (0,_react_17_0_2_react.useState)('驳回'), - _useState20 = slicedToArray_default()(_useState19, 2), - modalType = _useState20[0], - setModalType = _useState20[1]; + modalType = _useState18[0], + setModalType = _useState18[1]; //分页 - var _useState21 = (0,_react_17_0_2_react.useState)(90), + var _useState19 = (0,_react_17_0_2_react.useState)(90), + _useState20 = slicedToArray_default()(_useState19, 2), + total = _useState20[0], + setTotal = _useState20[1]; + var _useState21 = (0,_react_17_0_2_react.useState)(1), _useState22 = slicedToArray_default()(_useState21, 2), - total = _useState22[0], - setTotal = _useState22[1]; - var _useState23 = (0,_react_17_0_2_react.useState)(1), + page = _useState22[0], + setPage = _useState22[1]; + var _useState23 = (0,_react_17_0_2_react.useState)(10), _useState24 = slicedToArray_default()(_useState23, 2), - page = _useState24[0], - setPage = _useState24[1]; - var _useState25 = (0,_react_17_0_2_react.useState)(10), - _useState26 = slicedToArray_default()(_useState25, 2), - limit = _useState26[0], - setLimit = _useState26[1]; + limit = _useState24[0], + setLimit = _useState24[1]; (0,_react_17_0_2_react.useEffect)(function () { //预约人 (0,laboratory/* directors_query */.C0)({}).then(function (res) { @@ -763,6 +763,27 @@ var subscribe_Navigation = function Navigation(_ref) { // label.includes(search) || phone.includes(search) return label.includes(search); }; + var disabledDate = function disabledDate(current) { + // 获取今天的日期 + var today = dayjs_min_default()().startOf('day'); + // 获取本周的第一天和最后一天 + var startOfThisWeek = dayjs_min_default()().startOf('week'); + // 获取下周的最后一天 + var endOfNextWeek = dayjs_min_default()().endOf('week').add(1, 'week'); + // 如果当前日期早于本周的第一天或晚于下周的最后一天,则禁用 + if (current.isBefore(startOfThisWeek) || current.isAfter(endOfNextWeek)) { + return true; + } + // 如果当前日期在本周的日期范围内,但早于今天,则禁用 + if (current.isBefore(today)) { + return true; + } + // 如果当前日期在下周最后一天之后,则禁用 + if (current.isAfter(endOfNextWeek)) { + return true; + } + return false; + }; return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: subscribemodules.search_params, @@ -806,14 +827,9 @@ var subscribe_Navigation = function Navigation(_ref) { placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u9884\u7EA6\u4EBA\u8FDB\u884C\u641C\u7D22", size: "large", className: subscribemodules.search, - value: inputValue, + value: keyword, onChange: function onChange(e) { - if (e.target.value) { - setInputValue(e.target.value); - } else { - setkeyword(e.target.value); - setInputValue(e.target.value); - } + setkeyword(e.target.value); }, onSearch: function onSearch(value) { setkeyword(value); @@ -821,7 +837,7 @@ var subscribe_Navigation = function Navigation(_ref) { suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-sousuo9 font14 ".concat(subscribemodules.searchIcon), onClick: function onClick() { - return setkeyword(inputValue); + return setkeyword(keyword); } }) }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { @@ -966,7 +982,8 @@ var subscribe_Navigation = function Navigation(_ref) { style: { width: '100%' }, - format: "YYYY-MM-DD" + format: "YYYY-MM-DD", + disabledDate: disabledDate }) }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { colon: false, @@ -979,8 +996,12 @@ var subscribe_Navigation = function Navigation(_ref) { children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], { mode: "multiple", onChange: function onChange(e) { - if ((e === null || e === void 0 ? void 0 : e.length) > 2) { + if (e.length > 2) { message/* default */.ZP.error('最多只能选择两节次,请重新选择'); + // 清空最后选的那个选项 + myForm.setFieldValue('department4', e.slice(0, 2)); + } else { + myForm.setFieldValue('department4', e); } }, children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { @@ -1002,20 +1023,18 @@ var subscribe_Navigation = function Navigation(_ref) { required: true, message: '请选择工位数量' }], - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '1', - children: "1" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '2', - children: "2" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '3', - children: "3" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '4', - children: "4" - })] + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + type: "number", + max: 5, + onChange: function onChange(e) { + var value = e.target.value; + if (value === '' || Number(value) <= 5 && Number.isInteger(Number(value)) && Number(value) > 0) { + myForm.setFieldValue('department5', value); + } else { + message/* default */.ZP.error("\u8BF7\u8F93\u5165\u5927\u4E8E0\u4E14\u4E0D\u5927\u4E8E5\u7684\u6B63\u6574\u6570"); + myForm.setFieldValue('department5', ''); + } + } }) }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { style: { @@ -1201,6 +1220,7 @@ var subscribe_Navigation = function Navigation(_ref) { + var Info_Navigation = function Navigation(_ref) { var _user$userInfo, _user$userInfo2, _user$userInfo3; var loading = _ref.loading, @@ -1212,6 +1232,9 @@ var Info_Navigation = function Navigation(_ref) { var _Form$useForm = es_form/* default */.Z.useForm(), _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), myForm = _Form$useForm2[0]; + var _useSearchParams = (0,_umi_production_exports.useSearchParams)(), + _useSearchParams2 = slicedToArray_default()(_useSearchParams, 1), + searchParams = _useSearchParams2[0]; var items = [{ key: '1', label: '使用须知', @@ -1228,12 +1251,33 @@ var Info_Navigation = function Navigation(_ref) { var onChange = function onChange(key) { console.log(key); }; + var disabledDate = function disabledDate(current) { + // 获取今天的日期 + var today = dayjs_min_default()().startOf('day'); + // 获取本周的第一天和最后一天 + var startOfThisWeek = dayjs_min_default()().startOf('week'); + // 获取下周的最后一天 + var endOfNextWeek = dayjs_min_default()().endOf('week').add(1, 'week'); + // 如果当前日期早于本周的第一天或晚于下周的最后一天,则禁用 + if (current.isBefore(startOfThisWeek) || current.isAfter(endOfNextWeek)) { + return true; + } + // 如果当前日期在本周的日期范围内,但早于今天,则禁用 + if (current.isBefore(today)) { + return true; + } + // 如果当前日期在下周最后一天之后,则禁用 + if (current.isAfter(endOfNextWeek)) { + return true; + } + return false; + }; return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Infomodules.wrap, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Infomodules.back_style, onClick: function onClick() { - _umi_production_exports.history.push('/laboratory/reservations'); + _umi_production_exports.history.push("/laboratory/".concat(searchParams.get('index'))); }, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-fanhui2 font12 mr5" @@ -1418,7 +1462,8 @@ var Info_Navigation = function Navigation(_ref) { style: { width: '100%' }, - format: "YYYY-MM-DD" + format: "YYYY-MM-DD", + disabledDate: disabledDate }) }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { colon: false, @@ -1431,8 +1476,12 @@ var Info_Navigation = function Navigation(_ref) { children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], { mode: "multiple", onChange: function onChange(e) { - if ((e === null || e === void 0 ? void 0 : e.length) > 2) { + if (e.length > 2) { message/* default */.ZP.error('最多只能选择两节次,请重新选择'); + // 清空最后选的那个选项 + myForm.setFieldValue('department4', e.slice(0, 2)); + } else { + myForm.setFieldValue('department4', e); } }, children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { @@ -1452,22 +1501,20 @@ var Info_Navigation = function Navigation(_ref) { name: "department5", rules: [{ required: true, - message: '请选择工位数量' + message: '请选择输入数量' }], - children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], { - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '1', - children: "1" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '2', - children: "2" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '3', - children: "3" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: '4', - children: "4" - })] + children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { + type: "number", + max: 5, + onChange: function onChange(e) { + var value = e.target.value; + if (value === '' || Number(value) <= 5 && Number.isInteger(Number(value)) && Number(value) > 0) { + myForm.setFieldValue('department5', value); + } else { + message/* default */.ZP.error("\u8BF7\u8F93\u5165\u5927\u4E8E0\u4E14\u4E0D\u5927\u4E8E5\u7684\u6B63\u6574\u6570"); + myForm.setFieldValue('department5', ''); + } + } }) }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { style: { diff --git a/p__Laboratory__Reservations__index.7f3bf832.chunk.css b/p__Laboratory__Reservations__index.4c9f8019.chunk.css similarity index 87% rename from p__Laboratory__Reservations__index.7f3bf832.chunk.css rename to p__Laboratory__Reservations__index.4c9f8019.chunk.css index 4cc1e0be96..6a4673915a 100644 --- a/p__Laboratory__Reservations__index.7f3bf832.chunk.css +++ b/p__Laboratory__Reservations__index.4c9f8019.chunk.css @@ -2,6 +2,7 @@ !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Laboratory/Reservations/index.less?modules ***! \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .header_div___gU2FK { + height: 60px; display: flex; } .header_div___gU2FK .header_title___huRVO { @@ -12,14 +13,32 @@ color: #000000; line-height: 38px; } +.header_div___gU2FK [class~='ant-form-item'] [class~='ant-form-item-label'] { + text-align: right !important; +} +.header_div___gU2FK [class~='ant-form-item'] [class~='ant-form-item-label'] label { + color: #666 !important; + display: block !important; + height: 36px !important; + line-height: 36px !important; +} +.header_div___gU2FK [class~='ant-select-selector'] { + height: 36px !important; +} +.header_div___gU2FK [class~='ant-picker'] { + height: 36px !important; +} +.header_div___gU2FK [class~='ant-select-selection-item'] { + line-height: 34px !important; +} .header_div___gU2FK .search___nTL_1 { - margin-left: auto; + margin-left: 20px; display: flex; align-items: center; overflow: hidden; border-radius: 19px; height: 38px; - width: 418px; + width: 350px; padding-left: 8px; background-color: #f6f7f9; border: none; @@ -84,13 +103,12 @@ .content_list___kqSHs { display: flex; flex-wrap: wrap; - margin-top: 20px; } .content_list___kqSHs .content___Fo6uz { width: 222px; height: 247px; background: #FFFFFF; - margin: 0 7px 20px 6px; + margin: 0 10px 20px 10px; box-shadow: 0px 2px 4px 0px #D6DAE1; border-radius: 8px; cursor: pointer; diff --git a/p__Laboratory__Reservations__index.8d738bbb.async.js b/p__Laboratory__Reservations__index.e36d2668.async.js similarity index 91% rename from p__Laboratory__Reservations__index.8d738bbb.async.js rename to p__Laboratory__Reservations__index.e36d2668.async.js index eae0a80aa3..b9dfc6f647 100644 --- a/p__Laboratory__Reservations__index.8d738bbb.async.js +++ b/p__Laboratory__Reservations__index.e36d2668.async.js @@ -144,6 +144,9 @@ __webpack_require__.d(__webpack_exports__, { // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js var objectSpread2 = __webpack_require__(82242); var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js +var toConsumableArray = __webpack_require__(37205); +var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js var slicedToArray = __webpack_require__(79800); var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); @@ -154,18 +157,20 @@ var _umi_production_exports = __webpack_require__(44742); ;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var Reservationsmodules = ({"header_div":"header_div___gU2FK","header_title":"header_title___huRVO","search":"search___nTL_1","searchIcon":"searchIcon___C4rd8","search_params":"search_params___Yvatc","clear_Data":"clear_Data___yJnlT","content_list":"content_list___kqSHs","content":"content___Fo6uz","content_img":"content_img___Am69k","content_name":"content_name___ymfgI","content_title":"content_title___suatS","content_params":"content_params___tNwTL"}); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules -var input = __webpack_require__(60231); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules var es_form = __webpack_require__(78241); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 66 modules var date_picker = __webpack_require__(73597); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js var es_select = __webpack_require__(57809); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules +var input = __webpack_require__(60231); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules var pagination = __webpack_require__(42288); // EXTERNAL MODULE: ./src/assets/images/banner/classroom-banner.png var classroom_banner = __webpack_require__(99265); +// EXTERNAL MODULE: ./src/service/laboratory.ts +var service_laboratory = __webpack_require__(66754); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/index.tsx @@ -178,89 +183,95 @@ var jsx_runtime = __webpack_require__(37712); + + var Navigation = function Navigation(_ref) { var loading = _ref.loading; - var _useState = (0,_react_17_0_2_react.useState)(''), + var _useState = (0,_react_17_0_2_react.useState)(), _useState2 = slicedToArray_default()(_useState, 2), - inputValue = _useState2[0], - setInputValue = _useState2[1]; - var _useState3 = (0,_react_17_0_2_react.useState)(), - _useState4 = slicedToArray_default()(_useState3, 2), - keyword = _useState4[0], - setkeyword = _useState4[1]; + keyword = _useState2[0], + setkeyword = _useState2[1]; //时间 - var _useState5 = (0,_react_17_0_2_react.useState)(''), - _useState6 = slicedToArray_default()(_useState5, 2), - time = _useState6[0], - setTime = _useState6[1]; - var _useState7 = (0,_react_17_0_2_react.useState)([{ + var _useState3 = (0,_react_17_0_2_react.useState)(''), + _useState4 = slicedToArray_default()(_useState3, 2), + time = _useState4[0], + setTime = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)([{ label: '第一节', value: '1' }, { label: '第二节', value: '2' }]), + _useState6 = slicedToArray_default()(_useState5, 2), + sections = _useState6[0], + setSections = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(''), _useState8 = slicedToArray_default()(_useState7, 2), - sections = _useState8[0], - setSections = _useState8[1]; - var _useState9 = (0,_react_17_0_2_react.useState)(''), - _useState10 = slicedToArray_default()(_useState9, 2), - section = _useState10[0], - setSection = _useState10[1]; + section = _useState8[0], + setSection = _useState8[1]; //实验室中心 - var _useState11 = (0,_react_17_0_2_react.useState)([{ - label: '全部', - value: '' - }, { - label: '中心1', - value: '1' - }, { - label: '中心2', - value: '2' - }]), + var _useState9 = (0,_react_17_0_2_react.useState)([]), + _useState10 = slicedToArray_default()(_useState9, 2), + laboratoryCenters = _useState10[0], + setLaboratoryCenters = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)(''), _useState12 = slicedToArray_default()(_useState11, 2), - laboratoryCenters = _useState12[0], - setLaboratoryCenters = _useState12[1]; - var _useState13 = (0,_react_17_0_2_react.useState)(''), - _useState14 = slicedToArray_default()(_useState13, 2), - laboratoryCenter = _useState14[0], - setLaboratoryCenter = _useState14[1]; + laboratoryCenter = _useState12[0], + setLaboratoryCenter = _useState12[1]; //实验室 - var _useState15 = (0,_react_17_0_2_react.useState)([{ - label: '全部', - value: '' - }, { - label: '实验室1', - value: '1' - }, { - label: '实验室2', - value: '2' - }]), + var _useState13 = (0,_react_17_0_2_react.useState)([]), + _useState14 = slicedToArray_default()(_useState13, 2), + laboratorys = _useState14[0], + setLaboratorys = _useState14[1]; + var _useState15 = (0,_react_17_0_2_react.useState)(''), _useState16 = slicedToArray_default()(_useState15, 2), - laboratorys = _useState16[0], - setLaboratorys = _useState16[1]; - var _useState17 = (0,_react_17_0_2_react.useState)(''), - _useState18 = slicedToArray_default()(_useState17, 2), - laboratory = _useState18[0], - setLaboratory = _useState18[1]; + laboratory = _useState16[0], + setLaboratory = _useState16[1]; //实验室房间数据 - var _useState19 = (0,_react_17_0_2_react.useState)([{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]), - _useState20 = slicedToArray_default()(_useState19, 2), - roomList = _useState20[0], - setRoomList = _useState20[1]; + var _useState17 = (0,_react_17_0_2_react.useState)([{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]), + _useState18 = slicedToArray_default()(_useState17, 2), + roomList = _useState18[0], + setRoomList = _useState18[1]; //分页 - var _useState21 = (0,_react_17_0_2_react.useState)(90), + var _useState19 = (0,_react_17_0_2_react.useState)(90), + _useState20 = slicedToArray_default()(_useState19, 2), + total = _useState20[0], + setTotal = _useState20[1]; + var _useState21 = (0,_react_17_0_2_react.useState)(1), _useState22 = slicedToArray_default()(_useState21, 2), - total = _useState22[0], - setTotal = _useState22[1]; - var _useState23 = (0,_react_17_0_2_react.useState)(1), + page = _useState22[0], + setPage = _useState22[1]; + var _useState23 = (0,_react_17_0_2_react.useState)(9), _useState24 = slicedToArray_default()(_useState23, 2), - page = _useState24[0], - setPage = _useState24[1]; - var _useState25 = (0,_react_17_0_2_react.useState)(9), - _useState26 = slicedToArray_default()(_useState25, 2), - limit = _useState26[0], - setLimit = _useState26[1]; + limit = _useState24[0], + setLimit = _useState24[1]; + (0,_react_17_0_2_react.useEffect)(function () { + //实验室中心 + (0,service_laboratory/* classroom_centers_query */.Jv)({ + page: 1, + limit: 10000, + keyword: '' + }).then(function (res) { + var _res$data; + setLaboratoryCenters([{ + id: '', + title: '全部' + }].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list))); + }); + //实验室 + (0,service_laboratory/* classroom_query */.GJ)({ + page: 1, + limit: 10000, + keyword: '' + }).then(function (res) { + var _res$data2; + setLaboratorys([{ + id: '', + title: '全部' + }].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.list))); + }); + }, []); var onShowSizeChange = function onShowSizeChange(page, size) { setPage(page); setLimit(size); @@ -271,34 +282,12 @@ var Navigation = function Navigation(_ref) { children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: Reservationsmodules.header_title, children: "\u5B9E\u9A8C\u5BA4" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { - placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u8D1F\u8D23\u4EBA\u8FDB\u884C\u641C\u7D22", - size: "large", - className: Reservationsmodules.search, - value: inputValue, - onChange: function onChange(e) { - if (e.target.value) { - setInputValue(e.target.value); - } else { - setkeyword(e.target.value); - setInputValue(e.target.value); - } - }, - onSearch: function onSearch(value) { - setkeyword(value); - }, - suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { - className: "iconfont icon-sousuo9 font14 ".concat(Reservationsmodules.searchIcon), - onClick: function onClick() { - return setkeyword(inputValue); - } - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: Reservationsmodules.search_params, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, { colon: false, label: "\u65F6\u95F4", + style: { + marginLeft: 'auto' + }, children: /*#__PURE__*/(0,jsx_runtime.jsx)(date_picker["default"], { style: { width: 140 @@ -339,7 +328,7 @@ var Navigation = function Navigation(_ref) { }, children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { style: { - width: 140 + width: 160 }, defaultValue: laboratoryCenter, value: laboratoryCenter, @@ -348,8 +337,8 @@ var Navigation = function Navigation(_ref) { }, children: laboratoryCenters === null || laboratoryCenters === void 0 ? void 0 : laboratoryCenters.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: item === null || item === void 0 ? void 0 : item.value, - children: item === null || item === void 0 ? void 0 : item.label + value: item === null || item === void 0 ? void 0 : item.id, + children: item === null || item === void 0 ? void 0 : item.title }, index); }) }) @@ -361,7 +350,7 @@ var Navigation = function Navigation(_ref) { }, children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], { style: { - width: 140 + width: 160 }, defaultValue: laboratory, value: laboratory, @@ -370,22 +359,28 @@ var Navigation = function Navigation(_ref) { }, children: laboratorys === null || laboratorys === void 0 ? void 0 : laboratorys.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { - value: item === null || item === void 0 ? void 0 : item.value, - children: item === null || item === void 0 ? void 0 : item.label + value: item === null || item === void 0 ? void 0 : item.id, + children: item === null || item === void 0 ? void 0 : item.title }, index); }) }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { - className: Reservationsmodules.clear_Data, - onClick: function onClick() { - setInputValue(''); - setkeyword(''); - setTime(''); - setSection(''); - setLaboratoryCenter(''); - setLaboratory(''); + }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { + placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u8D1F\u8D23\u4EBA\u8FDB\u884C\u641C\u7D22", + size: "large", + className: Reservationsmodules.search, + value: keyword, + onChange: function onChange(e) { + setkeyword(e.target.value); }, - children: "\u91CD\u7F6E" + onSearch: function onSearch(value) { + setkeyword(value); + }, + suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-sousuo9 font14 ".concat(Reservationsmodules.searchIcon), + onClick: function onClick() { + return setkeyword(keyword); + } + }) })] }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: Reservationsmodules.content_list, @@ -393,7 +388,7 @@ var Navigation = function Navigation(_ref) { return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Reservationsmodules.content, onClick: function onClick() { - _umi_production_exports.history.push("/laboratory/reservations/".concat(310, "/info")); + _umi_production_exports.history.push("/laboratory/reservations/".concat(310, "/info?index=reservations")); }, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { className: Reservationsmodules.content_img, diff --git a/umi.0c87e51b.js b/umi.9d8fd19f.js similarity index 99% rename from umi.0c87e51b.js rename to umi.9d8fd19f.js index 675faac406..2151463713 100644 --- a/umi.0c87e51b.js +++ b/umi.9d8fd19f.js @@ -204114,7 +204114,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","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","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","11130":"p__Laboratory__MyReservation__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","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","31078":"p__Laboratory__LaboratoryType__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","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","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","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","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","57989":"p__Laboratory__MyLaboratory__Info__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","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","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","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","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","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","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","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","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"292":"5f99b889","310":"5a39ac54","556":"c2a1772d","647":"0af8b66d","1482":"e5429011","1511":"d77518d6","1660":"c2269bc6","1702":"e33daed2","2058":"186da5be","2249":"90399667","2360":"2f3cadfa","2494":"5e069ec9","2659":"7ba4f6a8","2805":"76f563db","2819":"0da23b8e","2837":"b3a05bc1","3043":"43148ef5","3133":"6a9f7113","3142":"bf75c4e5","3317":"66110d47","3391":"94253edc","3451":"564c6fe9","3509":"7e08ede2","3585":"fdacad60","3885":"e66b03f8","3951":"04205396","4007":"7d1df3f9","4509":"0147311c","4665":"32b30b50","4685":"21279a05","4736":"9b0cdf45","4766":"c2843923","4884":"33517e41","4973":"54685642","5112":"20a1aaf0","5434":"361b868d","5499":"72ffe76f","5529":"b4cdde50","5572":"6ca02810","6127":"faf558d0","6378":"27c8142f","6613":"a9d63411","6685":"ccd1392a","6758":"98eb2c3b","6788":"03218d84","7043":"40e24823","7558":"534c81f3","7852":"9f9caf53","7872":"0bd4efc7","7884":"5f1dec1e","8069":"d51f74c4","8787":"d9a18290","8999":"8a197601","9303":"5d5f138a","9416":"5e404843","9525":"b3c7c405","9726":"3e299d04","9928":"5856e32a","9951":"92fba996","10195":"9a88c2aa","10354":"5c063e6f","10485":"3babd450","10737":"c780e0d4","10799":"bbe9d9a4","10921":"8b6fca10","11070":"73669963","11130":"7e0f6c7c","11253":"a7908304","11512":"16a99863","11520":"dd1eeb32","11545":"48d542de","11581":"92f06b88","12076":"30bda208","12102":"8ad00485","12303":"88d6beeb","12386":"289c62c7","12412":"43dab04a","12476":"29110adf","12554":"93fc4928","12578":"406e73b4","12834":"ca4708e1","12865":"286cdb22","12884":"0cbd39de","12911":"f94aa754","13006":"3de0865a","13355":"0455394b","13488":"be3a30f4","13581":"5c58fc6a","14015":"57b298f7","14058":"5be5fc57","14088":"c639825c","14105":"e8a2b4e6","14227":"d247d7cd","14514":"95bd306c","14599":"4806373c","14610":"4c01e269","14642":"d8d9787e","14662":"bb1f04ce","14748":"4a3da764","14889":"d2b20683","15148":"f328b41b","15186":"498e1df3","15234":"5547b9fa","15290":"7b3f25d8","15319":"4380dc2f","15342":"e328a2ce","15402":"56cd4885","15631":"d790a1bf","15845":"c8fe49ef","15848":"592341cf","15882":"4e55ae53","16202":"d39b0f7d","16328":"0740c735","16434":"cae5b579","16495":"81eedb94","16703":"9391be54","16729":"b5077026","16845":"3e4b9ab9","17333":"e0a0df1c","17341":"56ec9a15","17482":"87013cd4","17527":"9c876b82","17531":"f9365ad1","17622":"e6152c0b","17806":"b5a8ea18","17813":"8dc0ef4e","18241":"729038f4","18302":"4fbea3e9","18307":"fbf78935","18350":"0ed0f7c3","18898":"25ad586a","18963":"33e3df18","19019":"22544bed","19208":"85e01132","19215":"976a7b76","19360":"3ee0adf5","19519":"2caf633e","19715":"48ce299a","19842":"23dc8e10","19858":"98ed15b1","19891":"90ac9047","20026":"71ccb32f","20341":"6ab5bd61","20459":"3355bac2","20576":"c90e7824","20680":"82ad5056","20700":"eaf682fe","20834":"2d5d218f","21265":"b9cc9933","21423":"6f6decc7","21560":"7881ec96","21578":"16710fd8","21727":"e2709f64","21790":"b609d1f3","21939":"2616f962","22254":"6ffccad3","22307":"789ad599","22653":"0069f5db","22659":"93bc4139","22707":"f3738530","23058":"83d0c3fa","23283":"1030ef38","23332":"e5f5ff90","23877":"d87ff2be","24504":"562fc2c7","24628":"b863dad4","24665":"07521b8e","24797":"eb563316","25022":"324b96c3","25470":"f4d7b90d","25501":"0fa81d9b","25510":"082f0085","25705":"c2b794c5","25972":"17cf2041","26126":"400f4fd5","26366":"251e1054","26509":"6c510172","26685":"53b0cbb2","26741":"7fcea398","26883":"ca3f08b9","27178":"83ad12cf","27182":"af387f56","27333":"277fb92b","27395":"989eef26","27706":"c0d5e1ef","27739":"075e364f","28048":"2645f041","28072":"522940a0","28089":"aaa88c03","28161":"00a22aad","28237":"9e5e4d93","28384":"c9646c91","28435":"dc7d4b44","28561":"ec76d55e","28639":"f7480a34","28723":"e27ec039","28782":"f2c2b50b","28920":"842a9870","28932":"0a60b29c","28982":"287472d6","29559":"cdc05f60","29647":"abf63eb9","29895":"1fa85db5","29968":"5c930f27","30067":"d120813f","30264":"65b0b401","30342":"eb2e2f9e","30741":"0afd7032","31006":"ce36dd21","31078":"f36ce411","31110":"1c077b82","31154":"abb4690e","31211":"f2198fbb","31233":"f67332b9","31427":"d4133a61","31540":"4881c3fe","31674":"365bd92b","31953":"082f4cff","31962":"18fc85df","32234":"688dd6bf","33356":"89907b88","33534":"f41cf071","33747":"ae447c94","33784":"7d714e71","33805":"a93fd24f","34093":"1e097285","34601":"986c63f0","34731":"f0e54157","34741":"cb62f7b9","34790":"6eb90335","34800":"218eb849","34850":"daf624f2","34994":"ab8bc48b","35060":"7530a2b3","35238":"ec019943","35354":"c0640e01","35380":"239b13d0","35400":"7dbb01a4","35416":"b4018e87","35698":"b0451ad5","35729":"5509484a","35977":"d0f44000","36029":"a75faf03","36134":"2e0ad0ab","36270":"145a6caa","36453":"17d97d85","36634":"03daa006","36784":"ee64315f","37026":"296a85ca","37062":"e12e8c20","37312":"6ca8bcac","37948":"97011e10","38021":"03d23762","38143":"0c463c5b","38302":"982ba90b","38447":"6d8634d4","38634":"9863d5ce","38797":"e3ebbdeb","39252":"01ffe0b6","39266":"6c4bb899","39332":"0fa1b0ea","39391":"9f60edeb","39404":"88379a65","39615":"f971c69e","39695":"33684ebf","39798":"e4d9f80d","39820":"1b5fa0dd","39950":"57e939c0","40544":"7de7dbae","40559":"0ebb0684","40622":"54f130e0","41001":"82578722","41048":"d932f47b","41051":"fa5df0b7","41530":"618cad6c","41657":"5a553732","41717":"39e64c42","41883":"70378167","41953":"43b870f7","42240":"f97cf4cf","42288":"5f770329","42441":"8238600f","42459":"123aeb4a","42642":"bc219279","43110":"6abf25af","43212":"bf929689","43369":"4977ab64","43428":"8db8cf74","43442":"7a84fa98","43459":"f6dace55","43464":"14a2daae","43553":"1a2b1273","43695":"cea83b30","43718":"bf87951c","43862":"37bbc3ca","44076":"7da303fe","44216":"da3ee23c","44259":"047886fa","44354":"4d10aca1","44360":"2fe17938","44425":"9947d74d","44449":"2d56868a","44565":"4fcc96e6","44801":"7b27d429","45096":"508bfb70","45179":"75eacdbe","45286":"b3dfaeb6","45359":"3f716f71","45413":"92e787ad","45504":"b8bd64a9","45650":"21d4c34f","45775":"53e7d7b6","45825":"4cc9a8e3","45827":"1ec2d73e","45992":"62ecc121","46070":"c8d10ad2","46095":"188fd9a5","46276":"545f54af","46441":"640e9b10","46573":"db7fbeee","46796":"c5907313","46949":"702cacbf","46963":"83603567","47545":"e564f0f1","47644":"c0455360","47686":"f38a5fc1","48077":"043cee90","48431":"7878b3ca","48573":"3d9e4c7c","48689":"787fe8fc","48749":"b513dae7","48776":"3ca5830e","48801":"bb606018","49127":"b8ed27fe","49166":"27405a94","49205":"cbcf9374","49260":"d82ab47f","49366":"89d98d1c","49716":"3bd01b96","49890":"a1216db4","50202":"989f60b7","50812":"f83223e5","50869":"59a809f9","51144":"88d767c5","51276":"ef5019b6","51423":"6361b2fb","51461":"f7940cf7","51582":"73df2c6b","51646":"a1e61a3a","51855":"cbedbf8c","52120":"8fb5591b","52338":"de5d8cb4","52404":"c967e834","52720":"56682825","52806":"73a86f08","52829":"0723409e","52875":"f2b8bc2d","53114":"685610c8","53247":"076fc02a","53550":"d1343c48","53697":"344fc05c","53777":"630cd89c","53910":"1fee7e7a","54039":"f2f10205","54056":"b9e9b901","54164":"2f90e74d","54492":"1dee6e1a","54572":"14052ec2","54770":"d71c098a","54862":"81e71a60","55351":"b1b9a06c","55573":"cc52bd01","55624":"811246e9","55693":"4b714ff1","55716":"45f448bc","56047":"b4b0d1c6","56156":"c61ad60b","56277":"3c50e8e0","56537":"a6ed2dbf","56680":"acdfcc58","56721":"76b822a8","56990":"a39681f8","57045":"4571d37c","57362":"5ca7d8b0","57365":"7e7804c5","57560":"d30125f2","57614":"bfd525b4","57989":"7ab2173b","58121":"1288b10c","58223":"5440582d","58271":"04f27f83","58667":"2c1abb11","58857":"c443c0bf","59133":"096b457c","59649":"8b157799","59788":"256fbad6","60479":"651f4bc8","60510":"93d186a4","60533":"3c319e23","60547":"8591720d","60961":"ad6d18bc","61043":"7a93ba0e","61463":"b0ed92f0","61502":"ef14298b","61713":"117aa78b","61727":"23c512dd","61880":"8e28d847","62300":"be0d26e5","62548":"204be2bd","62791":"9f101df7","62945":"927b34c0","63016":"dcef4834","63060":"a7ba436b","63157":"0e7eb994","63198":"f92793e1","63274":"ecc3f7f4","63892":"4ce1cab9","64017":"bf0ce8de","64144":"155427ba","64217":"678e2f1d","64496":"7263d1b4","64520":"37773ee2","64931":"bb3576b8","64970":"a2aa94c7","65111":"917bfd3a","65148":"c377fa83","65191":"54d27cb5","65549":"c666a0e1","65745":"93b67c79","65816":"ea96fdc1","65876":"a2754c64","66034":"88e149a2","66063":"7ca769db","66151":"56e7d1cd","66199":"d1b61c72","66531":"45fddc81","66567":"3684a4cc","66583":"bf154d54","66651":"42c51a93","66670":"565af23b","66754":"84fddd41","67156":"918b4bca","67242":"3a292234","67878":"9c843b52","67917":"2397db54","68014":"7f8bcff1","68665":"928980b9","68827":"b1fc0d75","68842":"19057860","68882":"3ad30ad3","69922":"d6a2b6be","69944":"a2aee3d8","70064":"ab650860","70130":"02ec5fc4","70671":"749b4875","70795":"cdd2a9ee","70928":"682b1ced","70981":"157d0b6b","70992":"d586ea35","71448":"db746152","71450":"0345178b","71783":"eabfabca","72011":"7efe6dda","72032":"53142c48","72079":"d4e8220f","72529":"ccd25f57","72539":"861c33be","72570":"ecfcd257","72969":"53256e8c","73183":"f1cf1a14","73220":"e8a8a0bb","73408":"eb808cea","73597":"9e4401a2","73692":"1958d493","73755":"052e107f","74014":"5339ac81","74210":"3e87602c","74231":"fade2f86","74264":"2185660b","74297":"f364356c","74332":"fcd1c4ce","74347":"a722ba6c","74795":"79bbe2c2","74914":"3539c1f8","74997":"2fd55a58","75043":"1b132032","75149":"2a800bb8","75199":"840ce875","75321":"9b9a5dc1","75357":"dfafd3fa","75449":"8305e773","75786":"8c2e0e13","75816":"984372b2","76054":"279697f4","76768":"8d00ed96","76904":"03f4baa5","77084":"5fe882f0","77460":"4253f12b","77792":"1628dfd6","77857":"59bef61a","78085":"0b09df15","78241":"7af5fcf1","78302":"2f657c59","78737":"fa31da0e","78782":"edec3f2d","78941":"f3c1d63b","79489":"f82c340c","79590":"8f321e97","79817":"7335ffdf","79850":"2b90a54d","79921":"e2691503","80189":"8941e3cb","80508":"5c8039b5","80629":"ca49ee59","81148":"9ee2b468","81326":"0534ed30","81799":"45a5c1d3","81907":"f894ed4b","81941":"e329e103","82339":"cc6db1a4","82399":"3c3ce2b9","82425":"f4c8033c","82437":"9976775c","82443":"8290a06e","82675":"183678bd","83012":"b0f96a44","83092":"2f27a758","83105":"aab29e3f","83141":"8d4d741d","83212":"93706d89","83285":"bedc8253","83541":"69c78b92","83935":"b9f2f924","84542":"b7b8f128","84546":"7c3a20b0","84742":"ec5aa72b","85048":"dcc46d9a","85111":"9469ea73","85297":"5129b9ce","85325":"245e4078","85354":"9e5f3fb9","85494":"da5840b1","85757":"cea938db","85764":"5c1c73b5","85888":"bfa406ad","85891":"d514df9f","86045":"0a358cbb","86052":"e175bef1","86129":"801a9880","86186":"cdd80a14","86452":"07a48dcf","86541":"0b2b4fcb","86634":"2d8f2d13","86774":"2db1d78d","86820":"b27c97ca","86913":"f0794516","87058":"736eda0d","87260":"34f2e112","87922":"a2aead45","87964":"83911fb5","88155":"a7124315","88517":"d328867a","88699":"53b13f2f","88866":"9f3c2ce0","88879":"4e346245","89076":"4252b0f9","89342":"da56debd","89554":"3bd5f2ea","89677":"f90aa452","89785":"5609ce64","89925":"eccef10d","90109":"77a62a9e","90265":"5106cbcc","90316":"c34a4fc4","90337":"e1c08042","90715":"d953d7d1","91045":"2d00f5dc","91274":"c142e23b","91350":"0ae84a5f","91462":"2cbc46cd","91470":"4b424768","91749":"250855b0","91831":"2e5c0500","91857":"12ffa595","92045":"6ff8e3bd","92501":"4ad31d12","92538":"a4db897b","92594":"0f02017f","92603":"c23bd8c1","92823":"b8bf4010","92983":"f68ca2d4","93260":"c29b7d45","93282":"61e76b7b","93450":"f2504135","93496":"9fed13e2","93607":"a808be05","93665":"40090f7f","93666":"889d98e2","93668":"d2909d38","93773":"e158d5cf","93948":"710ccde6","94078":"b06ff4de","94498":"6c7bb4d8","94662":"befecaf4","94715":"e19de495","94807":"9a93788a","94849":"6875bf26","95125":"5f7eab6b","95176":"f2ba508c","95329":"ecfa0acb","95335":"37aa34a7","95630":"598f674d","95679":"33378d80","95831":"8181842c","96163":"44c11505","96444":"be4dd44e","96474":"716075ff","96600":"63cdaa9a","96612":"8d4124ac","96778":"478b4e70","96882":"8629ab70","96971":"72fb326a","97008":"1788f1b3","97046":"b8fe549c","97120":"0eb88e7b","97591":"4868bb6b","97986":"a870a57e","98062":"3d805a00","98228":"7d1630e8","98398":"b9ba8429","98688":"958c0d50","98836":"0f5aceee","98885":"e649dffb","98936":"14f102dc","99097":"64069827","99104":"d4f63539","99270":"5159247b","99313":"970e867a","99464":"8e78cc3c","99674":"0c373c14","99758":"8d738bbb"}[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","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","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","11130":"p__Laboratory__MyReservation__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","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","31078":"p__Laboratory__LaboratoryType__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","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","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","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","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","57989":"p__Laboratory__MyLaboratory__Info__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","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","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","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","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","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","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","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","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"292":"5f99b889","310":"5a39ac54","556":"c2a1772d","647":"0af8b66d","1482":"e5429011","1511":"d77518d6","1660":"c2269bc6","1702":"e33daed2","2058":"186da5be","2249":"90399667","2360":"2f3cadfa","2494":"5e069ec9","2659":"7ba4f6a8","2805":"76f563db","2819":"0da23b8e","2837":"b3a05bc1","3043":"43148ef5","3133":"6a9f7113","3142":"bf75c4e5","3317":"66110d47","3391":"94253edc","3451":"564c6fe9","3509":"7e08ede2","3585":"fdacad60","3885":"e66b03f8","3951":"04205396","4007":"7d1df3f9","4509":"0147311c","4665":"32b30b50","4685":"21279a05","4736":"9b0cdf45","4766":"c2843923","4884":"33517e41","4973":"54685642","5112":"20a1aaf0","5434":"361b868d","5499":"72ffe76f","5529":"b4cdde50","5572":"6ca02810","6127":"faf558d0","6378":"27c8142f","6613":"a9d63411","6685":"ccd1392a","6758":"98eb2c3b","6788":"03218d84","7043":"40e24823","7558":"534c81f3","7852":"9f9caf53","7872":"0bd4efc7","7884":"5f1dec1e","8069":"d51f74c4","8787":"d9a18290","8999":"8a197601","9303":"5d5f138a","9416":"5e404843","9525":"b3c7c405","9726":"3e299d04","9928":"5856e32a","9951":"92fba996","10195":"9a88c2aa","10354":"5c063e6f","10485":"3babd450","10737":"c780e0d4","10799":"bbe9d9a4","10921":"8b6fca10","11070":"73669963","11130":"0b71ae2a","11253":"a7908304","11512":"16a99863","11520":"dd1eeb32","11545":"48d542de","11581":"92f06b88","12076":"30bda208","12102":"8ad00485","12303":"88d6beeb","12386":"289c62c7","12412":"43dab04a","12476":"29110adf","12554":"93fc4928","12578":"406e73b4","12834":"ca4708e1","12865":"286cdb22","12884":"0cbd39de","12911":"f94aa754","13006":"3de0865a","13355":"0455394b","13488":"be3a30f4","13581":"5c58fc6a","14015":"57b298f7","14058":"5be5fc57","14088":"c639825c","14105":"e8a2b4e6","14227":"d247d7cd","14514":"95bd306c","14599":"4806373c","14610":"4c01e269","14642":"d8d9787e","14662":"bb1f04ce","14748":"4a3da764","14889":"d2b20683","15148":"f328b41b","15186":"498e1df3","15234":"5547b9fa","15290":"7b3f25d8","15319":"4380dc2f","15342":"e328a2ce","15402":"56cd4885","15631":"d790a1bf","15845":"c8fe49ef","15848":"592341cf","15882":"4e55ae53","16202":"d39b0f7d","16328":"0740c735","16434":"cae5b579","16495":"81eedb94","16703":"9391be54","16729":"b5077026","16845":"3e4b9ab9","17333":"e0a0df1c","17341":"56ec9a15","17482":"87013cd4","17527":"9c876b82","17531":"f9365ad1","17622":"e6152c0b","17806":"b5a8ea18","17813":"8dc0ef4e","18241":"729038f4","18302":"4fbea3e9","18307":"fbf78935","18350":"0ed0f7c3","18898":"25ad586a","18963":"33e3df18","19019":"22544bed","19208":"85e01132","19215":"976a7b76","19360":"3ee0adf5","19519":"2caf633e","19715":"48ce299a","19842":"23dc8e10","19858":"98ed15b1","19891":"90ac9047","20026":"71ccb32f","20341":"6ab5bd61","20459":"3355bac2","20576":"c90e7824","20680":"82ad5056","20700":"eaf682fe","20834":"2d5d218f","21265":"b9cc9933","21423":"6f6decc7","21560":"7881ec96","21578":"16710fd8","21727":"e2709f64","21790":"b609d1f3","21939":"2616f962","22254":"6ffccad3","22307":"789ad599","22653":"0069f5db","22659":"93bc4139","22707":"f3738530","23058":"83d0c3fa","23283":"1030ef38","23332":"e5f5ff90","23877":"d87ff2be","24504":"562fc2c7","24628":"b863dad4","24665":"07521b8e","24797":"eb563316","25022":"324b96c3","25470":"f4d7b90d","25501":"0fa81d9b","25510":"082f0085","25705":"c2b794c5","25972":"17cf2041","26126":"400f4fd5","26366":"251e1054","26509":"6c510172","26685":"53b0cbb2","26741":"7fcea398","26883":"ca3f08b9","27178":"83ad12cf","27182":"af387f56","27333":"277fb92b","27395":"989eef26","27706":"c0d5e1ef","27739":"075e364f","28048":"2645f041","28072":"522940a0","28089":"aaa88c03","28161":"00a22aad","28237":"9e5e4d93","28384":"c9646c91","28435":"dc7d4b44","28561":"ec76d55e","28639":"f7480a34","28723":"e27ec039","28782":"f2c2b50b","28920":"842a9870","28932":"0a60b29c","28982":"287472d6","29559":"cdc05f60","29647":"abf63eb9","29895":"1fa85db5","29968":"5c930f27","30067":"d120813f","30264":"65b0b401","30342":"eb2e2f9e","30741":"0afd7032","31006":"ce36dd21","31078":"f36ce411","31110":"1c077b82","31154":"abb4690e","31211":"f2198fbb","31233":"f67332b9","31427":"d4133a61","31540":"4881c3fe","31674":"365bd92b","31953":"082f4cff","31962":"18fc85df","32234":"688dd6bf","33356":"89907b88","33534":"f41cf071","33747":"ae447c94","33784":"7d714e71","33805":"a93fd24f","34093":"1e097285","34601":"986c63f0","34731":"f0e54157","34741":"cb62f7b9","34790":"6eb90335","34800":"218eb849","34850":"daf624f2","34994":"ab8bc48b","35060":"7530a2b3","35238":"ec019943","35354":"c0640e01","35380":"239b13d0","35400":"7dbb01a4","35416":"b4018e87","35698":"b0451ad5","35729":"5509484a","35977":"d0f44000","36029":"a75faf03","36134":"2e0ad0ab","36270":"145a6caa","36453":"17d97d85","36634":"03daa006","36784":"ee64315f","37026":"296a85ca","37062":"e12e8c20","37312":"6ca8bcac","37948":"97011e10","38021":"03d23762","38143":"0c463c5b","38302":"982ba90b","38447":"6d8634d4","38634":"9863d5ce","38797":"e3ebbdeb","39252":"01ffe0b6","39266":"6c4bb899","39332":"0fa1b0ea","39391":"9f60edeb","39404":"88379a65","39615":"f971c69e","39695":"33684ebf","39798":"e4d9f80d","39820":"1b5fa0dd","39950":"57e939c0","40544":"7de7dbae","40559":"0ebb0684","40622":"54f130e0","41001":"82578722","41048":"d932f47b","41051":"fa5df0b7","41530":"618cad6c","41657":"5a553732","41717":"39e64c42","41883":"70378167","41953":"43b870f7","42240":"f97cf4cf","42288":"5f770329","42441":"8238600f","42459":"123aeb4a","42642":"bc219279","43110":"6abf25af","43212":"7e3d6e9f","43369":"4977ab64","43428":"8db8cf74","43442":"7a84fa98","43459":"f6dace55","43464":"14a2daae","43553":"1a2b1273","43695":"cea83b30","43718":"bf87951c","43862":"37bbc3ca","44076":"7da303fe","44216":"da3ee23c","44259":"047886fa","44354":"4d10aca1","44360":"2fe17938","44425":"9947d74d","44449":"2d56868a","44565":"4fcc96e6","44801":"7b27d429","45096":"508bfb70","45179":"75eacdbe","45286":"b3dfaeb6","45359":"3f716f71","45413":"92e787ad","45504":"b8bd64a9","45650":"21d4c34f","45775":"53e7d7b6","45825":"4cc9a8e3","45827":"1ec2d73e","45992":"62ecc121","46070":"c8d10ad2","46095":"188fd9a5","46276":"545f54af","46441":"640e9b10","46573":"db7fbeee","46796":"c5907313","46949":"702cacbf","46963":"83603567","47545":"e564f0f1","47644":"c0455360","47686":"f38a5fc1","48077":"043cee90","48431":"7878b3ca","48573":"3d9e4c7c","48689":"787fe8fc","48749":"b513dae7","48776":"3ca5830e","48801":"bb606018","49127":"b8ed27fe","49166":"27405a94","49205":"cbcf9374","49260":"d82ab47f","49366":"89d98d1c","49716":"3bd01b96","49890":"a1216db4","50202":"989f60b7","50812":"f83223e5","50869":"59a809f9","51144":"88d767c5","51276":"ef5019b6","51423":"6361b2fb","51461":"f7940cf7","51582":"73df2c6b","51646":"a1e61a3a","51855":"cbedbf8c","52120":"8fb5591b","52338":"de5d8cb4","52404":"c967e834","52720":"56682825","52806":"73a86f08","52829":"0723409e","52875":"f2b8bc2d","53114":"685610c8","53247":"076fc02a","53550":"d1343c48","53697":"344fc05c","53777":"630cd89c","53910":"1fee7e7a","54039":"f2f10205","54056":"b9e9b901","54164":"2f90e74d","54492":"1dee6e1a","54572":"14052ec2","54770":"d71c098a","54862":"81e71a60","55351":"b1b9a06c","55573":"cc52bd01","55624":"811246e9","55693":"4b714ff1","55716":"45f448bc","56047":"b4b0d1c6","56156":"c61ad60b","56277":"3c50e8e0","56537":"a6ed2dbf","56680":"acdfcc58","56721":"76b822a8","56990":"a39681f8","57045":"4571d37c","57362":"5ca7d8b0","57365":"7e7804c5","57560":"d30125f2","57614":"bfd525b4","57989":"27fb7625","58121":"1288b10c","58223":"5440582d","58271":"04f27f83","58667":"2c1abb11","58857":"c443c0bf","59133":"096b457c","59649":"8b157799","59788":"256fbad6","60479":"651f4bc8","60510":"93d186a4","60533":"3c319e23","60547":"8591720d","60961":"ad6d18bc","61043":"7a93ba0e","61463":"b0ed92f0","61502":"ef14298b","61713":"117aa78b","61727":"23c512dd","61880":"8e28d847","62300":"be0d26e5","62548":"204be2bd","62791":"9f101df7","62945":"927b34c0","63016":"dcef4834","63060":"a7ba436b","63157":"0e7eb994","63198":"f92793e1","63274":"ecc3f7f4","63892":"4ce1cab9","64017":"bf0ce8de","64144":"155427ba","64217":"678e2f1d","64496":"7263d1b4","64520":"37773ee2","64931":"bb3576b8","64970":"a2aa94c7","65111":"917bfd3a","65148":"c377fa83","65191":"54d27cb5","65549":"c666a0e1","65745":"93b67c79","65816":"ea96fdc1","65876":"a2754c64","66034":"88e149a2","66063":"7ca769db","66151":"56e7d1cd","66199":"d1b61c72","66531":"45fddc81","66567":"3684a4cc","66583":"bf154d54","66651":"42c51a93","66670":"565af23b","66754":"84fddd41","67156":"918b4bca","67242":"3a292234","67878":"9c843b52","67917":"2397db54","68014":"7f8bcff1","68665":"928980b9","68827":"b1fc0d75","68842":"19057860","68882":"3ad30ad3","69922":"d6a2b6be","69944":"a2aee3d8","70064":"ab650860","70130":"02ec5fc4","70671":"749b4875","70795":"cdd2a9ee","70928":"682b1ced","70981":"157d0b6b","70992":"d586ea35","71448":"db746152","71450":"0345178b","71783":"eabfabca","72011":"7efe6dda","72032":"53142c48","72079":"d4e8220f","72529":"ccd25f57","72539":"861c33be","72570":"ecfcd257","72969":"53256e8c","73183":"f1cf1a14","73220":"e8a8a0bb","73408":"eb808cea","73597":"9e4401a2","73692":"1958d493","73755":"052e107f","74014":"5339ac81","74210":"3e87602c","74231":"fade2f86","74264":"2185660b","74297":"fe293d85","74332":"fcd1c4ce","74347":"a722ba6c","74795":"79bbe2c2","74914":"3539c1f8","74997":"2fd55a58","75043":"1b132032","75149":"2a800bb8","75199":"840ce875","75321":"9b9a5dc1","75357":"dfafd3fa","75449":"8305e773","75786":"8c2e0e13","75816":"984372b2","76054":"279697f4","76768":"8d00ed96","76904":"03f4baa5","77084":"5fe882f0","77460":"4253f12b","77792":"1628dfd6","77857":"59bef61a","78085":"0b09df15","78241":"7af5fcf1","78302":"2f657c59","78737":"fa31da0e","78782":"edec3f2d","78941":"f3c1d63b","79489":"f82c340c","79590":"8f321e97","79817":"7335ffdf","79850":"2b90a54d","79921":"e2691503","80189":"8941e3cb","80508":"5c8039b5","80629":"ca49ee59","81148":"9ee2b468","81326":"0534ed30","81799":"45a5c1d3","81907":"f894ed4b","81941":"e329e103","82339":"cc6db1a4","82399":"3c3ce2b9","82425":"f4c8033c","82437":"9976775c","82443":"8290a06e","82675":"183678bd","83012":"b0f96a44","83092":"2f27a758","83105":"aab29e3f","83141":"8d4d741d","83212":"93706d89","83285":"bedc8253","83541":"69c78b92","83935":"b9f2f924","84542":"b7b8f128","84546":"7c3a20b0","84742":"ec5aa72b","85048":"dcc46d9a","85111":"9469ea73","85297":"5129b9ce","85325":"245e4078","85354":"9e5f3fb9","85494":"da5840b1","85757":"cea938db","85764":"5c1c73b5","85888":"bfa406ad","85891":"d514df9f","86045":"0a358cbb","86052":"e175bef1","86129":"801a9880","86186":"cdd80a14","86452":"07a48dcf","86541":"0b2b4fcb","86634":"2d8f2d13","86774":"2db1d78d","86820":"b27c97ca","86913":"f0794516","87058":"736eda0d","87260":"34f2e112","87922":"a2aead45","87964":"83911fb5","88155":"a7124315","88517":"d328867a","88699":"53b13f2f","88866":"9f3c2ce0","88879":"4e346245","89076":"4252b0f9","89342":"da56debd","89554":"3bd5f2ea","89677":"f90aa452","89785":"5609ce64","89925":"eccef10d","90109":"77a62a9e","90265":"5106cbcc","90316":"c34a4fc4","90337":"e1c08042","90715":"d953d7d1","91045":"2d00f5dc","91274":"c142e23b","91350":"0ae84a5f","91462":"2cbc46cd","91470":"4b424768","91749":"250855b0","91831":"2e5c0500","91857":"12ffa595","92045":"6ff8e3bd","92501":"4ad31d12","92538":"a4db897b","92594":"0f02017f","92603":"c23bd8c1","92823":"b8bf4010","92983":"f68ca2d4","93260":"c29b7d45","93282":"61e76b7b","93450":"f2504135","93496":"9fed13e2","93607":"a808be05","93665":"40090f7f","93666":"889d98e2","93668":"d2909d38","93773":"e158d5cf","93948":"710ccde6","94078":"b06ff4de","94498":"6c7bb4d8","94662":"befecaf4","94715":"e19de495","94807":"9a93788a","94849":"6875bf26","95125":"5f7eab6b","95176":"f2ba508c","95329":"ecfa0acb","95335":"37aa34a7","95630":"598f674d","95679":"33378d80","95831":"8181842c","96163":"4c0024ea","96444":"be4dd44e","96474":"716075ff","96600":"63cdaa9a","96612":"8d4124ac","96778":"478b4e70","96882":"8629ab70","96971":"72fb326a","97008":"1788f1b3","97046":"b8fe549c","97120":"0eb88e7b","97591":"4868bb6b","97986":"a870a57e","98062":"3d805a00","98228":"7d1630e8","98398":"b9ba8429","98688":"958c0d50","98836":"0f5aceee","98885":"e649dffb","98936":"14f102dc","99097":"64069827","99104":"d4f63539","99270":"5159247b","99313":"970e867a","99464":"8e78cc3c","99674":"0c373c14","99758":"e36d2668"}[chunkId] + ".async.js"; /******/ }; /******/ }(); /******/ @@ -204123,7 +204123,7 @@ function debounce (delay, callback, options) { /******/ // This function allow to reference async chunks /******/ __webpack_require__.miniCssF = function(chunkId) { /******/ // return url for filenames based on template -/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__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","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","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","11130":"p__Laboratory__MyReservation__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","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","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","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","31078":"p__Laboratory__LaboratoryType__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","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","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","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","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","57989":"p__Laboratory__MyLaboratory__Info__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","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66063":"p__Graduations__Lists__Personmanage__index","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","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__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","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","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","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","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","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","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","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","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"292":"bd89bc47","310":"1126e191","556":"5499d85e","1482":"dddd9b79","1702":"8a64e4ad","2659":"f086804e","2819":"1229745b","3317":"b1bb7f96","3391":"9094b38f","3451":"4bed70ef","3509":"959a358d","3585":"3c811026","3951":"fb0ae8a4","4736":"a6998fe7","4766":"6d12a916","4884":"85616190","4973":"e164d7f8","5572":"61687ec0","6127":"bfc10bc2","6613":"dc0b5799","6685":"4e05fe36","6758":"2e122096","6788":"d1c7d553","7043":"d7319300","7852":"d88b1998","7884":"bea62dc5","8787":"f5622a87","8999":"b35397ce","9416":"192733cf","10195":"27d3a62c","10485":"c4d53aa5","10737":"9e0fcbd1","10799":"ffcca261","10921":"70d1eaee","11070":"42931c26","11130":"70b0da8b","11253":"08e8c85e","11512":"7275912c","11520":"ec3ecde4","11545":"ce75cd21","11581":"ba367a63","12076":"a779eb59","12102":"5db6878c","12303":"d153debf","12412":"33dadfc5","12476":"95f72530","12865":"a5b94c9d","12884":"09b979f8","13006":"a4bd2397","13355":"1eab8b5b","13581":"112b263b","14058":"5dd98ca7","14105":"54d79941","14227":"781d4d28","14514":"f08f850d","14599":"d22cdf59","14610":"f039dd39","14662":"f3c95eef","14889":"c2326ed4","15148":"3329ed9d","15186":"0bea264a","15319":"ab107ff8","15402":"2953f3c5","16328":"225cb5f9","16434":"cec5ca16","16729":"eba4e458","16845":"cf4120c2","17482":"f2c3db45","17527":"ff40e123","17622":"bd76f104","17806":"4097c1cc","18241":"f01ee0e7","18302":"72a36929","18307":"f5e10951","19215":"14643ddf","19360":"59bd489f","19519":"f7dd4461","19715":"113e53ac","19891":"9b4c1518","20026":"24580684","20576":"91bb172a","20680":"42931c26","20700":"8646e203","21265":"f4697e5b","21423":"0f9f8331","21578":"e5559212","21939":"9784e7b9","22254":"a6608661","22307":"459296c4","22707":"eaeaa734","23332":"8e2cec4f","24504":"7aec39ca","25022":"be7ec09f","25470":"d3d81bc4","25705":"a02ffacc","25972":"abd76071","26366":"c9716c1c","26685":"35a5d455","26741":"494915fb","26883":"3a57fca4","27178":"990fdbe7","27182":"13179324","27395":"15f779aa","28072":"96603f46","28237":"910e83e2","28435":"9814f095","28723":"e6246ae1","28782":"b31579ad","28982":"4a8cfdca","29647":"50a149da","30067":"b033aae6","30264":"54443b93","30342":"3c3b0424","31006":"4f83411e","31078":"0796a63a","31211":"85a28482","31427":"9a717593","31674":"af9ba41e","31962":"bbe8b2d1","33356":"25f10123","33747":"ef6fcf9d","33784":"43055903","34093":"23513bf8","34601":"bb5a4e84","34741":"cd610571","34800":"cb92939c","34994":"f9ce8a3e","35238":"a4eb5ce3","35380":"5cbd4710","35729":"5403ff46","35977":"a4919281","36029":"4b3fbad6","36270":"ad9c55c0","36784":"5ae96b33","37062":"d6043d61","37948":"51e7b984","38143":"450adf61","38447":"c1be7fbd","38634":"60b5b81b","38797":"a5cd5fbf","39332":"780ab075","39391":"db273704","39404":"899ae01e","39695":"e3d7c09b","39820":"5e3664f4","40559":"f0d3b686","41048":"75981bca","41657":"88e88cb4","41717":"83c0a405","41953":"a8d42933","42240":"73040abb","43212":"7ab30f17","43369":"e62a2a3e","43442":"bb55a53a","44259":"e5861ecc","44449":"bbb255f8","45096":"39c8115e","45179":"264cb987","45359":"7a0254c7","45650":"dd0808f8","45775":"d33e8f3c","45825":"512ed312","45992":"4c3c3748","46796":"3e0a4c99","46963":"bbe8b2d1","47545":"137c856e","48077":"7e3f197a","48431":"22380ee9","48689":"e26560e1","48801":"b58741d4","49205":"97891b2a","49366":"c7e426ae","49716":"9404f14e","49890":"b71844d3","50869":"f68059ad","51276":"f2f0759e","51461":"609310e1","51582":"ef2ffb4f","51855":"b28d2d2e","52338":"1114e0ee","52404":"b2b4844b","52806":"153fdaf8","52829":"1745f9cb","52875":"84eef49d","53247":"c39908dd","53910":"d19a981b","54056":"a2cb3720","54164":"74d2b5e0","54492":"d761cd91","54572":"49a86fc7","54770":"ab107ff8","54862":"a4f16c84","55573":"8c351810","55624":"0a1bcce1","56277":"e4bb1dda","57045":"43c795f3","57560":"a109c3a4","57614":"dbaf2678","57989":"829977ad","59133":"f30dd556","59649":"eac4b6e4","59788":"c980e9f3","60479":"ee48fbd6","60510":"4dcd040f","60533":"9501b2eb","60547":"c8626625","61043":"938fc18f","61502":"868b4026","61713":"e613d714","61727":"e99e0e96","61880":"e387dfd5","62548":"cf1e9ee8","63157":"ecacb8ce","64144":"3de377bb","64217":"c5d38df9","64496":"f5e5e122","64520":"7514391e","65111":"78233322","65148":"c3e12f73","65191":"fae9d6af","65549":"54bdb5cc","65816":"e0b662b9","66063":"ba865fa0","66583":"415fe63d","66651":"8285e5c1","67242":"5e61dd0c","67878":"8404cb62","68014":"56fd3665","68665":"2c803c78","68827":"f85b615a","68882":"0b1b618a","69922":"bb1d9679","69944":"847e309f","71450":"d1524687","71783":"4306476f","72529":"b7194f70","72539":"7e8abc10","72570":"518e19eb","73183":"eef4a330","73220":"13f80399","74264":"207d3d7a","74297":"5f5b85f1","74795":"37b9b38e","75043":"db9ed397","75357":"1d78c43a","75786":"d30ed0b9","75816":"78624731","76904":"c99ba6f1","77460":"a8d40e94","77857":"716f9818","78085":"3a7c984f","79489":"d11fa0ee","79590":"2137e919","79921":"c6053536","80508":"a9506706","81148":"d812c32e","82339":"f483c5e3","82425":"2dfa0c3b","82443":"e543c63c","83105":"dda35670","83141":"289dc862","83212":"9effff1a","83935":"a97d631b","84546":"73bc40ff","85048":"636d50f9","85111":"86f26858","85297":"1069f5e0","85888":"e0578afa","85891":"718add52","86052":"1d6ad588","86452":"c216b5f1","86541":"b2ac6f09","86634":"e669ccb6","86820":"edf415e1","86913":"dcdd479a","87058":"20019680","87260":"ea665675","87922":"9b9c51d8","88155":"13332cbf","88517":"d865a420","88866":"cf033b4d","89076":"f4246294","89677":"29b07db1","89785":"b2b4844b","90109":"9726d91e","90265":"9f48a1bc","90337":"6bf103ca","91045":"6b040160","91470":"13179324","91831":"e6d87780","92045":"58c10498","92501":"5a333479","92823":"ac6c3e0c","92983":"99dd948a","93260":"e3531e11","93282":"c0a6b1f3","93496":"feef6448","93665":"f88bc542","93668":"f3d09160","94078":"9769de9d","94498":"9acd374a","94662":"a5a048d0","94715":"d1587e37","94849":"6ba3cf64","95125":"79303f59","95176":"3d5b0aec","95335":"8a15dbbf","96163":"386ef91a","96444":"6f2c0fd0","96882":"cd9b4af9","97008":"2781ea34","97046":"fd31759b","98062":"235be3c5","98398":"eb94ee31","98688":"f217cef3","98885":"b003e85a","98936":"b61edad4","99674":"76c2a4ac","99758":"7f3bf832"}[chunkId] + ".chunk.css"; +/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__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","6613":"p__Laboratory__LaboratoryCenter__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","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","11130":"p__Laboratory__MyReservation__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","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","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","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","31078":"p__Laboratory__LaboratoryType__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","35380":"p__Laboratory__Index__index","35729":"p__Help__Index","35977":"p__Laboratory__MyLaboratory__Info__rooms__createRoom__index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","39820":"p__Laboratory__LaboratoryRoom__createRoom__index","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","43212":"p__Laboratory__ReservationManage__index","43442":"p__Classrooms__Lists__Board__Add__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","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","57989":"p__Laboratory__MyLaboratory__Info__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","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66063":"p__Graduations__Lists__Personmanage__index","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","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__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","74297":"p__Laboratory__LaboratoryRoom__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","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","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83105":"p__Laboratory__RuleManage__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","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","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","96163":"p__Laboratory__Reservations__Info__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","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","98936":"p__Laboratory__MyLaboratory__index","99674":"p__Shixuns__New__ImagePreview__index","99758":"p__Laboratory__Reservations__index"}[chunkId] || chunkId) + "." + {"292":"bd89bc47","310":"1126e191","556":"5499d85e","1482":"dddd9b79","1702":"8a64e4ad","2659":"f086804e","2819":"1229745b","3317":"b1bb7f96","3391":"9094b38f","3451":"4bed70ef","3509":"959a358d","3585":"3c811026","3951":"fb0ae8a4","4736":"a6998fe7","4766":"6d12a916","4884":"85616190","4973":"e164d7f8","5572":"61687ec0","6127":"bfc10bc2","6613":"dc0b5799","6685":"4e05fe36","6758":"2e122096","6788":"d1c7d553","7043":"d7319300","7852":"d88b1998","7884":"bea62dc5","8787":"f5622a87","8999":"b35397ce","9416":"192733cf","10195":"27d3a62c","10485":"c4d53aa5","10737":"9e0fcbd1","10799":"ffcca261","10921":"70d1eaee","11070":"42931c26","11130":"75eec39f","11253":"08e8c85e","11512":"7275912c","11520":"ec3ecde4","11545":"ce75cd21","11581":"ba367a63","12076":"a779eb59","12102":"5db6878c","12303":"d153debf","12412":"33dadfc5","12476":"95f72530","12865":"a5b94c9d","12884":"09b979f8","13006":"a4bd2397","13355":"1eab8b5b","13581":"112b263b","14058":"5dd98ca7","14105":"54d79941","14227":"781d4d28","14514":"f08f850d","14599":"d22cdf59","14610":"f039dd39","14662":"f3c95eef","14889":"c2326ed4","15148":"3329ed9d","15186":"0bea264a","15319":"ab107ff8","15402":"2953f3c5","16328":"225cb5f9","16434":"cec5ca16","16729":"eba4e458","16845":"cf4120c2","17482":"f2c3db45","17527":"ff40e123","17622":"bd76f104","17806":"4097c1cc","18241":"f01ee0e7","18302":"72a36929","18307":"f5e10951","19215":"14643ddf","19360":"59bd489f","19519":"f7dd4461","19715":"113e53ac","19891":"9b4c1518","20026":"24580684","20576":"91bb172a","20680":"42931c26","20700":"8646e203","21265":"f4697e5b","21423":"0f9f8331","21578":"e5559212","21939":"9784e7b9","22254":"a6608661","22307":"459296c4","22707":"eaeaa734","23332":"8e2cec4f","24504":"7aec39ca","25022":"be7ec09f","25470":"d3d81bc4","25705":"a02ffacc","25972":"abd76071","26366":"c9716c1c","26685":"35a5d455","26741":"494915fb","26883":"3a57fca4","27178":"990fdbe7","27182":"13179324","27395":"15f779aa","28072":"96603f46","28237":"910e83e2","28435":"9814f095","28723":"e6246ae1","28782":"b31579ad","28982":"4a8cfdca","29647":"50a149da","30067":"b033aae6","30264":"54443b93","30342":"3c3b0424","31006":"4f83411e","31078":"0796a63a","31211":"85a28482","31427":"9a717593","31674":"af9ba41e","31962":"bbe8b2d1","33356":"25f10123","33747":"ef6fcf9d","33784":"43055903","34093":"23513bf8","34601":"bb5a4e84","34741":"cd610571","34800":"cb92939c","34994":"f9ce8a3e","35238":"a4eb5ce3","35380":"02215925","35729":"5403ff46","35977":"a4919281","36029":"4b3fbad6","36270":"ad9c55c0","36784":"5ae96b33","37062":"d6043d61","37948":"51e7b984","38143":"450adf61","38447":"c1be7fbd","38634":"60b5b81b","38797":"a5cd5fbf","39332":"780ab075","39391":"db273704","39404":"899ae01e","39695":"e3d7c09b","39820":"5e3664f4","40559":"f0d3b686","41048":"75981bca","41657":"88e88cb4","41717":"83c0a405","41953":"a8d42933","42240":"73040abb","43212":"7ab30f17","43369":"e62a2a3e","43442":"bb55a53a","44259":"e5861ecc","44449":"bbb255f8","45096":"39c8115e","45179":"264cb987","45359":"7a0254c7","45650":"dd0808f8","45775":"d33e8f3c","45825":"512ed312","45992":"4c3c3748","46796":"3e0a4c99","46963":"bbe8b2d1","47545":"137c856e","48077":"7e3f197a","48431":"22380ee9","48689":"e26560e1","48801":"b58741d4","49205":"97891b2a","49366":"c7e426ae","49716":"9404f14e","49890":"b71844d3","50869":"f68059ad","51276":"f2f0759e","51461":"609310e1","51582":"ef2ffb4f","51855":"b28d2d2e","52338":"1114e0ee","52404":"b2b4844b","52806":"153fdaf8","52829":"1745f9cb","52875":"84eef49d","53247":"c39908dd","53910":"d19a981b","54056":"a2cb3720","54164":"74d2b5e0","54492":"d761cd91","54572":"49a86fc7","54770":"ab107ff8","54862":"a4f16c84","55573":"8c351810","55624":"0a1bcce1","56277":"e4bb1dda","57045":"43c795f3","57560":"a109c3a4","57614":"dbaf2678","57989":"829977ad","59133":"f30dd556","59649":"eac4b6e4","59788":"c980e9f3","60479":"ee48fbd6","60510":"4dcd040f","60533":"9501b2eb","60547":"c8626625","61043":"938fc18f","61502":"868b4026","61713":"e613d714","61727":"e99e0e96","61880":"e387dfd5","62548":"cf1e9ee8","63157":"ecacb8ce","64144":"3de377bb","64217":"c5d38df9","64496":"f5e5e122","64520":"7514391e","65111":"78233322","65148":"c3e12f73","65191":"fae9d6af","65549":"54bdb5cc","65816":"e0b662b9","66063":"ba865fa0","66583":"415fe63d","66651":"8285e5c1","67242":"5e61dd0c","67878":"8404cb62","68014":"56fd3665","68665":"2c803c78","68827":"f85b615a","68882":"0b1b618a","69922":"bb1d9679","69944":"847e309f","71450":"d1524687","71783":"4306476f","72529":"b7194f70","72539":"7e8abc10","72570":"518e19eb","73183":"eef4a330","73220":"13f80399","74264":"207d3d7a","74297":"5f5b85f1","74795":"37b9b38e","75043":"db9ed397","75357":"1d78c43a","75786":"d30ed0b9","75816":"78624731","76904":"c99ba6f1","77460":"a8d40e94","77857":"716f9818","78085":"3a7c984f","79489":"d11fa0ee","79590":"2137e919","79921":"c6053536","80508":"a9506706","81148":"d812c32e","82339":"f483c5e3","82425":"2dfa0c3b","82443":"e543c63c","83105":"dda35670","83141":"289dc862","83212":"9effff1a","83935":"a97d631b","84546":"73bc40ff","85048":"636d50f9","85111":"86f26858","85297":"1069f5e0","85888":"e0578afa","85891":"718add52","86052":"1d6ad588","86452":"c216b5f1","86541":"b2ac6f09","86634":"e669ccb6","86820":"edf415e1","86913":"dcdd479a","87058":"20019680","87260":"ea665675","87922":"9b9c51d8","88155":"13332cbf","88517":"d865a420","88866":"cf033b4d","89076":"f4246294","89677":"29b07db1","89785":"b2b4844b","90109":"9726d91e","90265":"9f48a1bc","90337":"6bf103ca","91045":"6b040160","91470":"13179324","91831":"e6d87780","92045":"58c10498","92501":"5a333479","92823":"ac6c3e0c","92983":"99dd948a","93260":"e3531e11","93282":"c0a6b1f3","93496":"feef6448","93665":"f88bc542","93668":"f3d09160","94078":"9769de9d","94498":"9acd374a","94662":"a5a048d0","94715":"d1587e37","94849":"6ba3cf64","95125":"79303f59","95176":"3d5b0aec","95335":"8a15dbbf","96163":"386ef91a","96444":"6f2c0fd0","96882":"cd9b4af9","97008":"2781ea34","97046":"fd31759b","98062":"235be3c5","98398":"eb94ee31","98688":"f217cef3","98885":"b003e85a","98936":"b61edad4","99674":"76c2a4ac","99758":"4c9f8019"}[chunkId] + ".chunk.css"; /******/ }; /******/ }(); /******/ @@ -208606,10 +208606,10 @@ function _getRoutes() { return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Topics__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(78782), __webpack_require__.e(96971), __webpack_require__.e(84542), __webpack_require__.e(2360), __webpack_require__.e(19842), __webpack_require__.e(44801), __webpack_require__.e(60510), __webpack_require__.e(74332), __webpack_require__.e(1482)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Topics/Edit/index.tsx */ 89137)); }), '61': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Tasks__Add__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(96971), __webpack_require__.e(90715), __webpack_require__.e(84542), __webpack_require__.e(2360), __webpack_require__.e(43464), __webpack_require__.e(60510), __webpack_require__.e(41883), __webpack_require__.e(74795)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Tasks/Add/index.tsx */ 49848)); + return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Tasks__Add__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(96971), __webpack_require__.e(90715), __webpack_require__.e(84542), __webpack_require__.e(2360), __webpack_require__.e(35698), __webpack_require__.e(60510), __webpack_require__.e(41883), __webpack_require__.e(74795)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Tasks/Add/index.tsx */ 49848)); }), '62': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Tasks__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(96971), __webpack_require__.e(90715), __webpack_require__.e(84542), __webpack_require__.e(2360), __webpack_require__.e(35698), __webpack_require__.e(60510), __webpack_require__.e(41883), __webpack_require__.e(20026)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Tasks/Edit/index.tsx */ 8656)); + return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Tasks__Edit__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(93948), __webpack_require__.e(96971), __webpack_require__.e(90715), __webpack_require__.e(84542), __webpack_require__.e(2360), __webpack_require__.e(43464), __webpack_require__.e(60510), __webpack_require__.e(41883), __webpack_require__.e(20026)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Tasks/Edit/index.tsx */ 8656)); }), '63': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Tasks__Detail__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(42288), __webpack_require__.e(78782), __webpack_require__.e(36134), __webpack_require__.e(82675), __webpack_require__.e(17341), __webpack_require__.e(96971), __webpack_require__.e(84542), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(60510), __webpack_require__.e(68882)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Tasks/Detail/index.tsx */ 41447)); @@ -209590,10 +209590,10 @@ function _getRoutes() { return Promise.all(/*! import() | p__Laboratory__Index__index */[__webpack_require__.e(50812), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(35380)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Laboratory/Index/index.tsx */ 27318)); }), '389': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Laboratory__Reservations__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(78241), __webpack_require__.e(42288), __webpack_require__.e(73597), __webpack_require__.e(99758)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Laboratory/Reservations/index.tsx */ 40029)); + return Promise.all(/*! import() | p__Laboratory__Reservations__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(78241), __webpack_require__.e(42288), __webpack_require__.e(73597), __webpack_require__.e(66754), __webpack_require__.e(99758)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Laboratory/Reservations/index.tsx */ 40029)); }), '390': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Laboratory__MyReservation__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(42288), __webpack_require__.e(78782), __webpack_require__.e(36134), __webpack_require__.e(82675), __webpack_require__.e(17341), __webpack_require__.e(73597), __webpack_require__.e(11130)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Laboratory/MyReservation/index.tsx */ 87248)); + return Promise.all(/*! import() | p__Laboratory__MyReservation__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(42288), __webpack_require__.e(78782), __webpack_require__.e(36134), __webpack_require__.e(82675), __webpack_require__.e(17341), __webpack_require__.e(73597), __webpack_require__.e(66754), __webpack_require__.e(11130)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Laboratory/MyReservation/index.tsx */ 87248)); }), '391': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__Laboratory__LaboratoryCenter__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(35400), __webpack_require__.e(39798), __webpack_require__.e(24665), __webpack_require__.e(99097), __webpack_require__.e(41051), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(42288), __webpack_require__.e(78782), __webpack_require__.e(36134), __webpack_require__.e(82675), __webpack_require__.e(17341), __webpack_require__.e(93948), __webpack_require__.e(90715), __webpack_require__.e(66754), __webpack_require__.e(6613)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Laboratory/LaboratoryCenter/index.tsx */ 84205));