[1226]브라우저를 다시 로드하면 지붕재가 리셋 #269
@ -101,6 +101,7 @@ export function useCanvasPopupStatusController(param = 1) {
|
|||||||
popupType: popupType.toString(),
|
popupType: popupType.toString(),
|
||||||
// popupStatus: popupType === 1 ? arg : JSON.stringify(arg).replace(/"/g, '\"'),
|
// popupStatus: popupType === 1 ? arg : JSON.stringify(arg).replace(/"/g, '\"'),
|
||||||
popupStatus: JSON.stringify(arg).replace(/"/g, '\"'),
|
popupStatus: JSON.stringify(arg).replace(/"/g, '\"'),
|
||||||
|
hajebichi: arg.roofConstructions?.[0]?.addRoof?.hajebichi || '',
|
||||||
}
|
}
|
||||||
postFetcher(`/api/v1/canvas-popup-status`, params)
|
postFetcher(`/api/v1/canvas-popup-status`, params)
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
// utils/logger.js
|
// utils/logger.js
|
||||||
const isLoggingEnabled = process.env.NEXT_PUBLIC_ENABLE_LOGGING === 'true';
|
const isLoggingEnabled = process.env.NEXT_PUBLIC_ENABLE_LOGGING;
|
||||||
|
|
||||||
export const logger = {
|
export const logger = {
|
||||||
log: (...args) => {
|
log: (...args) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user