dev #484
@ -336,7 +336,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, {
|
||||
if (types.every((type) => type === LINE_TYPE.WALLLINE.EAVES)) {
|
||||
// 용마루 -- straight-skeleton
|
||||
console.log('용마루 지붕')
|
||||
//drawRidgeRoof(this.id, this.canvas, textMode)
|
||||
///drawRidgeRoof(this.id, this.canvas, textMode)
|
||||
drawSkeletonRidgeRoof(this.id, this.canvas, textMode);
|
||||
} else if (isGableRoof(types)) {
|
||||
// A형, B형 박공 지붕
|
||||
|
||||
@ -49,6 +49,7 @@ export async function setSession(data) {
|
||||
session.custCd = data.custCd
|
||||
session.isLoggedIn = true
|
||||
session.builderNo = data.builderNo
|
||||
session.custNm = data.custNm
|
||||
|
||||
await session.save()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user