zuozhengqing
2023-11-22 386878d3b2c54585c3d572ff34b3d5831d5175a1
src/api/productManage/product.js
@@ -2,9 +2,16 @@
import axios from "axios"
// 产品列表
export const getProductList = async (data) => {
  return await axios.get(`/api/p/getProductList`, {
    params: data
// export const getProductList = async (data) => {
//   return await axios.get(`/api/p/getProductList`, {
//     params: data
//   })
// }
export function getProductList(data) {
  return request({
    url: "/api/p/getProductList",
    method: "get",
    data
  })
}
// 创建产品