diff --git a/src/components/auth/Login.jsx b/src/components/auth/Login.jsx index af50a515..98f7a5b6 100644 --- a/src/components/auth/Login.jsx +++ b/src/components/auth/Login.jsx @@ -87,6 +87,7 @@ export default function Login() { } await promisePost({ url: '/api/login/v1.0/login', data: param }) .then((res) => { + console.log('🚀 ~ .then ~ res:', res) if (res) { if (res.data.result.resultCode === 'S') { setSession(res.data.data) diff --git a/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx b/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx index a6773d4c..a39cd4d4 100644 --- a/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx +++ b/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx @@ -283,7 +283,7 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, set {/*