ruleserver/ruleToformula.go
@@ -589,6 +589,7 @@ func Json2points(areaPoints string) []Point { var pts []Point if areaPoints == "" { logger.Error("=====================此区域为全部区域") pts = append(pts, Point{0, 0}) pts = append(pts, Point{0, 540}) pts = append(pts, Point{960, 540})