|
@@ -110,7 +110,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
$(this).addClass('btn-primary');
|
|
|
if(Config.is_fault){
|
|
|
$.ajax({
|
|
|
- url: Config.url_type+"/sim/real-exam/student/refresh-sim-state?ip="+Config.server_ip,
|
|
|
+ url: Config.url_type+"/sim/real-exam/student/refresh-sim-state?userId="+Config.user_id+"&ip="+Config.server_ip,
|
|
|
type: 'get',
|
|
|
success: function (data) {
|
|
|
console.log(data);
|
|
@@ -134,7 +134,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
content: '正在刷新检查模拟器,请稍后...', // 这里是加载的文字
|
|
|
});
|
|
|
$.ajax({
|
|
|
- url: Config.url_type+"/sim/real-exam/student/refresh-sim-state?ip="+Config.server_ip,
|
|
|
+ url: Config.url_type+"/sim/real-exam/student/refresh-sim-state?userId="+Config.user_id+"&ip="+Config.server_ip,
|
|
|
type: 'get',
|
|
|
success: function (data) {
|
|
|
console.log(data);
|