@ -158,26 +158,6 @@
<!-- 在tpi js里加载这3个脚本 -->
<script>
function Return_Reload() {
var isPageHide = false;
window.addEventListener('pageshow', function () {
if (isPageHide) {
window.location.reload();
}
});
window.addEventListener('pagehide', function () {
isPageHide = true;
Return_Reload();
(function() { // Scoping function to avoid globals
var href = location.href;
if(window.location.port === "3007"){
@ -42,6 +42,32 @@ if (isDev) {
//ebugType="teacher";
// 学生
//debugType="student";
function railsgettimes(proxy) {
if(timestamp&&checkSubmitFlg===false){
$.ajax({url:proxy,async:false,success:function(data){