使用axios 发送post请求 将参数放在url后面
如何将pk值放url后面(只有值,不带pk)
收起
export function test(id, page, per_page) { return request({ url: `/project/web/classificationdetail/${id}`, method: "post", data: { page, per_page, }, }); }
报告相同问题?