diff --git a/src/api/platform/core/entity/user.ts b/src/api/platform/core/entity/user.ts index 340b631..b9ade5a 100644 --- a/src/api/platform/core/entity/user.ts +++ b/src/api/platform/core/entity/user.ts @@ -63,6 +63,8 @@ export interface User extends CommonEntity { loginTime: string; // 地图标记点位置图片旋转值 mapOrientation: number; + // 地图设计器默认中心点位置 + mapCenter: string; // 用户状态 status: string; // 备注信息 diff --git a/src/components/AMap/src/AMapDesigner/index.vue b/src/components/AMap/src/AMapDesigner/index.vue index c21b57c..a3f09ff 100644 --- a/src/components/AMap/src/AMapDesigner/index.vue +++ b/src/components/AMap/src/AMapDesigner/index.vue @@ -1,4 +1,4 @@ -