import { createAPI } from "@/utils/httpRequest.js"; // 获取产品列表 export const getPrdList = data => createAPI(`/prd/list`,'get',data)