|
@@ -932,7 +932,7 @@ export default defineComponent({
|
|
|
|
|
|
return [x<118?118:x, y>35?35:y<30?30:y];
|
|
return [x<118?118:x, y>35?35:y<30?30:y];
|
|
}, []);
|
|
}, []);
|
|
- console.log(leftTop)
|
|
|
|
|
|
+ // console.log(leftTop)
|
|
|
|
|
|
const rightBottom = locations.reduce((carry, next) => {
|
|
const rightBottom = locations.reduce((carry, next) => {
|
|
if (carry.length === 0) return next;
|
|
if (carry.length === 0) return next;
|