autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 60bd899fbf
commit 7c999c0fa1

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

@ -566,12 +566,12 @@
box-orient: block-axis;
}
.footer___k7tsL {
background: #333 !important;
background: #8B0404 !important;
text-align: center;
color: #999;
color: #fff;
}
.footer___k7tsL a {
color: #999;
color: #fff;
font-size: 14px;
}
.footer___k7tsL .fastLink___WjVYd {
@ -580,7 +580,7 @@
border-bottom: 1px solid #47494d;
}
.footer___k7tsL .fastLink___WjVYd a {
color: #999;
color: #fff;
font-size: 14px;
padding: 0 10px;
}
@ -595,7 +595,7 @@
display: inline-block;
}
.footer___k7tsL [class~='footer_con-p'] {
color: #898989;
color: #fff;
margin-top: 10px;
}
.footer___k7tsL [class~='lineh-30'] {

@ -104,7 +104,7 @@ var BeforeFooter = function BeforeFooter(_ref) {
children: "\xA9"
}), "\xA0", dayjs_min_default()().year(), "\xA0EduCoder", /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
style: {
"color": "#888"
"color": "#fff"
},
target: "_blank",
href: "http://beian.miit.gov.cn/",
@ -112,7 +112,7 @@ var BeforeFooter = function BeforeFooter(_ref) {
children: "\u6E58ICP\u590717009477\u53F7"
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
style: {
"color": "#888"
"color": "#fff"
},
target: "_blank",
href: "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43019002000962",
@ -124,7 +124,7 @@ var BeforeFooter = function BeforeFooter(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
href: "https://team.trustie.net",
style: {
"color": "#888"
"color": "#fff"
},
target: "_blank",
children: "Trustie"

@ -534,7 +534,7 @@ var InfoList = function InfoList(_ref) {
setKdClassroom([{
id: '',
title: '全部'
}].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list)));
}].concat(toConsumableArray_default()((res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list) || [])));
}
});
//设备标签
@ -544,7 +544,7 @@ var InfoList = function InfoList(_ref) {
setDevicTag([{
id: '',
name: '全部'
}].concat(toConsumableArray_default()(res === null || res === void 0 ? void 0 : res.data)));
}].concat(toConsumableArray_default()((res === null || res === void 0 ? void 0 : res.data) || [])));
});
//设备类型
(0,onlinedevice/* device_tags_device_type */.eX)({
@ -553,7 +553,7 @@ var InfoList = function InfoList(_ref) {
setDeviceType([{
id: '',
name: '全部'
}].concat(toConsumableArray_default()(res === null || res === void 0 ? void 0 : res.data)));
}].concat(toConsumableArray_default()((res === null || res === void 0 ? void 0 : res.data) || [])));
});
case 3:
case "end":

@ -316,7 +316,7 @@ var Navigation = function Navigation(_ref) {
setLaboratorys([{
id: '',
title: '全部'
}].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list)));
}].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/* user_substance_classroom_rooms */.Zd)({
@ -326,7 +326,7 @@ var Navigation = function Navigation(_ref) {
setLaboratoryRooms([{
id: '',
title: '全部'
}].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.list)));
}].concat(toConsumableArray_default()((res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.list) || [])));
});
//物资分类
(0,materials/* substance_categories_query */.xb)({
@ -339,7 +339,7 @@ var Navigation = function Navigation(_ref) {
setSubstanceList([{
id: '',
title: '全部'
}].concat(toConsumableArray_default()(res === null || res === void 0 || (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.list)));
}].concat(toConsumableArray_default()((res === null || res === void 0 || (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.list) || [])));
});
}, []);
(0,_react_17_0_2_react.useEffect)(function () {

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