import { myRequest } from './request.js' const pre = "" const apiType = "php" /** * 获取供应链tab */ export function getSupplyChainTab(data) { return myRequest({ url: `${pre}mer/store/product/gong_lst_filter`, method: 'GET', data, apiType }) } /** * 获取供应链tab */ export function getSupplyChainTab(data) { return myRequest({ url: `${pre}mer/store/product/gong_lst_filter`, method: 'GET', data, apiType }) }