This commit is contained in:
Putoo
2026-06-03 18:21:22 +08:00
parent 8550d85659
commit 8b8eb732ae
11 changed files with 653 additions and 4 deletions

View File

@@ -120,6 +120,9 @@ const BindData = async (map: string): Promise<void> => {
console.log(result.data);
}
else if (result.code == 103) {
PageExtend.Redirect("/map/runing");
}
else {
MessageExtend.ShowDialog("异常错误", result.msg);
}