Auto Submit

dev_local_v9_test5
autosubmit 2 years ago
parent 03b7ef44d4
commit 3c200bcb4e

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

@ -278,6 +278,10 @@ var ElectronBPManage = function ElectronBPManage(_ref) {
cursor: "pointer"
},
onClick: function onClick() {
var element = document.documentElement;
if (element.requestFullscreen) {
element.requestFullscreen(); // 请求进入全屏模式
}
_umi_production_exports.history.push("/viewAppointment/".concat(record === null || record === void 0 ? void 0 : record.classroom_room_id));
},
children: "\u67E5\u770B"

@ -528,6 +528,9 @@ var ViewAppointment = function ViewAppointment(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ViewAppointmentmodules.goback_button,
onClick: function onClick() {
if (document.exitFullscreen) {
document.exitFullscreen(); // 请求退出全屏模式
}
_umi_production_exports.history.push('/iot/electronBPManage');
},
children: "\u9000\u51FA"

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