Auto Submit

dev_local_v9_test5
autosubmit 2 years ago
parent 2a951ef8d9
commit 03b7ef44d4

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

@ -3979,8 +3979,13 @@ var Navigation = function Navigation(_ref) {
}
};
var goBack = function goBack() {
if (isFullScreen) {
if (document.exitFullscreen) {
document.exitFullscreen(); // 请求退出全屏模式
setIsFullScreen(false);
}
}
_umi_production_exports.history.push('/laboratory/laboratoryCenter');
setFullScreen();
};
// 消息动态通知推送滚动

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