Compare commits
No commits in common. "a83f0d7017a192eb575e4ec611a450af0d3e357d" and "c42c36501a2576c7de8bde39613c1a13d33158fb" have entirely different histories.
a83f0d7017
...
c42c36501a
@ -2,7 +2,7 @@ NEXT_PUBLIC_API_SERVER_PATH="https://api.hanasys.jp/"
|
|||||||
|
|
||||||
NEXT_PUBLIC_HOST_URL="//1.248.227.176:4000"
|
NEXT_PUBLIC_HOST_URL="//1.248.227.176:4000"
|
||||||
|
|
||||||
NEXT_PUBLIC_API_HOST_URL="https://www.hanasys.jp"
|
NEXT_PUBLIC_API_HOST_URL="https://www.hanasys.jp/"
|
||||||
|
|
||||||
SESSION_SECRET="i3iHH1yp2/2SpQSIySQ4bpyc4g0D+zCF9FAn5xUG0+Y="
|
SESSION_SECRET="i3iHH1yp2/2SpQSIySQ4bpyc4g0D+zCF9FAn5xUG0+Y="
|
||||||
|
|
||||||
|
|||||||
@ -203,6 +203,7 @@ export function useCanvasSetting(executeEffect = true) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
const selectedRoofMaterial = roofMaterials[0]
|
const selectedRoofMaterial = roofMaterials[0]
|
||||||
|
console.log('selectedRoofMaterial', selectedRoofMaterial)
|
||||||
|
|
||||||
if (addedRoofs.length === 0) {
|
if (addedRoofs.length === 0) {
|
||||||
const newAddedRoofs = []
|
const newAddedRoofs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user