()
| 141 | |
| 142 | // 使 画布 恢复初始状态 |
| 143 | reset() { |
| 144 | this.circleArray.forEach((item) => { |
| 145 | item.check = false; |
| 146 | }); |
| 147 | this.checkPoints = []; |
| 148 | this.lineArray = []; |
| 149 | this.activeLine = {}; |
| 150 | this.lastCheckPoint = 0; |
| 151 | } |
| 152 | |
| 153 | |
| 154 | // 获取 最后一个激活的锁与当前位置之间的线段 |
no outgoing calls
no test coverage detected