瀏覽代碼

remove log

Former-commit-id: ede1da8e31
master
jefry 3 年之前
父節點
當前提交
cbc4acec14
共有 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: {


Loading…
取消
儲存