对点位进行锁定

This commit is contained in:
2024-11-13 11:25:37 +08:00
parent 9f40a7156e
commit 9b643f4352
6 changed files with 13 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ func PlayRouter(location string, point int) leaf.HandlerFunc {
func switchPoint(point int) leaf.HandlerFunc {
switch point {
case 3:
case 2: // 镇水塔点位
return play.OnlyVideo
default:
return play.Default