소스 검색

remove log

undefined
jefry 3 년 전
부모
커밋
ede1da8e31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pages/yamaha/Product/Motor.js

+ 1
- 1
pages/yamaha/Product/Motor.js 파일 보기

@@ -48,7 +48,7 @@ export async function getServerSideProps(context) {
if (res["STATUS"] === 1) {
product = res["DATA"]["products"];
}
console.log(res);
// console.log(res);

return {
props: {


불러오는 중...
취소
저장