浏览代码

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) { if (res["STATUS"] === 1) {
product = res["DATA"]["products"]; product = res["DATA"]["products"];
} }
console.log(res);
// console.log(res);


return { return {
props: { props: {


正在加载...
取消
保存