|
@@ -212,7 +212,6 @@ const getExit = () => {
|
|
|
* 退出游戏
|
|
|
*/
|
|
|
const getExitGame = () => {
|
|
|
- currentGame.value = "";
|
|
|
let obj = projectList.value.find((item: any) => {
|
|
|
return item.exam_name == currentGame.value
|
|
|
})
|
|
@@ -220,6 +219,7 @@ const getExitGame = () => {
|
|
|
myList.forEach((item: any) => {
|
|
|
terminateBodypose(item);
|
|
|
})
|
|
|
+ currentGame.value = "";
|
|
|
};
|
|
|
|
|
|
onBeforeMount(async () => {
|