@@ -314,11 +314,8 @@ const getExitGame = (data: any) => {
*/
const getStartGame = (data: any) => {
areaStateList.value = data;
- start.value = false;
+ start.value = true;
resumeGame.value = false;
- setTimeout(() => {
- start.value = true;
- })
};
/**