|
|
|
@ -639,7 +639,7 @@ class MainContentContainer extends Component {
|
|
|
|
|
let requestTimes = 0;
|
|
|
|
|
|
|
|
|
|
var gameStatusIntervalId = setInterval(()=>{
|
|
|
|
|
let game_status_url = `${locationPath}/game_status?port=${port}&resubmit=${resubmit||""}&time_out=${timeOutFlag}`
|
|
|
|
|
let game_status_url = `${locationPath}/game_status?port=${port}&resubmit=${resubmit||""}&time_out=${timeOutFlag}&sec_key=${sec_key}`
|
|
|
|
|
|
|
|
|
|
axios.get(game_status_url, {
|
|
|
|
|
withCredentials: true,
|
|
|
|
|