烟花爆竹实名登记前端
祖安之光
2026-03-17 4d7e4d80d3f1dc8d29eba8771556f688083c8035
src/api/product.js
@@ -45,6 +45,17 @@
  })
}
export function updateOldProduct(data) {
    return request({
        headers:{
            'Authorization': getToken()
        },
        url: process.env.BASE_API+'/product/updateProduct',
        method: 'post',
        data:data
    })
}
export function deleteProduct(data) {
  return request({
    headers:{