|
@@ -633,9 +633,9 @@ export default {
|
|
|
let w = info?.width || 500,
|
|
let w = info?.width || 500,
|
|
|
h = info?.height || 920,
|
|
h = info?.height || 920,
|
|
|
rotate = info?.rotate || 0;
|
|
rotate = info?.rotate || 0;
|
|
|
- console.log(info?.width, info?.height, info?.rotate, "----------------------------------------");
|
|
|
|
|
|
|
+ console.log(info?.width, info?.height, info?.rotate, "参数信息");
|
|
|
let points = manage.initMapPanoPos(w, h, rotate);
|
|
let points = manage.initMapPanoPos(w, h, rotate);
|
|
|
- console.log(points);
|
|
|
|
|
|
|
+ console.log("点位:", points);
|
|
|
|
|
|
|
|
// if (this.points) {
|
|
// if (this.points) {
|
|
|
// Object.keys(this.points).forEach((id) => {
|
|
// Object.keys(this.points).forEach((id) => {
|