Commit c28827ec authored by 毛线's avatar 毛线

no message

parent 11006758
......@@ -206,6 +206,7 @@ export default {
break
case 10004: // 退出设备成功
case 10015: // 后台提出游戏
case 10001: // 超出最大未操作时长,踢出游戏
if (this.$route.query.redirectUrl) {
location.replace(this.$route.query.redirectUrl)
} else {
......@@ -218,9 +219,6 @@ export default {
message,
})
break
case 10001: // 超出最大未操作时长,踢出游戏
this.network().quitGame()
break
}
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment